Skip to content

Commit 28b46ff

Browse files
committed
v2.5.5
1 parent 409be7a commit 28b46ff

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
1010
<NSubstituteVersion>5.1.0</NSubstituteVersion>
1111
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
12-
<XunitAnalyzersVersion>1.7.0-pre.10</XunitAnalyzersVersion>
13-
<XunitVersion>2.6.3-pre.3</XunitVersion>
12+
<XunitAnalyzersVersion>1.7.0</XunitAnalyzersVersion>
13+
<XunitVersion>2.6.3</XunitVersion>
1414
</PropertyGroup>
1515

1616
</Project>

src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,20 @@
3636
</ItemGroup>
3737

3838
<!-- Supplement Nerdbank.GitVersioning version calculations -->
39-
<Target Name="UpdateAssemblyVersionInfo" BeforeTargets="GenerateAssemblyVersionInfo" DependsOnTargets="GetBuildVersion">
39+
<Target Name="UpdateAssemblyVersionInfo" BeforeTargets="GenerateAssemblyNBGVVersionInfo" DependsOnTargets="GetBuildVersion">
4040
<PropertyGroup>
41-
<!-- Local builds should have a '-dev' suffix on the build number -->
42-
<PrereleaseSuffix Condition=" '$(GITHUB_ACTIONS)' != 'true' ">-dev</PrereleaseSuffix>
4341
<!-- AssemblyVersion and AssemblyFileVersion should be x.y.z.0 -->
4442
<AssemblyVersion>$(BuildVersionSimple)</AssemblyVersion>
4543
<AssemblyFileVersion>$(BuildVersionSimple)</AssemblyFileVersion>
4644
<!-- Always put the Git hash in the informational version, even for non-pre-release versions -->
47-
<AssemblyInformationalVersion>$(BuildVersionSimple)$(PrereleaseVersion)$(PrereleaseSuffix)+$(GitCommitIdShort)</AssemblyInformationalVersion>
45+
<AssemblyInformationalVersion>$(BuildVersionSimple)$(PrereleaseVersion)+$(GitCommitIdShort)</AssemblyInformationalVersion>
4846
</PropertyGroup>
4947
</Target>
5048

5149
<Target Name="UpdateNuSpecProperties" BeforeTargets="GenerateNuspec" DependsOnTargets="GetBuildVersion">
5250
<PropertyGroup>
53-
<!-- Local builds should have a '-dev' suffix on the build number -->
54-
<PrereleaseSuffix Condition=" '$(GITHUB_ACTIONS)' != 'true' ">-dev</PrereleaseSuffix>
51+
<!-- Never put the Git hash in the package version -->
52+
<PackageVersion>$(BuildVersionSimple)$(PrereleaseVersion)</PackageVersion>
5553
<!-- Pass through values we don't know ahead of time for any hand-crafted .nuspec files -->
5654
<NuspecProperties>
5755
Configuration=$(Configuration);

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

0 commit comments

Comments
 (0)