Problem: NuGet package versioning out of sync with releases.

This commit is contained in:
evoskuil 2017-12-27 16:48:04 -08:00
parent 4e20c4592a
commit 2b91051cda

View File

@ -1,6 +1,6 @@
<?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="libzmq_vc120" target="libzmq" version = "4.2.30.0" pathversion="4_2_30_0" platformtoolset="v120">
<package id="libzmq-vc120" target="libzmq" version = "4.2.3.0" pathversion="4_2_3_0" platformtoolset="v120">
<!--<dependency id="libsodium_vc120" version="1.0.12.0" />-->
</package>