Skip to content

Commit eeba5fd

Browse files
committed
Add BuildNumber to version
1 parent ee57513 commit eeba5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Set versioning properties after Arcade SDK targets have been imported. -->
33
<PropertyGroup>
44
<!-- Used for generating stable upgrade codes for bundles -->
5-
<Version>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion).0</Version>
5+
<Version>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion)$(_BuildNumberLabels)</Version>
66
<!-- Actual upgrade code used in bundles to ensure upgrades withing a version band, e.g. 3.0.0.xxx -->
77
<_FileRevisionVersion>$(VersionSuffixDateStamp)</_FileRevisionVersion>
88
<_FileRevisionVersion Condition=" '$(_FileRevisionVersion)' == '' ">42424</_FileRevisionVersion>

0 commit comments

Comments
 (0)