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

Commit a16b58d

Browse files
committed
Bumped versions for 8.2 and 9.1 support
Time to drop 9.0...
1 parent 3d2bfa6 commit a16b58d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

resharper/nuget/xunitcontrib-rs91.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.1.6</version>
6+
<version>2.1.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; Support for ReSharper 9.1
15+
&#8226; Support for xunit 2.0
1316
&#8226; Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
1417
&#8226; Updated external annotations for xunit 2.0 (#30)
1518
&#8226; Read xunit 2.0 settings from config file (#40)
1619
&#8226; Added logging for ReSharper 9 in internal mode
17-
18-
From previous builds:
1920
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
2021
&#8226; Report mismatched pre-release versions on failure (#23)
2122
&#8226; Fixed crash working with xUnit.net 1.1

resharper/nuget/xunitcontrib.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
<metadata>
44
<id>xunitcontrib</id>
55
<title>xUnit.net Test Support</title>
6-
<version>2.1.6</version>
6+
<version>2.1.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:
14+
&#8226; Support for xunit 2.0
1215
&#8226; Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
1316
&#8226; Updated external annotations for xunit 2.0 (#30)
1417
&#8226; Read xunit 2.0 settings from config file (#40)
15-
16-
From previous builds:
1718
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
1819
&#8226; Report mismatched pre-release versions on failure (#23)
1920
&#8226; Fixed crash working with xUnit.net 1.1

0 commit comments

Comments
 (0)