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

Commit 69646ab

Browse files
committed
Updated nuspec for 2.2.9 release
1 parent 0b6b71f commit 69646ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

resharper/nuget/xunitcontrib-rs92.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.2.7</version>
6+
<version>2.2.9</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>
1111
<releaseNotes>
12-
&#8226; Support for ReSharper 9.2 (#63)
13-
&#8226; Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)
12+
&#8226; Find tests in static classes (#46)
1413

1514
From previous builds:
15+
&#8226; Support for ReSharper 9.2 (#63)
16+
&#8226; Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)
1617
&#8226; Don't crash if we get badly formatted exception data from xunit1 (#50)
1718
&#8226; Support for xunit 2.0
1819
&#8226; Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)

0 commit comments

Comments
 (0)