Skip to content

Commit

Permalink
fix PackageReleaseNotes link
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Apr 14, 2020
1 parent c1a272a commit f1a8622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/skbkontur/cassandra-thrift-client</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageReleaseNotes>$(RepositoryUrl)/releases/tag/v$(MajorMinorVersion)-release</PackageReleaseNotes>
<PackageReleaseNotes>$(RepositoryUrl)/releases/tag/v$(NuGetPackageVersion)-release</PackageReleaseNotes>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit f1a8622

Please sign in to comment.