Skip to content

Commit 5f3514c

Browse files
authored
Clarify it doesn't just affect default value (#47513)
1 parent ac0540d commit 5f3514c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/compatibility/sdk/8.0/source-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The [Source Link](https://github.com/dotnet/sourcelink) build tooling is now inc
1212
1313
## Previous behavior
1414

15-
Prior to this change, the default `InformationalVersion` of a library or application was the `Version` property.
15+
Prior to this change, `InformationalVersion` did not include any build metadata. The default `InformationalVersion` of a library or application was the `Version` property.
1616

1717
## New behavior
1818

19-
Starting in .NET 8, the default `InformationalVersion` of a library or application is the `Version` property *and* the `SourceRevisionId` property.
19+
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.
2020

2121
## Version introduced
2222

0 commit comments

Comments
 (0)