Bump nupkg version

This commit is contained in:
Frank Denis 2021-05-26 17:13:50 +02:00
parent 61425f4480
commit 24856f9e43
3 changed files with 5 additions and 5 deletions

View File

@ -181,14 +181,14 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: nuget-package
path: .libsodium-pack/bin/Release/libsodium.1.0.18.nupkg
path: .libsodium-pack/bin/Release/libsodium.1.0.18.1.nupkg
test-ubuntu18_04:
test-ubuntu20_04:
runs-on: ubuntu-latest
needs:
- pack
container:
image: mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
image: mcr.microsoft.com/dotnet/core/sdk:3.1-focal
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

View File

@ -9,7 +9,7 @@
<PropertyGroup>
<PackageId>libsodium</PackageId>
<Version>1.0.18</Version>
<Version>1.0.18.1</Version>
<Authors>Frank Denis</Authors>
<Description>Internal implementation package not meant for direct consumption. Please do not reference directly.</Description>
<Copyright>&#169; $([System.DateTime]::UtcNow.ToString(yyyy)) Frank Denis</Copyright>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These values are populated into the package.gsl templates by package.bat. -->
<!-- The target attribute controls path and file name only, id controls package naming. -->
<package id="libsodium_vc120" target="libsodium" version = "1.0.18.0" pathversion="1_0_18_0" platformtoolset="v120" />
<package id="libsodium_vc120" target="libsodium" version = "1.0.18.1" pathversion="1_0_18_1" platformtoolset="v120" />