mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-31 04:56:08 +02:00
bump version
This commit is contained in:
parent
b831043ee3
commit
d85ec86fb4
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<metadata minClientVersion="3.3">
|
||||
<id>Lansweeper.SMBLibrary</id>
|
||||
<version>$version$</version>
|
||||
<version>1.5.0</version>
|
||||
<title>Lansweeper.SMBLibrary</title>
|
||||
<authors>TalAloni/Lansweeper</authors>
|
||||
<description>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation.</description>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<TargetFrameworks>net40;net48;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.4.9</Version>
|
||||
<Version>1.5.0</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
@ -25,9 +25,9 @@
|
|||
<ProjectReference Include="..\Utilities\Utilities.csproj" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
|
||||
<Target Name="ILMerge" Condition="'$(Configuration)' == 'Release'" AfterTargets="AfterBuild">
|
||||
<Exec Command=""$(ILMergeConsolePath)" /out:"$(OutputPath)\SMBLibrary.dll" "$(OutputPath)\SMBLibrary.dll" "$(OutputPath)\Utilities.dll""></Exec>
|
||||
</Target>
|
||||
-->
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue