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

Commit 36381e8

Browse files
committed
Bumped version, updated nuspec for ReSharper 10
1 parent 4829195 commit 36381e8

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

resharper/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
[assembly : AssemblyDescription("xUnit.net unit test provider for " + ProductInfo.Product)]
77
[assembly : AssemblyCopyright("Copyright (C) Matt Ellis")]
88
[assembly : ComVisible(false)]
9-
[assembly : AssemblyVersion("2.2.10.*")]
9+
[assembly : AssemblyVersion("2.3.0.0")]

resharper/nuget/xunitcontrib.nuspec

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,26 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
5-
<title>xUnit.net Test Support for ReSharper 9</title>
6-
<version>2.2.10</version>
5+
<title>xUnit.net Test Support for ReSharper 10</title>
6+
<version>2.3.0</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.x 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 10 (#82)
1213
&#8226; Inherited tests not showing in results (#79)
1314
&#8226; Theories can now be excluded by category (#89)
1415
&#8226; Code completion, find usages, rename + navigation for MemberDataAttribute (#86)
1516
&#8226; Updated to xunit 2.1. Can now use config in json, and disable AppDomains (#91)
16-
17-
From previous builds:
18-
&#8226; Find tests in static classes (#46)
19-
&#8226; Support for ReSharper 9.2 (#63)
20-
&#8226; Assert.IsType and Assert.IsAssignableFrom are no longer marked as pure methods (#69)
21-
&#8226; Don't crash if we get badly formatted exception data from xunit1 (#50)
22-
&#8226; Support for xunit 2.0
23-
&#8226; Rewritten the core runner to be more robust with multi-threading. Should fix issues with aborted or inconclusive tests (#44, #31)
24-
&#8226; Updated external annotations for xunit 2.0 (#30)
25-
&#8226; Read xunit 2.0 settings from config file (#40)
26-
&#8226; Added logging for ReSharper 9 in internal mode
27-
&#8226; Report diagnostic messages when 'xunit.diagnosticMessages' is set in config (#28)
28-
&#8226; Report mismatched pre-release versions on failure (#23)
29-
&#8226; Fixed crash working with xUnit.net 1.1
30-
&#8226; Fixed an issue (#9) to run individual methods, rather than all methods in the class
31-
&#8226; Fixed an issue (#21) with Unicode characters in display names and data attributes
32-
&#8226; Captures output from ITestOutputHelper
33-
&#8226; Shadow copy cache clean up on abort
34-
&#8226; Parallelisation re-enabled!
35-
36-
Known issues:
37-
&#8226; Live Templates for Theory use xunit1 namespace</releaseNotes>
17+
</releaseNotes>
3818
<projectUrl>https://github.com/xunit/resharper-xunit</projectUrl>
3919
<licenseUrl>https://raw.githubusercontent.com/xunit/resharper-xunit/xunit2/license.txt</licenseUrl>
4020
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
4121
<copyright>Copyright 2015 Matt Ellis</copyright>
4222
<requireLicenseAcceptance>false</requireLicenseAcceptance>
4323
<dependencies>
44-
<dependency id="Wave" version="[3.0]" />
24+
<dependency id="Wave" version="[4.0]" />
4525
</dependencies>
4626
<tags>resharper unittest xunit test</tags>
4727
</metadata>

0 commit comments

Comments
 (0)