From 37a7881d25cc41d61352b2eb22644333efce33e0 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Fri, 20 Oct 2017 01:25:36 -0400 Subject: [PATCH] Updated version declarations to v0.2.0, to reflect the new support for username/password authentication plus the minor incompatibility introduced with the updated design. --- NSspi/NSspi.nuspec | 4 ++-- NSspi/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NSspi/NSspi.nuspec b/NSspi/NSspi.nuspec index ff6366c..8fcab73 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.1.3.0 + 0.2.0.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi @@ -12,7 +12,7 @@ better known as Windows Integrated Authentication. C# - First release of NSspi. + Adds support for username/password credentials, but introduces a minor change in the interface that breaks existing code. Copyright 2017 diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 2c85c8a..10f2b3a 100644 --- a/NSspi/Properties/AssemblyInfo.cs +++ b/NSspi/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration( "" )] [assembly: AssemblyCompany( "Kevin Thompson" )] [assembly: AssemblyProduct( "NSspi" )] -[assembly: AssemblyCopyright( "Copyright © Kevin Thompson 2014" )] +[assembly: AssemblyCopyright( "Copyright © Kevin Thompson 2017" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] @@ -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.3.0" )] -[assembly: AssemblyFileVersion( "0.1.2.0" )] \ No newline at end of file +[assembly: AssemblyVersion( "0.2.0.0" )] +[assembly: AssemblyFileVersion( "0.2.0.0" )] \ No newline at end of file