Skip to content

Commit

Permalink
SMBServer v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 26, 2021
1 parent 21b0374 commit 25ce1b3
Show file tree
Hide file tree
Showing 8 changed files with 13 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.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.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.5</Version>
<Version>1.4.6</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.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.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.5</Version>
<Version>1.4.6</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.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
2 changes: 2 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,5 @@ Revision History:
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.

1.4.6 - SMB2Client: Fixed InvalidCastException on failed login to SMB 3.0 server.
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.5</Version>
<Version>1.4.6</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.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: AssemblyVersion("1.4.6.0")]
[assembly: AssemblyFileVersion("1.4.6.0")]

0 comments on commit 25ce1b3

Please sign in to comment.