Skip to content

Commit

Permalink
Set up release notes link
Browse files Browse the repository at this point in the history
Also fix PackageLicenseExpression
  • Loading branch information
AArnott committed Apr 24, 2020
1 parent da259f3 commit 8dd8b0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageProjectUrl>https://github.com/AArnott/Xunit.SkippableFact</PackageProjectUrl>
<Company>Andrew Arnott</Company>
<Authors>Andrew Arnott</Authors>
<PackageLicenseExpression>MS-Pl</PackageLicenseExpression>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -33,4 +33,9 @@
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" />
</ItemGroup>
<Target Name="PrepareReleaseNotes" BeforeTargets="GenerateNuspec" DependsOnTargets="GetBuildVersion">
<PropertyGroup>
<PackageReleaseNotes>https://github.com/AArnott/Xunit.SkippableFact/releases/tag/v$(Version)</PackageReleaseNotes>
</PropertyGroup>
</Target>
</Project>

0 comments on commit 8dd8b0d

Please sign in to comment.