This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 9a6ebb582284e485f00112343b5bed94fa436ccb Author: Shad Storhaug <[email protected]> AuthorDate: Fri Feb 11 22:25:09 2022 +0700 .build/nuget.props: Updated release notes URL --- .build/nuget.props | 2 +- Directory.Build.props | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.build/nuget.props b/.build/nuget.props index 3eaf84a..0ac1703 100644 --- a/.build/nuget.props +++ b/.build/nuget.props @@ -31,7 +31,7 @@ <!-- This git tag convention was used for legacy packages rather than using PackageVersion, so we are following suit --> <VCSLabelPrefix>Lucene.Net_</VCSLabelPrefix> <VCSLabel>$(VCSLabelPrefix)$(PackageVersion.Replace('.', '_').Replace('-', '_'))</VCSLabel> - <ReleaseNotesUrl>$(RepositoryUrl)/releases/tag/$(VCSLabel)</ReleaseNotesUrl> + <ReleaseNotesUrl>https://github.com/$(GitHubOrganization)/$(GitHubProject)/releases/tag/$(VCSLabel)</ReleaseNotesUrl> <PackageReleaseNotes>$(ReleaseNotesUrl)</PackageReleaseNotes> <!-- Build a compound description that links to the release notes and package documentation home page. --> diff --git a/Directory.Build.props b/Directory.Build.props index 4cda9db..413c2aa 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,6 +27,8 @@ <PropertyGroup> <LangVersion>9.0</LangVersion> + <GitHubOrganization>apache</GitHubOrganization> + <GitHubProject>lucenenet</GitHubProject> </PropertyGroup> <!-- IMPORTANT: When these values are changed, the CI counter number should also be reset. -->
