diff --git a/.circleci/config.yml b/.circleci/config.yml index 64aee53..755246b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" diff --git a/Lansweeper.SMBLibrary.nuspec b/Lansweeper.SMBLibrary.nuspec index bf52e29..b16f3ec 100644 --- a/Lansweeper.SMBLibrary.nuspec +++ b/Lansweeper.SMBLibrary.nuspec @@ -3,7 +3,7 @@ Lansweeper.SMBLibrary - 1.6.0 + 1.7.0 Lansweeper.SMBLibrary TalAloni/Lansweeper SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index b31bedb..9b0cc09 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -5,8 +5,7 @@ net48;netstandard2.0 false SMBLibrary - 1.6.0 - 1.4.8 + 1.7.0 1573;1591 SMBLibrary false