Skip to content

Commit 5a1e01b

Browse files
authored
[release/3.1] Include commit SHA in [AssemblyInformationalVersion] value (#26157)
- see dotnet/arcade#5866 discussion - leaving redundant `[AssemblyMetadata("CommitHash", ...)]` because it's used in this repo - e.g. src\Components\benchmarkapps\Wasm.Performance\Driver\Program.cs - also consistent with native images
1 parent 692b9a2 commit 5a1e01b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/Versions.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<!-- The following property may need to be updated if ingesting new versions of Extensions.Refs package. The package override version is used to create PackageOverrides.txt in the targeting pack. -->
2727
<!-- !!! Update to 3.1.8 once we have a new official build of dotnet/extensions. -->
2828
<MicrosoftInternalExtensionsRefsPackageOverrideVersion>3.1.0</MicrosoftInternalExtensionsRefsPackageOverrideVersion>
29-
<!-- Additional assembly attributes are already configured to include the source revision ID. -->
30-
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
3129
<!-- Servicing builds have different characteristics for the way dependencies, framework references, and versions are handled. -->
3230
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
3331
<VersionPrefix>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion)</VersionPrefix>

0 commit comments

Comments
 (0)