diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs
index 9b39bac..c6164bf 100644
--- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs
+++ b/SMBLibrary.Win32/Properties/AssemblyInfo.cs
@@ -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.1.0")]
-[assembly: AssemblyFileVersion("1.4.1.0")]
+[assembly: AssemblyVersion("1.4.2.0")]
+[assembly: AssemblyFileVersion("1.4.2.0")]
diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
index a7b9b2f..8146339 100644
--- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj
+++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
@@ -4,8 +4,10 @@
net20;net40;netstandard2.0
false
SMBLibrary.Win32
+ 1.4.2
SMBLibrary.Win32
Tal Aloni
+ Windows specific extensions for SMBLibrary
LGPL-3.0-or-later
https://github.com/TalAloni/SMBLibrary
https://github.com/TalAloni/SMBLibrary
diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs
index 150a4d4..89ec230 100644
--- a/SMBLibrary/Properties/AssemblyInfo.cs
+++ b/SMBLibrary/Properties/AssemblyInfo.cs
@@ -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.1.0")]
-[assembly: AssemblyFileVersion("1.4.1.0")]
+[assembly: AssemblyVersion("1.4.2.0")]
+[assembly: AssemblyFileVersion("1.4.2.0")]
diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt
index 066ef05..52201d2 100644
--- a/SMBLibrary/RevisionHistory.txt
+++ b/SMBLibrary/RevisionHistory.txt
@@ -433,3 +433,6 @@ Revision History:
SessionPacket: Added support for SMB 2.1 Large MTU.
NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU.
Added VS2019 solution and projects.
+
+1.4.2 - Server: Bugfix: Buffer was not set to the correct size for SMB2 Large MTU.
+ Client: Client: SMB1FileStore: Implemented SetFileInformation with FileInformation parameter.
diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj
index ab37f46..2030870 100644
--- a/SMBLibrary/SMBLibrary.csproj
+++ b/SMBLibrary/SMBLibrary.csproj
@@ -4,9 +4,11 @@
net20;net40;netstandard2.0
false
SMBLibrary
+ 1.4.2
SMBLibrary
false
Tal Aloni
+ SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server and client implementation
LGPL-3.0-or-later
https://github.com/TalAloni/SMBLibrary
https://github.com/TalAloni/SMBLibrary
diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs
index 0db9ad8..fc12249 100644
--- a/SMBServer/Properties/AssemblyInfo.cs
+++ b/SMBServer/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-[assembly: AssemblyVersion("1.4.1.0")]
-[assembly: AssemblyFileVersion("1.4.1.0")]
+[assembly: AssemblyVersion("1.4.2.0")]
+[assembly: AssemblyFileVersion("1.4.2.0")]