diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index d3f77076..55758929 100644 --- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj +++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary.Adapters - 1.5.0 + 1.5.1 1573;1591 SMBLibrary.Adapters Tal Aloni diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index d1085912..dccde576 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary.Win32 - 1.5.0 + 1.5.1 1573;1591 SMBLibrary.Win32 Tal Aloni diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 5d043ef0..58d2be7f 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -486,3 +486,11 @@ Revision History: Client: Allow reusing client instance. Client: Prefer IPv4 when resolving DNS hostname. NTLMCryptography: Add .NET 5.0 \ 6.0 support. + +1.5.1 - Client: Support anonymous login. + Client: Added API to provide custom authentication. + Client: Improve disconnection detection. + Client: Add ability to control response timeout. + Client: Calculate Authentication message MIC. + NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage. + Added access denied ace support. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 75d3689f..8408ae8e 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary - 1.5.0.3 + 1.5.1 1573;1591 SMBLibrary false diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.csproj index 442d6b06..0065d28d 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.csproj @@ -5,6 +5,7 @@ net20;net40;netcoreapp3.1 Copyright © Tal Aloni 2014-2023 SMBServer + 1.5.1 SMBServer true