mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-20 08:05:53 +02:00
SMBServer v1.4.2
This commit is contained in:
parent
5ea442a71f
commit
b59fb0917e
6 changed files with 13 additions and 6 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.4.1.0")]
|
[assembly: AssemblyVersion("1.4.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.1.0")]
|
[assembly: AssemblyFileVersion("1.4.2.0")]
|
||||||
|
|
|
@ -4,8 +4,10 @@
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<AssemblyName>SMBLibrary.Win32</AssemblyName>
|
<AssemblyName>SMBLibrary.Win32</AssemblyName>
|
||||||
|
<Version>1.4.2</Version>
|
||||||
<RootNamespace>SMBLibrary.Win32</RootNamespace>
|
<RootNamespace>SMBLibrary.Win32</RootNamespace>
|
||||||
<Authors>Tal Aloni</Authors>
|
<Authors>Tal Aloni</Authors>
|
||||||
|
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
|
||||||
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
||||||
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl>
|
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl>
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.4.1.0")]
|
[assembly: AssemblyVersion("1.4.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.1.0")]
|
[assembly: AssemblyFileVersion("1.4.2.0")]
|
||||||
|
|
|
@ -433,3 +433,6 @@ Revision History:
|
||||||
SessionPacket: Added support for SMB 2.1 Large MTU.
|
SessionPacket: Added support for SMB 2.1 Large MTU.
|
||||||
NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU.
|
NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU.
|
||||||
Added VS2019 solution and projects.
|
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.
|
||||||
|
|
|
@ -4,9 +4,11 @@
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<AssemblyName>SMBLibrary</AssemblyName>
|
<AssemblyName>SMBLibrary</AssemblyName>
|
||||||
|
<Version>1.4.2</Version>
|
||||||
<RootNamespace>SMBLibrary</RootNamespace>
|
<RootNamespace>SMBLibrary</RootNamespace>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
<Authors>Tal Aloni</Authors>
|
<Authors>Tal Aloni</Authors>
|
||||||
|
<PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server and client implementation</PackageDescription>
|
||||||
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
||||||
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl>
|
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl>
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.4.1.0")]
|
[assembly: AssemblyVersion("1.4.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.1.0")]
|
[assembly: AssemblyFileVersion("1.4.2.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue