Skip to content

Commit ecce6f9

Browse files
committed
SMBServer 1.5.0
1 parent 0416e56 commit ecce6f9

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-11
lines changed

SMBLibrary.Adapters/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.4.9.0")]
35-
[assembly: AssemblyFileVersion("1.4.9.0")]
34+
[assembly: AssemblyVersion("1.5.0.0")]
35+
[assembly: AssemblyFileVersion("1.5.0.0")]

SMBLibrary.Adapters/SMBLibrary.Adapters.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
7-
<Version>1.4.9</Version>
7+
<Version>1.5.0</Version>
88
<NoWarn>1573;1591</NoWarn>
99
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
1010
<Authors>Tal Aloni</Authors>

SMBLibrary.Win32/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.4.9.0")]
35-
[assembly: AssemblyFileVersion("1.4.9.0")]
34+
[assembly: AssemblyVersion("1.5.0.0")]
35+
[assembly: AssemblyFileVersion("1.5.0.0")]

SMBLibrary.Win32/SMBLibrary.Win32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<AssemblyName>SMBLibrary.Win32</AssemblyName>
7-
<Version>1.4.9</Version>
7+
<Version>1.5.0</Version>
88
<NoWarn>1573;1591</NoWarn>
99
<RootNamespace>SMBLibrary.Win32</RootNamespace>
1010
<Authors>Tal Aloni</Authors>

SMBLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.4.9.0")]
35-
[assembly: AssemblyFileVersion("1.4.9.0")]
34+
[assembly: AssemblyVersion("1.5.0.0")]
35+
[assembly: AssemblyFileVersion("1.5.0.0")]
3636
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]

SMBLibrary/RevisionHistory.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,11 @@ Revision History:
478478
Client: Fixed bug when trying to use local ip address as host name.
479479
Client: Provide SPN with NTLMv2 token.
480480
NTFileSystemAdapter: Avoid modifications of entries returned from IFileSystem.
481+
482+
1.5.0 - Server: Fix issue when GSSAPI SessionKey is null.
483+
Client: Added IsConnected property.
484+
Client: Fixed IPv6 related issue.
485+
Client: Add private overload to set response timeout in Connect method.
486+
Client: Allow reusing client instance.
487+
Client: Prefer IPv4 when resolving DNS hostname.
488+
NTLMCryptography: Add .NET 5.0 \ 6.0 support.

SMBLibrary/SMBLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<AssemblyName>SMBLibrary</AssemblyName>
7-
<Version>1.4.9</Version>
7+
<Version>1.5.0</Version>
88
<NoWarn>1573;1591</NoWarn>
99
<RootNamespace>SMBLibrary</RootNamespace>
1010
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

SMBServer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.4.9.0")]
33-
[assembly: AssemblyFileVersion("1.4.9.0")]
32+
[assembly: AssemblyVersion("1.5.0.0")]
33+
[assembly: AssemblyFileVersion("1.5.0.0")]

0 commit comments

Comments
 (0)