From 6bf95f46eee442666dfdcbde81aa675021a9c39c Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sun, 23 Sep 2018 10:44:43 -0400 Subject: [PATCH] Updated version information to v0.2.1 --- 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 8fcab73..452f93b 100644 --- a/NSspi/NSspi.nuspec +++ b/NSspi/NSspi.nuspec @@ -2,7 +2,7 @@ NSspi - 0.2.0.0 + 0.2.1.0 Kevin Thompson Kevin Thompson https://github.com/antiduh/nsspi @@ -13,6 +13,6 @@ C# Adds support for username/password credentials, but introduces a minor change in the interface that breaks existing code. - Copyright 2017 + Copyright 2018 diff --git a/NSspi/Properties/AssemblyInfo.cs b/NSspi/Properties/AssemblyInfo.cs index 10f2b3a..7226b00 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 2017" )] +[assembly: AssemblyCopyright( "Copyright © Kevin Thompson 2018" )] [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.2.0.0" )] -[assembly: AssemblyFileVersion( "0.2.0.0" )] \ No newline at end of file +[assembly: AssemblyVersion( "0.2.1.0" )] +[assembly: AssemblyFileVersion( "0.2.1.0" )] \ No newline at end of file