From 7a40c294b8f79acec7c0145941373c5c76807c4e Mon Sep 17 00:00:00 2001 From: John Beisner Date: Fri, 1 Mar 2019 13:06:49 -0800 Subject: [PATCH] Replace "MIT License" with ".NET Library EULA" in SDK bundle installer. (#757) --- src/redist/targets/packaging/windows/clisdk/bundle.thm | 2 +- src/redist/targets/packaging/windows/clisdk/bundle.wxl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.thm b/src/redist/targets/packaging/windows/clisdk/bundle.thm index 00f2bdb54..da6d1fa2a 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.thm +++ b/src/redist/targets/packaging/windows/clisdk/bundle.thm @@ -29,7 +29,7 @@ #(loc.CoreDocumentationLink) #(loc.SDKDocumentation) #(loc.PrivacyStatementLink) - #(loc.MITLicenseLink) + #(loc.DotNetEulaLink) #(loc.InstallationNoteTitle) #(loc.InstallationNote) #(loc.VisualStudioWarning) diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/bundle.wxl index c1f92fe8b..ff11d8345 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxl @@ -71,7 +71,7 @@ Resources <A HREF="https://aka.ms/dotnet-docs">Core Documentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Documentation</A> <A HREF="https://aka.ms/dev-privacy">Privacy Statement</A> - <A HREF="https://aka.ms/dotnet-license">MIT License</A> + <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Library EULA</A> Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.