Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
394e4c60
Commit
394e4c60
authored
Mar 25, 2014
by
Fred Eisele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected some issues with the autopkg, include the dll
parent
af5b9601
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
libzmq.autopkg
builds/nuget/libzmq.autopkg
+7
-6
readme.nuget
builds/nuget/readme.nuget
+8
-0
No files found.
builds/nuget/libzmq.autopkg
View file @
394e4c60
nuget{
nuspec{
id =
c
zmq;
version
: 2
.1.0;
id =
lib
zmq;
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{
...
...
builds/nuget/readme.nuget
View file @
394e4c60
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment