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

Commit 0ddcd9c

Browse files
committed
Bumped version to 2.3.3
1 parent 3e80f6f commit 0ddcd9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.3.2.0")]
9+
[assembly : AssemblyVersion("2.3.3.0")]

resharper/nuget/xunitcontrib.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<metadata>
44
<id>CitizenMatt.Xunit</id>
55
<title>xUnit.net Test Support for ReSharper 10</title>
6-
<version>2.3.2</version>
6+
<version>2.3.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.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; Now works properly with code coverage, continuous testing + dotMemoryUnit, by disabling all concurrency under these conditions
12+
&#8226; No longer treats all public methods in abstract base classes as tests (#105)
1313

1414
From previous releases:
15+
&#8226; Now works properly with code coverage, continuous testing + dotMemoryUnit, by disabling all concurrency under these conditions
1516
&#8226; Fixed issue with discovering theories at runtime
1617
&#8226; Support for ReSharper 10 (#82)
1718
&#8226; Inherited tests not showing in results (#79)

0 commit comments

Comments
 (0)