From 9862ee4aa4049d85bae472ffbfba8b597c470c63 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Mon, 1 May 2017 09:55:57 -0400 Subject: [PATCH] Bumped version number to 0.1.2 Includes fix from #6. --- NSspi/NSspi.nuspec | 2 +- NSspi/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NSspi/NSspi.nuspec b/NSspi/NSspi.nuspec index 032588d..21a2191 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.1.1.0 + 0.1.2.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 0ae65e6..7972638 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.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")]