Skip to content

Commit 7a145f0

Browse files
committed
Add comment
1 parent d7e9b48 commit 7a145f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rubjerg.Graphviz/Rubjerg.Graphviz.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<PackageVersion>$(Version)</PackageVersion> <!-- free form -->
134134
<InformationalVersion>$(Version)</InformationalVersion> <!-- free form, "Product Version" in file properties -->
135-
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion> <!-- numeric, change only on breaking changes -->
135+
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion> <!-- numeric, change only on breaking changes, which is what msft recommends for semver packages -->
136136
<FileVersion>$(AssemblyVersion)</FileVersion> <!-- numeric, "File Version" in file properties, match Assembly Version for easy visibility -->
137137
</PropertyGroup>
138138

0 commit comments

Comments
 (0)