File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "4.1.0.30 " ) ]
20
+ [ assembly: AssemblyVersion ( "4.1.0.31 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ZeroMQ</id >
5
- <version >4.1.0.30 </version >
5
+ <version >4.1.0.31 </version >
6
6
7
7
<authors >metadings, Pieter Hintjens, Martin Sustrik</authors >
8
8
<projectUrl >https://github.com/zeromq/clrzmq4/</projectUrl >
20
20
<files >
21
21
<!-- targets file -->
22
22
<file src =" ZeroMQ.targets" target =" build\net40\ZeroMQ.targets" />
23
-
23
+
24
24
<!-- managed assembly -->
25
25
<file src =" bin\Release\ZeroMQ.dll" target =" lib\net40" />
26
-
26
+
27
27
<!-- XML documentation file -->
28
28
<file src =" bin\Release\ZeroMQ.xml" target =" lib\net40" />
29
-
29
+
30
30
<!-- native binary files -->
31
31
<file src =" i386\libzmq.*" target =" build\i386" />
32
32
<file src =" amd64\libzmq.*" target =" build\amd64" />
You can’t perform that action at this time.
0 commit comments