mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-15 03:33:47 +02:00
SMBLibrary 1.5.1.3
This commit is contained in:
parent
a9f9ef95e8
commit
693269f02f
2 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<AssemblyName>SMBLibrary</AssemblyName>
|
<AssemblyName>SMBLibrary</AssemblyName>
|
||||||
<Version>1.5.1.2</Version>
|
<Version>1.5.1.3</Version>
|
||||||
<NoWarn>1573;1591</NoWarn>
|
<NoWarn>1573;1591</NoWarn>
|
||||||
<RootNamespace>SMBLibrary</RootNamespace>
|
<RootNamespace>SMBLibrary</RootNamespace>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
<Authors>Tal Aloni</Authors>
|
<Authors>Tal Aloni</Authors>
|
||||||
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
|
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
||||||
<PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation</PackageDescription>
|
<PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 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>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
|
||||||
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
|
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
||||||
<AssemblyName>SMBServer</AssemblyName>
|
<AssemblyName>SMBServer</AssemblyName>
|
||||||
<Version>1.5.1</Version>
|
<Version>1.5.1</Version>
|
||||||
<RootNamespace>SMBServer</RootNamespace>
|
<RootNamespace>SMBServer</RootNamespace>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue