Skip to content
This repository was archived by the owner on Dec 12, 2017. It is now read-only.

Commit a28448d

Browse files
committed
Bumped version for 9.0 support
1 parent a16b58d commit a28448d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resharper/nuget/xunitcontrib-rs9.nuspec

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.0.6</version>
6+
<version>2.0.7</version>
77
<authors>Matt Ellis</authors>
88
<owners>Matt Ellis</owners>
99
<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>
1010
<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:
1214
&#8226; Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
1315
&#8226; Updated external annotations for xunit 2.0 (#30)
1416
&#8226; Read xunit 2.0 settings from config file (#40)

0 commit comments

Comments
 (0)