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-rs91.nuspec
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,20 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 9</title>
6
-
<version>2.1.6</version>
6
+
<version>2.1.7</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
-
<releaseNotes>Support for xunit 2.0
11
+
<releaseNotes>Don't crash if we get badly formatted exception data from xunit1 (#50)
12
+
13
+
From previous builds:
12
14
• Support for ReSharper 9.1
15
+
• Support for xunit 2.0
13
16
• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
14
17
• Updated external annotations for xunit 2.0 (#30)
15
18
• Read xunit 2.0 settings from config file (#40)
16
19
• Added logging for ReSharper 9 in internal mode
17
-
18
-
From previous builds:
19
20
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
20
21
• Report mismatched pre-release versions on failure (#23)
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib.nuspec
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,18 @@
3
3
<metadata>
4
4
<id>xunitcontrib</id>
5
5
<title>xUnit.net Test Support</title>
6
-
<version>2.1.6</version>
6
+
<version>2.1.7</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
-
<releaseNotes>Support for xunit 2.0
11
+
<releaseNotes>Don't crash if we get badly formatted exception data from xunit1 (#50)
12
+
13
+
From previous builds:
14
+
• Support for xunit 2.0
12
15
• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
13
16
• Updated external annotations for xunit 2.0 (#30)
14
17
• Read xunit 2.0 settings from config file (#40)
15
-
16
-
From previous builds:
17
18
• Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
18
19
• Report mismatched pre-release versions on failure (#23)
0 commit comments