diff --git a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs
index cc403fe..ed17de2 100644
--- a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs
+++ b/SMBLibrary.Adapters/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.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]
diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
index fdb9eec..1508712 100644
--- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
+++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary.Adapters
- 1.4.4
+ 1.4.5
1573;1591
SMBLibrary.Adapters
Tal Aloni
diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs
index 02f3ce8..cae2682 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.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]
diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
index a052764..184ff29 100644
--- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj
+++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary.Win32
- 1.4.4
+ 1.4.5
1573;1591
SMBLibrary.Win32
Tal Aloni
diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs
index 7428c38..c9984dc 100644
--- a/SMBLibrary/Properties/AssemblyInfo.cs
+++ b/SMBLibrary/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@ 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.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
\ No newline at end of file
diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt
index b0920fc..1c8f18a 100644
--- a/SMBLibrary/RevisionHistory.txt
+++ b/SMBLibrary/RevisionHistory.txt
@@ -452,3 +452,8 @@ Revision History:
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.
+
+1.4.5 - SimpleProtectedNegotiationTokenResponse: Bugfix: GetBytes threw exception when MechanismListMIC was not null.
+ NTLM: AuthenticateMessage: Read/Write MIC field if present.
+ NTLM: AuthenticateMessage: Immitate Windows write order for easier comparison.
+ NTLM: Bugfix: IndependentNTLMAuthenticationProvider login failed to to modification of message byte arrays.
diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj
index 5d7eb6f..e48d351 100644
--- a/SMBLibrary/SMBLibrary.csproj
+++ b/SMBLibrary/SMBLibrary.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary
- 1.4.4
+ 1.4.5
1573;1591
SMBLibrary
false
diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs
index a2168a1..4174f38 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.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]