Skip to content

Commit

Permalink
v2.2.1 fixes bad assemblies released in 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Oct 15, 2014
1 parent 3273771 commit 1832ebb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added NuGet/PushSharp.2.2.1.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion NuGet/PushSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>PushSharp</id>
<version>2.2.0.0</version>
<version>2.2.1.0</version>
<title>PushSharp</title>
<authors>Redth</authors>
<owners>Redth</owners>
Expand Down
4 changes: 2 additions & 2 deletions PushSharp.Core/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]

0 comments on commit 1832ebb

Please sign in to comment.