File tree 3 files changed +7
-9
lines changed
src/xunit.runner.visualstudio 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 9
9
<NerdbankGitVersioningVersion >3.6.133</NerdbankGitVersioningVersion >
10
10
<NSubstituteVersion >5.1.0</NSubstituteVersion >
11
11
<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 >
14
14
</PropertyGroup >
15
15
16
16
</Project >
Original file line number Diff line number Diff line change 36
36
</ItemGroup >
37
37
38
38
<!-- Supplement Nerdbank.GitVersioning version calculations -->
39
- <Target Name =" UpdateAssemblyVersionInfo" BeforeTargets =" GenerateAssemblyVersionInfo " DependsOnTargets =" GetBuildVersion" >
39
+ <Target Name =" UpdateAssemblyVersionInfo" BeforeTargets =" GenerateAssemblyNBGVVersionInfo " DependsOnTargets =" GetBuildVersion" >
40
40
<PropertyGroup >
41
- <!-- Local builds should have a '-dev' suffix on the build number -->
42
- <PrereleaseSuffix Condition =" '$(GITHUB_ACTIONS)' != 'true' " >-dev</PrereleaseSuffix >
43
41
<!-- AssemblyVersion and AssemblyFileVersion should be x.y.z.0 -->
44
42
<AssemblyVersion >$(BuildVersionSimple)</AssemblyVersion >
45
43
<AssemblyFileVersion >$(BuildVersionSimple)</AssemblyFileVersion >
46
44
<!-- 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 >
48
46
</PropertyGroup >
49
47
</Target >
50
48
51
49
<Target Name =" UpdateNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
52
50
<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 >
55
53
<!-- Pass through values we don't know ahead of time for any hand-crafted .nuspec files -->
56
54
<NuspecProperties >
57
55
Configuration=$(Configuration);
Original file line number Diff line number Diff line change 1
1
{
2
2
"$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" ,
4
4
"nuGetPackageVersion" : {
5
5
"semVer" : 2.0
6
6
},
You can’t perform that action at this time.
0 commit comments