Skip to content

Commit

Permalink
SMBServer v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 23, 2021
1 parent eda6f4c commit 5f8971f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary.Adapters/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// 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.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]
2 changes: 1 addition & 1 deletion SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
<Version>1.4.3</Version>
<Version>1.4.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
<Authors>Tal Aloni</Authors>
Expand Down
4 changes: 2 additions & 2 deletions SMBLibrary.Win32/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// 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.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]
2 changes: 1 addition & 1 deletion SMBLibrary.Win32/SMBLibrary.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary.Win32</AssemblyName>
<Version>1.4.3</Version>
<Version>1.4.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Win32</RootNamespace>
<Authors>Tal Aloni</Authors>
Expand Down
4 changes: 2 additions & 2 deletions SMBLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// 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.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
8 changes: 8 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,11 @@ Revision History:
SMB2Cryptography: Added logic for SMB 3.0 encryption.
Client: Added SMB 3.0 support.
Server: Added option to enable SMB 3.0 dialect.

1.4.4 - SocketUtils.SetKeepAlive: Added support for Linux.
Moved NTFileSystemAdapter to SMBLibrary.Adapters.
ServerServiceHelper: Extracted BindPipe method.
Made BindPipe method more generic and movied it to NamedPipeHelper.
Client: ServerServiceHelper.ListShares: Close pipe after all data has been read.
NDRUnicodeString: Added constructor argument allowing skipping writing null terminator character.
NDRParser / NDRWriter: Added ability to read/write arbitrary number of bytes.
2 changes: 1 addition & 1 deletion SMBLibrary/SMBLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary</AssemblyName>
<Version>1.4.3</Version>
<Version>1.4.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
4 changes: 2 additions & 2 deletions SMBServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]

0 comments on commit 5f8971f

Please sign in to comment.