From 394e4c603241406a23e8f8df60b54dcce4bf12c4 Mon Sep 17 00:00:00 2001 From: Fred Eisele Date: Tue, 25 Mar 2014 16:55:23 -0500 Subject: [PATCH] corrected some issues with the autopkg, include the dll --- builds/nuget/libzmq.autopkg | 13 +++++++------ builds/nuget/readme.nuget | 8 ++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/builds/nuget/libzmq.autopkg b/builds/nuget/libzmq.autopkg index ca1f753e..abedf403 100644 --- a/builds/nuget/libzmq.autopkg +++ b/builds/nuget/libzmq.autopkg @@ -1,15 +1,15 @@ nuget{ nuspec{ - id = czmq; - version: 2.1.0; + id = libzmq; + version : 4.1.0; title: ZMQ - Code Connected; authors: {phreed}; owners: {phreed}; - licenseUrl: https://www.gnu.org/licenses/lgpl.html; - projectUrl: http://czmq.zeromq.org/; - iconUrl: http://czmq.zeromq.org/local--files/admin:css/logo.gif; + licenseUrl: "https://www.gnu.org/licenses/lgpl.html"; + projectUrl: "http://www.zeromq.org/"; + iconUrl: "http://www.zeromq.org/local--files/admin:css/logo.gif"; requireLicenseAcceptance: false; - summary: High-level C binding for ZeroMQ and all-round Slice of Heaven for C developers.; + summary: Code Connected; description: @" ZeroMQ \zeromq\: - Connect your code in any language, on any platform. @@ -40,6 +40,7 @@ ZeroMQ \zeromq\: [x64,v100,release] { lib: ${SDK_2010}Release\libzmq.lib; + bin: ${SDK_2010}..\..\lib\libzmq.dll; } targets{ diff --git a/builds/nuget/readme.nuget b/builds/nuget/readme.nuget index 365cffc9..633743a9 100644 --- a/builds/nuget/readme.nuget +++ b/builds/nuget/readme.nuget @@ -10,3 +10,11 @@ The instructions for building a NuGet package can be found here: http://coapp.org/pages/tutorials.html +The basic procedure is to first build all +the artifacts and then run ... + Write-NuGetPackage .\libzmq.autopkg + +The *.nuget files thus produced can then be installed +in a local repository or uploaded to one of the nuget servers. + +