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

Commit d3cb3eb

Browse files
committed
Updated nuspec files for xunit2 RC4
1 parent 35dcc98 commit d3cb3eb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

resharper/nuget/xunitcontrib-rs9.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.0.3</version>
6+
<version>2.0.4</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>ReSharper 9 support. Continuing support for xUnit.net 2.0
12+
&#8226; Support for RC4 (build 2924)
13+
14+
From 2.0.3:
1215
&#8226; Support for RC3 (build 2880)
1316
&#8226; Support for xunit's appSettings config
1417
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
@@ -30,7 +33,7 @@ From 2.0.0:
3033
&#8226; Parallelisation re-enabled!
3134

3235
Known issues:
33-
&#8226; REQUIRES RC 3. Will NOT run earlier pre-release versions
36+
&#8226; REQUIRES RC 4. Will NOT run earlier pre-release versions
3437
&#8226; External annotations not yet implemented for xunit2 (to be fixed)
3538
&#8226; Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
3639
<projectUrl>https://github.com/xunit/resharper-xunit</projectUrl>

resharper/nuget/xunitcontrib.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<metadata>
44
<id>xunitcontrib</id>
55
<title>xUnit.net Test Support</title>
6-
<version>2.0.3-beta-20150226</version>
6+
<version>2.0.4-beta-20150310</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>Continuing support for xUnit.net 2.0
12+
&#8226; Support for RC4 (build 2924)
13+
14+
From 2.0.3:
1215
&#8226; Support for RC3 (build 2880)
1316
&#8226; Support for xunit's appSettings config
1417
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
@@ -25,7 +28,7 @@ From previous builds:
2528
&#8226; Parallelisation re-enabled!
2629

2730
Known issues:
28-
&#8226; REQUIRES RC3. Will NOT run earlier pre-release versions
31+
&#8226; REQUIRES RC4. Will NOT run earlier pre-release versions
2932
&#8226; External annotations not yet implemented for xunit2 (to be fixed)
3033
&#8226; Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
3134
<projectUrl>https://github.com/xunit/resharper-xunit</projectUrl>

0 commit comments

Comments
 (0)