Updated version information to v0.2.1
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
|
||||
[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 @@ 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.2.0.0" )]
|
||||
[assembly: AssemblyFileVersion( "0.2.0.0" )]
|
||||
[assembly: AssemblyVersion( "0.2.1.0" )]
|
||||
[assembly: AssemblyFileVersion( "0.2.1.0" )]
|
||||
Reference in New Issue
Block a user