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

Commit cf804e1

Browse files
committed
Updated nuspecs
1 parent eb2ce57 commit cf804e1

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

resharper/nuget/xunitcontrib-rs9.nuspec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.0.2</version>
6+
<version>2.0.3</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 RC3 (build 2880)
13+
&#8226; Support for xunit's appSettings config
14+
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
15+
16+
From 2.0.2:
1217
&#8226; Support for RC1 (build 2826)
1318
&#8226; Report mismatched pre-release versions on failure (#23)
1419
&#8226; Improved compatibility with ReSharper 9
@@ -25,7 +30,7 @@ From 2.0.0:
2530
&#8226; Parallelisation re-enabled!
2631

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

resharper/nuget/xunitcontrib.nuspec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
<metadata>
44
<id>xunitcontrib</id>
55
<title>xUnit.net Test Support</title>
6-
<version>2.0.2-alpha-20150206</version>
6+
<version>2.0.3-beta-20150226</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 RC3 (build 2880)
13+
&#8226; Support for xunit's appSettings config
14+
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
15+
16+
From previous builds:
1217
&#8226; Support for RC1 (build 2826)
1318
&#8226; Report mismatched pre-release versions on failure (#23)
1419
&#8226; Fixed crash working with xUnit.net 1.1
15-
16-
From previous builds:
1720
&#8226; Fixed an issue (#9) to run individual methods, rather than all methods in the class
1821
&#8226; Fixed an issue (#21) with Unicode characters in display names and data attributes
1922
&#8226; Beta 5 support (build 2785)
@@ -22,7 +25,7 @@ From previous builds:
2225
&#8226; Parallelisation re-enabled!
2326

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

0 commit comments

Comments
 (0)