From 6b008f0e722cbb91b3d659c8e908011a03c9f300 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Mon, 1 May 2017 09:59:15 -0400 Subject: [PATCH] Bumped version number to 0.1.3 Needed to rebuild the nuget package due to a compilation mistake. --- NSspi/NSspi.nuspec | 2 +- NSspi/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NSspi/NSspi.nuspec b/NSspi/NSspi.nuspec index 21a2191..ff6366c 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.1.2.0 + 0.1.3.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 7972638..4e45400 100644 --- a/NSspi/Properties/AssemblyInfo.cs +++ b/NSspi/Properties/AssemblyInfo.cs @@ -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")]