Bump dotnet-core / nuget versions to 1.0.18.3

This commit is contained in:
Frank Denis 2022-11-25 16:15:36 +01:00
parent eb04310952
commit 6bce2fe9c9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- These values are populated into the package.gsl templates by package.bat. --> <!-- 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. --> <!-- The target attribute controls path and file name only, id controls package naming. -->
<package id="libsodium_vc120" target="libsodium" version = "1.0.18.2" pathversion="1_0_18_2" platformtoolset="v120" /> <package id="libsodium_vc120" target="libsodium" version = "1.0.18.3" pathversion="1_0_18_2" platformtoolset="v120" />