Skip to content

Commit

Permalink
SMBLibrary 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jun 25, 2024
1 parent 7ecc9e6 commit f446549
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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.2</Version>
<Version>1.5.3</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.2</Version>
<Version>1.5.3</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Win32</RootNamespace>
<Authors>Tal Aloni</Authors>
Expand Down
6 changes: 6 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,9 @@ Revision History:
SMB2Client: Support non-Microsoft servers returning MaxReadSize > MaxTransactSize
NBTConnectionReceiveBuffer: Fix thread-safety issues.
FileRenameInformationType2: Bugfix: Ensure length is at least 24 bytes.

1.5.3 - Server: SMBServer: Mark overloaded Start method as protected internal.
Client: Mark overloaded Start method as protected internal.
Client: Improve client response time when server disconnects or return invalid data.
Client: Fix possible NullReferenceException when disconnection occur during directory enumeration.
Client: SMB1FileStore, SMB2FileStore: Return STATUS_IO_TIMEOUT instead of STATUS_INVALID_SMB when server does not reply and there is no protocol violation.
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.2</Version>
<Version>1.5.3</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion SMBServer/SMBServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<AssemblyName>SMBServer</AssemblyName>
<Version>1.5.2</Version>
<Version>1.5.3</Version>
<RootNamespace>SMBServer</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down

0 comments on commit f446549

Please sign in to comment.