SMBLibrary 1.5.1

This commit is contained in:
Tal Aloni 2024-01-06 16:18:55 +02:00
parent 8b11c5712c
commit 64a27f1d86
5 changed files with 12 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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.

View file

@ -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>

View file

@ -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>