Skip to content

Commit 50e68bb

Browse files
committed
v3.1.4
1 parent 28c6028 commit 50e68bb

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.24.0-pre.10</xunit_analyzers_Version>
14-
<xunit_v3_Version>3.0.1-pre.12</xunit_v3_Version>
13+
<xunit_analyzers_Version>1.24.0</xunit_analyzers_Version>
14+
<xunit_v3_Version>3.0.1</xunit_v3_Version>
1515
<xunit_Version>2.9.3</xunit_Version>
1616
</PropertyGroup>
1717

src/xunit.runner.visualstudio/VsTestRunner.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ async Task<bool> DiscoverTestsInAssembly<TVisitor>(
268268
Assembly = assembly,
269269
DiscoveryOptions = discoveryOptions,
270270
ShadowCopy = assembly.Configuration.ShadowCopyOrDefault,
271+
UniqueID = controller.TestAssemblyUniqueID,
271272
});
272273

273274
try
@@ -286,6 +287,7 @@ async Task<bool> DiscoverTestsInAssembly<TVisitor>(
286287
Assembly = assembly,
287288
DiscoveryOptions = discoveryOptions,
288289
TestCasesToRun = totalTests,
290+
UniqueID = controller.TestAssemblyUniqueID,
289291
});
290292
}
291293
}

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.4-pre.{height}",
3+
"version": "3.1.4",
44
"nuGetPackageVersion": {
55
"semVer": 2.0
66
},

0 commit comments

Comments
 (0)