Bumped version number to 0.1.3

Needed to rebuild the nuget package due to a compilation mistake.
This commit is contained in:
Kevin Thompson
2017-05-01 09:59:15 -04:00
parent 8e68283df6
commit 6b008f0e72
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>NSspi</id>
<version>0.1.2.0</version>
<version>0.1.3.0</version>
<authors>Kevin Thompson</authors>
<owners>Kevin Thompson</owners>
<projectUrl>https://github.com/antiduh/nsspi</projectUrl>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.2.0")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]