Fix issue 2682 - Homepage referenced in deb metadata is incorrect (dotnet/core-setup...
authorrakeshsinghranchi <raksingh@microsoft.com>
Tue, 13 Jun 2017 22:47:53 +0000 (15:47 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 22:47:53 +0000 (15:47 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/c7792b3ded959d88dd7e567481ff944eb07f1777

src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json
src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json
src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json

index 5a4b1ad..98c5a73 100644 (file)
@@ -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",
index f714ca3..b6ffcbe 100644 (file)
@@ -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",
index 9b14a61..d3fe6e5 100644 (file)
@@ -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",