Skip to content

Commit

Permalink
SMBLibrary 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 6, 2024
1 parent 8b11c57 commit 64a27f1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
<Authors>Tal Aloni</Authors>
Expand Down
2 changes: 1 addition & 1 deletion SMBLibrary.Win32/SMBLibrary.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Win32</AssemblyName>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Win32</RootNamespace>
<Authors>Tal Aloni</Authors>
Expand Down
8 changes: 8 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion SMBLibrary/SMBLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary</AssemblyName>
<Version>1.5.0.3</Version>
<Version>1.5.1</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
1 change: 1 addition & 0 deletions SMBServer/SMBServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
<AssemblyName>SMBServer</AssemblyName>
<Version>1.5.1</Version>
<RootNamespace>SMBServer</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down

0 comments on commit 64a27f1

Please sign in to comment.