File tree Expand file tree Collapse file tree 8 files changed +19
-11
lines changed Expand file tree Collapse file tree 8 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// 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" ) ]
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net20;net40;netstandard2.0</TargetFrameworks >
5
5
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
6
<AssemblyName >SMBLibrary.Adapters</AssemblyName >
7
- <Version >1.4.9 </Version >
7
+ <Version >1.5.0 </Version >
8
8
<NoWarn >1573;1591</NoWarn >
9
9
<RootNamespace >SMBLibrary.Adapters</RootNamespace >
10
10
<Authors >Tal Aloni</Authors >
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// 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" ) ]
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net20;net40;netstandard2.0</TargetFrameworks >
5
5
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
6
<AssemblyName >SMBLibrary.Win32</AssemblyName >
7
- <Version >1.4.9 </Version >
7
+ <Version >1.5.0 </Version >
8
8
<NoWarn >1573;1591</NoWarn >
9
9
<RootNamespace >SMBLibrary.Win32</RootNamespace >
10
10
<Authors >Tal Aloni</Authors >
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// 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" ) ]
36
36
[ assembly: InternalsVisibleTo ( "SMBLibrary.Tests" ) ]
Original file line number Diff line number Diff line change @@ -478,3 +478,11 @@ Revision History:
478
478
Client: Fixed bug when trying to use local ip address as host name.
479
479
Client: Provide SPN with NTLMv2 token.
480
480
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.
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net20;net40;netstandard2.0</TargetFrameworks >
5
5
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
6
<AssemblyName >SMBLibrary</AssemblyName >
7
- <Version >1.4.9 </Version >
7
+ <Version >1.5.0 </Version >
8
8
<NoWarn >1573;1591</NoWarn >
9
9
<RootNamespace >SMBLibrary</RootNamespace >
10
10
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
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" ) ]
You can’t perform that action at this time.
0 commit comments