Skip to content

Commit

Permalink
Add releaseNotes element to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 11, 2023
1 parent 4ec919d commit de9a9e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<PrereleaseSuffix Condition=" '$(GITHUB_ACTIONS)' != 'true' ">-dev</PrereleaseSuffix>
<!-- Never put the Git hash in the package version -->
<PackageVersion>$(BuildVersionSimple)$(PrereleaseVersion)$(PrereleaseSuffix)</PackageVersion>
<PackageReleaseNotes>https://xunit.net/releases/visualstudio/$(PackageVersion)</PackageReleaseNotes>
<!-- Pass through values we don't know ahead of time for any hand-crafted .nuspec files -->
<NuspecProperties>
Configuration=$(Configuration);
Expand Down

0 comments on commit de9a9e8

Please sign in to comment.