diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index e448a06..6c74620 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Tal Aloni")] [assembly: AssemblyProduct("SMBLibrary")] -[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")] +[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.5.0")] -[assembly: AssemblyFileVersion("1.3.5.0")] +[assembly: AssemblyVersion("1.3.6.0")] +[assembly: AssemblyFileVersion("1.3.6.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index fd6cf6d..b971df6 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -390,3 +390,11 @@ Revision History: NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists. NTFileSystemAdapter: When querying FileAlternateNameInformation return STATUS_OBJECT_NAME_NOT_FOUND. NTFileSystemAdapter: Added support for alternate data streams. + +1.3.6 - NTFileSystemAdapter: Do not handle unexpected IFileSystem exceptions. + SPNEGO: Assume NegTokenInit2 SPNEGO extension was sent for server-initiated negotiation. + NTStatus: Added STATUS_NOT_A_DIRECTORY. + SMB1: TransactionQueryNamedPipeStateResponse: Added constructors. + SMB1: TransactionQueryNamedPipeInfoResponse: Corrected implementation. + Client: SMB1FileStore, SMB2FileStore: Implemented GetSecurityInformation. + Minor improvements. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 61729b5..b9f42ea 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Tal Aloni")] [assembly: AssemblyProduct("SMBServer")] -[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")] +[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.3.5.0")] -[assembly: AssemblyFileVersion("1.3.5.0")] +[assembly: AssemblyVersion("1.3.6.0")] +[assembly: AssemblyFileVersion("1.3.6.0")]