SMB Server v1.4.1

This commit is contained in:
TalAloni 2020-02-15 15:07:16 +02:00
parent 3d55803304
commit b233b87d00
4 changed files with 13 additions and 6 deletions

View file

@ -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.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]

View file

@ -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.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]

View file

@ -426,3 +426,10 @@ Revision History:
Client: NetBios: Added NameServiceClient.
Client: Improved NetBios over TCP support.
NetBios: Minor implementation improvements.
1.4.1 - Server: Enabled SMB 2.1 Large MTU support.
Client: Enabled SMB 2.1 Large MTU support.
Client: Disconnect connection when inappropriate NetBIOS session packet is received.
SessionPacket: Added support for SMB 2.1 Large MTU.
NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU.
Added VS2019 solution and projects.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]