Skip to content

Commit a583452

Browse files
committed
v3.1.2
1 parent f41d65d commit a583452

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<Nerdbank_GitVersioning_Version>3.7.115</Nerdbank_GitVersioning_Version>
1111
<NSubstitute_Version>5.3.0</NSubstitute_Version>
1212
<TunnelVisionLabs_ReferenceAssemblyAnnotator_Version>1.0.0-alpha.160</TunnelVisionLabs_ReferenceAssemblyAnnotator_Version>
13-
<xunit_analyzers_Version>1.22.0</xunit_analyzers_Version>
14-
<xunit_v3_Version>2.0.3</xunit_v3_Version>
13+
<xunit_analyzers_Version>1.23.0</xunit_analyzers_Version>
14+
<xunit_v3_Version>3.0.0</xunit_v3_Version>
1515
<xunit_Version>2.9.3</xunit_Version>
1616
</PropertyGroup>
1717

test/test.xunit.runner.visualstudio/Utility/TestData.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public static ITestCaseDiscovered TestCaseDiscovered(
2121
string? testClassSimpleName = "test-class-simple-name",
2222
string? testClassUniqueID = "test-class-id",
2323
string testCollectionUniqueID = "test-collection-id",
24+
int? testMethodArity = null,
2425
int? testMethodMetadataToken = null,
2526
string? testMethodName = "test-method",
2627
string[]? testMethodParameterTypes = null,
@@ -43,6 +44,7 @@ public static ITestCaseDiscovered TestCaseDiscovered(
4344
TestClassSimpleName = testClassSimpleName,
4445
TestClassUniqueID = testClassUniqueID,
4546
TestCollectionUniqueID = testCollectionUniqueID,
47+
TestMethodArity = testMethodArity,
4648
TestMethodMetadataToken = testMethodMetadataToken,
4749
TestMethodName = testMethodName,
4850
TestMethodParameterTypesVSTest = testMethodParameterTypes,

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"nuGetPackageVersion": {
55
"semVer": 2.0
66
},

0 commit comments

Comments
 (0)