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
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@
3
3
<metadata>
4
4
<id>CitizenMatt.Xunit</id>
5
5
<title>xUnit.net Test Support for ReSharper 9</title>
6
-
<version>2.0.6</version>
6
+
<version>2.0.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
• Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
13
15
• Updated external annotations for xunit 2.0 (#30)
14
16
• Read xunit 2.0 settings from config file (#40)
0 commit comments