From ecce6f9311655556d47a68f46e07fc096f26b1e0 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sat, 20 May 2023 09:50:54 +0300 Subject: [PATCH] SMBServer 1.5.0 --- SMBLibrary.Adapters/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary.Adapters/SMBLibrary.Adapters.csproj | 2 +- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary.Win32/SMBLibrary.Win32.csproj | 2 +- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 8 ++++++++ SMBLibrary/SMBLibrary.csproj | 2 +- SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 8 files changed, 19 insertions(+), 11 deletions(-) diff --git a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs index 4dc0ea00..7461c8f0 100644 --- a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.9.0")] -[assembly: AssemblyFileVersion("1.4.9.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index 97860def..72f96490 100644 --- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj +++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary.Adapters - 1.4.9 + 1.5.0 1573;1591 SMBLibrary.Adapters Tal Aloni diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index 3dae9e78..8ded8cd1 100644 --- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Win32/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.9.0")] -[assembly: AssemblyFileVersion("1.4.9.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index 654e1144..917f82b0 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary.Win32 - 1.4.9 + 1.5.0 1573;1591 SMBLibrary.Win32 Tal Aloni diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index 4af5b6d6..65081762 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.9.0")] -[assembly: AssemblyFileVersion("1.4.9.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: InternalsVisibleTo("SMBLibrary.Tests")] \ No newline at end of file diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 9781fec2..5d043ef0 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -478,3 +478,11 @@ Revision History: Client: Fixed bug when trying to use local ip address as host name. Client: Provide SPN with NTLMv2 token. NTFileSystemAdapter: Avoid modifications of entries returned from IFileSystem. + +1.5.0 - Server: Fix issue when GSSAPI SessionKey is null. + Client: Added IsConnected property. + Client: Fixed IPv6 related issue. + Client: Add private overload to set response timeout in Connect method. + Client: Allow reusing client instance. + Client: Prefer IPv4 when resolving DNS hostname. + NTLMCryptography: Add .NET 5.0 \ 6.0 support. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 5f557805..3b5a66a8 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary - 1.4.9 + 1.5.0 1573;1591 SMBLibrary false diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 483d93ae..f81215da 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.4.9.0")] -[assembly: AssemblyFileVersion("1.4.9.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")]