We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3273771 commit 1832ebbCopy full SHA for 1832ebb
NuGet/PushSharp.2.2.1.0.nupkg
106 KB
NuGet/PushSharp.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
3
<metadata>
4
<id>PushSharp</id>
5
- <version>2.2.0.0</version>
+ <version>2.2.1.0</version>
6
<title>PushSharp</title>
7
<authors>Redth</authors>
8
<owners>Redth</owners>
PushSharp.Core/AssemblyVersionInfo.cs
@@ -12,5 +12,5 @@
12
// You can specify all the values or you can default the Build and Revision Numbers
13
// by using the '*' as shown below:
14
// [assembly: AssemblyVersion("1.0.*")]
15
-[assembly: AssemblyVersion("2.1.3.0")]
16
-[assembly: AssemblyFileVersion("2.1.3.0")]
+[assembly: AssemblyVersion("2.2.1.0")]
+[assembly: AssemblyFileVersion("2.2.1.0")]
0 commit comments