SMBLibrary 1.5.1.3

This commit is contained in:
Tal Aloni 2024-03-01 13:42:19 +02:00
parent a9f9ef95e8
commit 693269f02f
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>