feat: LAN-13040: version update

This commit is contained in:
Joran Van Craenenbroeck 2022-04-25 12:12:22 +02:00
parent c352e85065
commit b4ed30082d
3 changed files with 4 additions and 5 deletions

View file

@ -11,7 +11,7 @@ parameters:
nuget-output-file:
type: string
default: "bin/Release/Lansweeper.SMBLibrary.1.6.0.nupkg"
default: "bin/Release/Lansweeper.SMBLibrary.1.7.0.nupkg"
git-primary-branch:
type: string
@ -82,7 +82,7 @@ jobs:
- run:
name: Set correct version in csproj file, build and pack it
command: |
$env:package_version = "1.6.0"
$env:package_version = "1.7.0"
$file = Get-Item << pipeline.parameters.project-folder >><< pipeline.parameters.csproj-file >>
[xml]$cn = Get-Content $file
$cn.Project.PropertyGroup.Version="$env:package_version"

View file

@ -3,7 +3,7 @@
<metadata minClientVersion="3.3">
<id>Lansweeper.SMBLibrary</id>
<version>1.6.0</version>
<version>1.7.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>

View file

@ -5,8 +5,7 @@
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary</AssemblyName>
<Version>1.6.0</Version>
<Version>1.4.8</Version>
<Version>1.7.0</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>