Skip to content

Commit

Permalink
Updating ZeroMQ/clrzmq4: nuget v4.1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings authored Mar 13, 2019
2 parents 7490967 + fa4eccc commit 30a568d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("4.1.0.30")]
[assembly: AssemblyVersion("4.1.0.31")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
8 changes: 4 additions & 4 deletions ZeroMQ.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ZeroMQ</id>
<version>4.1.0.30</version>
<version>4.1.0.31</version>

<authors>metadings, Pieter Hintjens, Martin Sustrik</authors>
<projectUrl>https://github.com/zeromq/clrzmq4/</projectUrl>
Expand All @@ -20,13 +20,13 @@
<files>
<!-- targets file -->
<file src="ZeroMQ.targets" target="build\net40\ZeroMQ.targets" />

<!-- managed assembly -->
<file src="bin\Release\ZeroMQ.dll" target="lib\net40" />

<!-- XML documentation file -->
<file src="bin\Release\ZeroMQ.xml" target="lib\net40" />

<!-- native binary files -->
<file src="i386\libzmq.*" target="build\i386" />
<file src="amd64\libzmq.*" target="build\amd64" />
Expand Down

0 comments on commit 30a568d

Please sign in to comment.