From 7a19b8caedbdb348dbc90acd88d1eac2a3fa7572 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 9 May 2017 22:51:17 +0000 Subject: [PATCH 1/6] Change telemetry notice for deb --- packaging/deb/postinst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packaging/deb/postinst b/packaging/deb/postinst index aac8be85c..e2e4bd4be 100755 --- a/packaging/deb/postinst +++ b/packaging/deb/postinst @@ -7,9 +7,12 @@ echo "Welcome to .NET Core! --------------------- Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. -Telemetry +NET Core Tools Telemetry -------------- -The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. -You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. -You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry." +The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. + +The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. + +The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry." + su - $SUDO_USER -c "dotnet new > /dev/null 2>&1 || true" From af3c2378040d700139c4ac3e12c93e461de21fbe Mon Sep 17 00:00:00 2001 From: William Li Date: Sun, 7 May 2017 13:30:03 -0700 Subject: [PATCH 2/6] Unify telemetry text for windows And move installer telemetry message to the end and --- packaging/windows/clisdk/bundle.thm | 5 ++--- packaging/windows/clisdk/bundle.wxl | 16 ++++++++++------ 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/packaging/windows/clisdk/bundle.thm b/packaging/windows/clisdk/bundle.thm index f7f30c2aa..71b7ef054 100644 --- a/packaging/windows/clisdk/bundle.thm +++ b/packaging/windows/clisdk/bundle.thm @@ -1,6 +1,6 @@ - #(loc.Caption) + #(loc.Caption) Segoe UI Segoe UI Segoe UI @@ -52,7 +52,6 @@ #(loc.ProgressHeader) #(loc.ProgressLabel) #(loc.OverallProgressPackageText) - #(loc.FirstTimeWelcomeMessage) @@ -70,7 +69,7 @@ #(loc.SuccessHeader) - #(loc.SuccessInstallHeader) + #(loc.FirstTimeWelcomeMessage) #(loc.SuccessRepairHeader) #(loc.SuccessUninstallHeader) diff --git a/packaging/windows/clisdk/bundle.wxl b/packaging/windows/clisdk/bundle.wxl index 0140bab32..326a089ae 100644 --- a/packaging/windows/clisdk/bundle.wxl +++ b/packaging/windows/clisdk/bundle.wxl @@ -31,7 +31,6 @@ Ready? Set? Let's go! &Close Repair Successfully Completed Uninstall Successfully Completed - Installation Successfully Completed Setup Successful &Launch You must restart your computer before you can use the software. @@ -51,11 +50,16 @@ Ready? Set? Let's go! &Do not close applications. A reboot will be required. &OK &Cancel - Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core! + Learn more about .NET Core at https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. -Telemetry: -The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -Configuration: -A command is running in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + +NET Core Tools Telemetry + +The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. + +The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. + +The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. From a94644d95749a3c9e9c83e6cc7dc1a27b4d85835 Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 8 May 2017 18:55:42 -0700 Subject: [PATCH 3/6] Unify mac telemetry note --- .../cs.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../de.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../en.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../es.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../fr.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../it.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../ja.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../ko.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../pl.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../pt-br.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../ru.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../tr.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../zh-hans.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- .../zh-hant.lproj/firstTimeWelcomeMessage.html | 18 +++++++++--------- 14 files changed, 126 insertions(+), 126 deletions(-) diff --git a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

diff --git a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html index af9179267..fb1e7333d 100644 --- a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html @@ -7,22 +7,22 @@

- Welcome to .NET Core! + Installation Successfully Completed Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- Telemetry -

-

- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry. -

-

- Configuration + NET Core Tools Telemetry

- A command is run in the end of install process to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. + The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. +

+

+ The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License. +

+

+ The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.

From 74028a54975399aac06ec605446a0137bf5e7b73 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 11 May 2017 09:15:15 -0700 Subject: [PATCH 4/6] change to Installation Completed Successfully --- .../osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html | 2 +- packaging/windows/clisdk/bundle.wxl | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html index fb1e7333d..013aa7290 100644 --- a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/windows/clisdk/bundle.wxl b/packaging/windows/clisdk/bundle.wxl index 326a089ae..cab64f34a 100644 --- a/packaging/windows/clisdk/bundle.wxl +++ b/packaging/windows/clisdk/bundle.wxl @@ -50,7 +50,7 @@ Ready? Set? Let's go! &Do not close applications. A reboot will be required. &OK &Cancel - Installation Successfully Completed Welcome to .NET Core! + Installation Completed Successfully Welcome to .NET Core! Learn more about .NET Core at https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. From 303634978aaaa9a13f6c97cef2c62e1a73519e5a Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 15 May 2017 11:48:56 -0700 Subject: [PATCH 5/6] Change to Installation completed successfully. Welcome to .NET Core! --- .../osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html | 2 +- packaging/windows/clisdk/bundle.wxl | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html index 013aa7290..9b8f34d1a 100644 --- a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html @@ -7,7 +7,7 @@

- Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core!

Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. diff --git a/packaging/windows/clisdk/bundle.wxl b/packaging/windows/clisdk/bundle.wxl index cab64f34a..25dcd632d 100644 --- a/packaging/windows/clisdk/bundle.wxl +++ b/packaging/windows/clisdk/bundle.wxl @@ -50,7 +50,7 @@ Ready? Set? Let's go! &Do not close applications. A reboot will be required. &OK &Cancel - Installation Completed Successfully Welcome to .NET Core! + Installation completed successfully. Welcome to .NET Core! Learn more about .NET Core at https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. From 3813c419481bc6abcd154598cf0e7d015436fdd1 Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 15 May 2017 11:39:42 -0700 Subject: [PATCH 6/6] Add leading dot back --- packaging/deb/postinst | 2 +- .../osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html | 2 +- .../osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html | 2 +- .../clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html | 2 +- packaging/windows/clisdk/bundle.wxl | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packaging/deb/postinst b/packaging/deb/postinst index e2e4bd4be..f92c16afa 100755 --- a/packaging/deb/postinst +++ b/packaging/deb/postinst @@ -7,7 +7,7 @@ echo "Welcome to .NET Core! --------------------- Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. -NET Core Tools Telemetry +.NET Core Tools Telemetry -------------- The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/cs.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/de.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/en.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/es.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/fr.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/it.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ja.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ko.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pl.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/pt-br.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/ru.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/tr.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hans.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html index 9b8f34d1a..81144ea7f 100644 --- a/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html +++ b/packaging/osx/clisdk/resources/zh-hant.lproj/firstTimeWelcomeMessage.html @@ -13,7 +13,7 @@ Learn more about .NET Core at https://aka.ms/dotnet-docs . Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.

- NET Core Tools Telemetry + .NET Core Tools Telemetry

The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them. diff --git a/packaging/windows/clisdk/bundle.wxl b/packaging/windows/clisdk/bundle.wxl index 25dcd632d..e7ad81713 100644 --- a/packaging/windows/clisdk/bundle.wxl +++ b/packaging/windows/clisdk/bundle.wxl @@ -54,7 +54,7 @@ Ready? Set? Let's go! Learn more about .NET Core at https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. -NET Core Tools Telemetry +.NET Core Tools Telemetry The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them.