From: rakeshsinghranchi Date: Tue, 13 Jun 2017 22:47:53 +0000 (-0700) Subject: Fix issue 2682 - Homepage referenced in deb metadata is incorrect (dotnet/core-setup... X-Git-Tag: submit/tizen/20210909.063632~11032^2~1095^2~10^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41a228ca3722387c6f11860d151d27c3fa739a5f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix issue 2682 - Homepage referenced in deb metadata is incorrect (dotnet/core-setup#2683) Commit migrated from https://github.com/dotnet/core-setup/commit/c7792b3ded959d88dd7e567481ff944eb07f1777 --- diff --git a/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json index 5a4b1ad..98c5a73 100644 --- a/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json @@ -7,7 +7,7 @@ "short_description": "%HOSTFXR_BRAND_NAME% %HOSTFXR_NUGET_VERSION%", "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", - "homepage": "https://dotnet.github.io/core", + "homepage": "https://dotnet.github.io", "release":{ "package_version":"1.0.0.0", diff --git a/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json index f714ca3..b6ffcbe 100644 --- a/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json @@ -7,7 +7,7 @@ "short_description": "%SHARED_FRAMEWORK_BRAND_NAME% %SHARED_FRAMEWORK_NUGET_NAME% %SHARED_FRAMEWORK_NUGET_VERSION%", "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", - "homepage": "https://dotnet.github.io/core", + "homepage": "https://dotnet.github.io", "release":{ "package_version":"1.0.0.0", diff --git a/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json index 9b14a61..d3fe6e5 100644 --- a/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json @@ -7,7 +7,7 @@ "short_description": "%SHARED_HOST_BRAND_NAME%", "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", - "homepage": "https://dotnet.github.io/core", + "homepage": "https://dotnet.github.io", "release":{ "package_version":"1.0.0.0",