Skip to content

Commit

Permalink
Update version & fix nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Caudill committed Dec 10, 2015
1 parent 2763b83 commit 3896197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Base58Check.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/08/nuspec.xsd">
<metadata>
<id>Base58Check</id>
<version>0.1.0</version>
<version>0.2.0</version>
<authors>adamcaudill</authors>
<licenseUrl>https://github.com/adamcaudill/Base58Check/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/adamcaudill/Base58Check</projectUrl>
Expand All @@ -13,6 +13,6 @@
<tags>Base58 Bitcoin "Checked Encoding"</tags>
</metadata>
<files>
<file src="Base58Check\bin\Release\Base58Check.dll" target="Base58Check.dll" />
<file src="Base58Check\bin\Release\Base58Check.dll" target="lib\Net40\Base58Check.dll" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/Base58Check/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]

0 comments on commit 3896197

Please sign in to comment.