mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-03 08:13:18 +02:00
SMBLibrary 1.5.1
This commit is contained in:
parent
8b11c5712c
commit
64a27f1d86
5 changed files with 12 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue