mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-21 00:25:54 +02:00
SMBServer 1.5.0
This commit is contained in:
parent
0416e5670d
commit
ecce6f9311
8 changed files with 19 additions and 11 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||
[assembly: AssemblyVersion("1.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.0")]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
|
||||
<Version>1.4.9</Version>
|
||||
<Version>1.5.0</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
|
||||
<Authors>Tal Aloni</Authors>
|
||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||
[assembly: AssemblyVersion("1.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.0")]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary.Win32</AssemblyName>
|
||||
<Version>1.4.9</Version>
|
||||
<Version>1.5.0</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary.Win32</RootNamespace>
|
||||
<Authors>Tal Aloni</Authors>
|
||||
|
|
|
@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||
[assembly: AssemblyVersion("1.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.0")]
|
||||
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
|
@ -478,3 +478,11 @@ Revision History:
|
|||
Client: Fixed bug when trying to use local ip address as host name.
|
||||
Client: Provide SPN with NTLMv2 token.
|
||||
NTFileSystemAdapter: Avoid modifications of entries returned from IFileSystem.
|
||||
|
||||
1.5.0 - Server: Fix issue when GSSAPI SessionKey is null.
|
||||
Client: Added IsConnected property.
|
||||
Client: Fixed IPv6 related issue.
|
||||
Client: Add private overload to set response timeout in Connect method.
|
||||
Client: Allow reusing client instance.
|
||||
Client: Prefer IPv4 when resolving DNS hostname.
|
||||
NTLMCryptography: Add .NET 5.0 \ 6.0 support.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.4.9</Version>
|
||||
<Version>1.5.0</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.4.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||
[assembly: AssemblyVersion("1.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue