File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
namespace NetMQ . Tests
17
17
{
18
- [ TestFixture ]
18
+ [ TestFixture ( Category = "Poller" ) ]
19
19
public class NetMQPollerTest
20
20
{
21
21
#region Socket polling tests
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd" >
3
3
<metadata >
4
- <id >NetMQ4 </id >
4
+ <id >NetMQ </id >
5
5
<version >$version$</version >
6
6
<title >NetMQ4</title >
7
7
<authors >NetMQ</authors >
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [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
+
38
40
39
41
[ assembly: InternalsVisibleTo ( "NetMQ.Tests,PublicKey=" +
40
42
"0024000004800000940000000602000000240000525341310004000001000100c90e1ebf352af7" +
You can’t perform that action at this time.
0 commit comments