Skip to content

Commit 30a568d

Browse files
authored
Updating ZeroMQ/clrzmq4: nuget v4.1.0.31
2 parents 7490967 + fa4eccc commit 30a568d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("4.1.0.30")]
20+
[assembly: AssemblyVersion("4.1.0.31")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

ZeroMQ.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ZeroMQ</id>
5-
<version>4.1.0.30</version>
5+
<version>4.1.0.31</version>
66

77
<authors>metadings, Pieter Hintjens, Martin Sustrik</authors>
88
<projectUrl>https://github.com/zeromq/clrzmq4/</projectUrl>
@@ -20,13 +20,13 @@
2020
<files>
2121
<!-- targets file -->
2222
<file src="ZeroMQ.targets" target="build\net40\ZeroMQ.targets" />
23-
23+
2424
<!-- managed assembly -->
2525
<file src="bin\Release\ZeroMQ.dll" target="lib\net40" />
26-
26+
2727
<!-- XML documentation file -->
2828
<file src="bin\Release\ZeroMQ.xml" target="lib\net40" />
29-
29+
3030
<!-- native binary files -->
3131
<file src="i386\libzmq.*" target="build\i386" />
3232
<file src="amd64\libzmq.*" target="build\amd64" />

0 commit comments

Comments
 (0)