File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
src/xunit.runner.visualstudio Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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);
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments