You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib-rs9.nuspec
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,15 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 9</title>
6
-
<version>2.0.3</version>
6
+
<version>2.0.4</version>
7
7
<authors>Matt Ellis</authors>
8
8
<owners>Matt Ellis</owners>
9
9
<description>A unit test provider for xUnit.net. Discovers and runs xUnit.net 1.x and 2.0 tests. Includes annotations to aid ReSharper inspections and Live Templates to speed up inserting test methods and asserts.</description>
10
10
<summary>A unit test provider for xUnit.net</summary>
11
11
<releaseNotes>ReSharper 9 support. Continuing support for xUnit.net 2.0
12
+
• Support for RC4 (build 2924)
13
+
14
+
From 2.0.3:
12
15
• Support for RC3 (build 2880)
13
16
• Support for xunit's appSettings config
14
17
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
@@ -30,7 +33,7 @@ From 2.0.0:
30
33
• Parallelisation re-enabled!
31
34
32
35
Known issues:
33
-
• REQUIRES RC 3. Will NOT run earlier pre-release versions
36
+
• REQUIRES RC 4. Will NOT run earlier pre-release versions
34
37
• External annotations not yet implemented for xunit2 (to be fixed)
35
38
• Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib.nuspec
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,15 @@
3
3
<metadata>
4
4
<id>xunitcontrib</id>
5
5
<title>xUnit.net Test Support</title>
6
-
<version>2.0.3-beta-20150226</version>
6
+
<version>2.0.4-beta-20150310</version>
7
7
<authors>Matt Ellis</authors>
8
8
<owners>Matt Ellis</owners>
9
9
<description>A unit test provider for xUnit.net. Discovers and runs xUnit.net 1.x and 2.0 tests. Includes annotations to aid ReSharper inspections and Live Templates to speed up inserting test methods and asserts</description>
10
10
<summary>A unit test provider for xUnit.net</summary>
11
11
<releaseNotes>Continuing support for xUnit.net 2.0
12
+
• Support for RC4 (build 2924)
13
+
14
+
From 2.0.3:
12
15
• Support for RC3 (build 2880)
13
16
• Support for xunit's appSettings config
14
17
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
@@ -25,7 +28,7 @@ From previous builds:
25
28
• Parallelisation re-enabled!
26
29
27
30
Known issues:
28
-
• REQUIRES RC3. Will NOT run earlier pre-release versions
31
+
• REQUIRES RC4. Will NOT run earlier pre-release versions
29
32
• External annotations not yet implemented for xunit2 (to be fixed)
30
33
• Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
0 commit comments