Skip to content

Commit 1832ebb

Browse files
committed
v2.2.1 fixes bad assemblies released in 2.2.0
1 parent 3273771 commit 1832ebb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NuGet/PushSharp.2.2.1.0.nupkg

106 KB
Binary file not shown.

NuGet/PushSharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>PushSharp</id>
5-
<version>2.2.0.0</version>
5+
<version>2.2.1.0</version>
66
<title>PushSharp</title>
77
<authors>Redth</authors>
88
<owners>Redth</owners>

PushSharp.Core/AssemblyVersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// You can specify all the values or you can default the Build and Revision Numbers
1313
// by using the '*' as shown below:
1414
// [assembly: AssemblyVersion("1.0.*")]
15-
[assembly: AssemblyVersion("2.1.3.0")]
16-
[assembly: AssemblyFileVersion("2.1.3.0")]
15+
[assembly: AssemblyVersion("2.2.1.0")]
16+
[assembly: AssemblyFileVersion("2.2.1.0")]

0 commit comments

Comments
 (0)