Update for and publish NuGet package for 1.0.12. (#520)
This commit is contained in:
parent
c11fd0ddd0
commit
97c6599659
@ -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.3.0" pathversion="1_0_3_0" platformtoolset="v120" />
|
||||
<package id="libsodium_vc120" target="libsodium" version = "1.0.12.0" pathversion="1_0_12_0" platformtoolset="v120" />
|
||||
|
@ -24,11 +24,11 @@
|
||||
<iconUrl>http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Salt_shaker_on_white_background.jpg/220px-Salt_shaker_on_white_background.jpg</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<developmentDependency>false</developmentDependency>
|
||||
<description>Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API.</description>
|
||||
<description>Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.</description>
|
||||
<summary>Portable fork of NaCl, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers.</summary>
|
||||
<releaseNotes>https://raw.github.com/jedisct1/libsodium/master/ChangeLog</releaseNotes>
|
||||
<copyright>(c) 2013-2014, Frank Denis (attribution required)</copyright>
|
||||
<tags>native, NaCl, salt, sodium, libodium, C++</tags>
|
||||
<copyright>(c) 2013-2017, Frank Denis (attribution required)</copyright>
|
||||
<tags>native, NaCl, salt, sodium, libsodium, C++</tags>
|
||||
<dependencies>
|
||||
.for dependency
|
||||
<dependency id="$(id)" version="$(version)" />
|
||||
|
Loading…
Reference in New Issue
Block a user