From 8fdcfc6ee64d474195964704c21099c12d94eb35 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:39:51 -0700 Subject: [PATCH] Clarify it doesn't just affect default value --- docs/core/compatibility/sdk/8.0/source-link.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/compatibility/sdk/8.0/source-link.md b/docs/core/compatibility/sdk/8.0/source-link.md index ca4e7894299d9..0e9cd8824743e 100644 --- a/docs/core/compatibility/sdk/8.0/source-link.md +++ b/docs/core/compatibility/sdk/8.0/source-link.md @@ -12,11 +12,11 @@ The [Source Link](https://github.com/dotnet/sourcelink) build tooling is now inc ## Previous behavior -Prior to this change, the default `InformationalVersion` of a library or application was the `Version` property. +Prior to this change, `InformationalVersion` did not include any build metadata. The default `InformationalVersion` of a library or application was the `Version` property. ## New behavior -Starting in .NET 8, the default `InformationalVersion` of a library or application is the `Version` property *and* the `SourceRevisionId` property. +Starting in .NET 8, `InformationalVersion` includes the `SourceRevisionId` property in all cases. For example, the default `InformationalVersion` of a library or application is the `Version` property *and* the `SourceRevisionId` property. ## Version introduced