Skip to content

Commit f7ffd3d

Browse files
committed
Merge pull request #491 from somdoron/master
Update version to version 4
2 parents bfbbf4e + 4a7c1d2 commit f7ffd3d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/NetMQ.Tests/NetMQPollerTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
namespace NetMQ.Tests
1717
{
18-
[TestFixture]
18+
[TestFixture(Category = "Poller")]
1919
public class NetMQPollerTest
2020
{
2121
#region Socket polling tests

src/NetMQ/NetMQ.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
4-
<id>NetMQ4</id>
4+
<id>NetMQ</id>
55
<version>$version$</version>
66
<title>NetMQ4</title>
77
<authors>NetMQ</authors>

src/NetMQ/Properties/AssemblyInfo.cs

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.3.2.2")]
37-
[assembly: AssemblyFileVersion("3.3.2.2")]
36+
[assembly: AssemblyVersion("4.0.0.0")]
37+
[assembly: AssemblyFileVersion("4.0.0.0")]
38+
[assembly: AssemblyInformationalVersion("4.0.0.0")]
39+
3840

3941
[assembly: InternalsVisibleTo("NetMQ.Tests,PublicKey=" +
4042
"0024000004800000940000000602000000240000525341310004000001000100c90e1ebf352af7" +

0 commit comments

Comments
 (0)