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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 9</title>
6
-
<version>2.0.2</version>
6
+
<version>2.0.3</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 RC3 (build 2880)
13
+
• Support for xunit's appSettings config
14
+
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
15
+
16
+
From 2.0.2:
12
17
• Support for RC1 (build 2826)
13
18
• Report mismatched pre-release versions on failure (#23)
14
19
• Improved compatibility with ReSharper 9
@@ -25,7 +30,7 @@ From 2.0.0:
25
30
• Parallelisation re-enabled!
26
31
27
32
Known issues:
28
-
• REQUIRES RC 1. Will NOT run earlier pre-release versions
33
+
• REQUIRES RC 3. Will NOT run earlier pre-release versions
29
34
• External annotations not yet implemented for xunit2 (to be fixed)
30
35
• Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib.nuspec
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
<metadata>
4
4
<id>xunitcontrib</id>
5
5
<title>xUnit.net Test Support</title>
6
-
<version>2.0.2-alpha-20150206</version>
6
+
<version>2.0.3-beta-20150226</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 RC3 (build 2880)
13
+
• Support for xunit's appSettings config
14
+
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
15
+
16
+
From previous builds:
12
17
• Support for RC1 (build 2826)
13
18
• Report mismatched pre-release versions on failure (#23)
14
19
• Fixed crash working with xUnit.net 1.1
15
-
16
-
From previous builds:
17
20
• Fixed an issue (#9) to run individual methods, rather than all methods in the class
18
21
• Fixed an issue (#21) with Unicode characters in display names and data attributes
19
22
• Beta 5 support (build 2785)
@@ -22,7 +25,7 @@ From previous builds:
22
25
• Parallelisation re-enabled!
23
26
24
27
Known issues:
25
-
• REQUIRES RC1. Will NOT run earlier pre-release versions
28
+
• REQUIRES RC3. Will NOT run earlier pre-release versions
26
29
• External annotations not yet implemented for xunit2 (to be fixed)
27
30
• Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
0 commit comments