From 2dd124c6353435d6ce1a833be253397d74539f91 Mon Sep 17 00:00:00 2001 From: glennc Date: Wed, 28 Oct 2015 12:55:44 -0700 Subject: [PATCH] Remove conclusion, modify welcome. Provide versions to package builds --- packaging/osx/Distribution-Template | 2 +- packaging/osx/package-osx.sh | 5 ++-- packaging/osx/resources/cs.lproj/welcome.html | 26 ++++++++--------- packaging/osx/resources/de.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/en.lproj/conclusion.html | 15 ---------- packaging/osx/resources/en.lproj/net-logo.jpg | Bin 3520 -> 0 bytes packaging/osx/resources/en.lproj/welcome.html | 16 ++++++++--- packaging/osx/resources/es.lproj/welcome.html | 16 ++++++++--- .../osx/resources/fr.lproj/conclusion.html | 15 ---------- packaging/osx/resources/fr.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/it.lproj/conclusion.html | 15 ---------- packaging/osx/resources/it.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/ja.lproj/conclusion.html | 15 ---------- packaging/osx/resources/ja.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/ko.lproj/conclusion.html | 15 ---------- packaging/osx/resources/ko.lproj/welcome.html | 27 ++++++++---------- .../osx/resources/pl.lproj/conclusion.html | 15 ---------- packaging/osx/resources/pl.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/pt-br.lproj/conclusion.html | 15 ---------- .../osx/resources/pt-br.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/ru.lproj/conclusion.html | 15 ---------- packaging/osx/resources/ru.lproj/welcome.html | 26 ++++++++--------- .../osx/resources/tr.lproj/conclusion.html | 15 ---------- packaging/osx/resources/tr.lproj/welcome.html | 27 ++++++++---------- .../resources/zh-hans.lproj/conclusion.html | 15 ---------- .../osx/resources/zh-hans.lproj/welcome.html | 26 ++++++++--------- .../resources/zh-hant.lproj/conclusion.html | 15 ---------- .../osx/resources/zh-hant.lproj/welcome.html | 26 ++++++++--------- 28 files changed, 171 insertions(+), 347 deletions(-) delete mode 100644 packaging/osx/resources/en.lproj/conclusion.html delete mode 100644 packaging/osx/resources/en.lproj/net-logo.jpg delete mode 100644 packaging/osx/resources/fr.lproj/conclusion.html delete mode 100644 packaging/osx/resources/it.lproj/conclusion.html delete mode 100644 packaging/osx/resources/ja.lproj/conclusion.html delete mode 100644 packaging/osx/resources/ko.lproj/conclusion.html delete mode 100644 packaging/osx/resources/pl.lproj/conclusion.html delete mode 100644 packaging/osx/resources/pt-br.lproj/conclusion.html delete mode 100644 packaging/osx/resources/ru.lproj/conclusion.html delete mode 100644 packaging/osx/resources/tr.lproj/conclusion.html delete mode 100644 packaging/osx/resources/zh-hans.lproj/conclusion.html delete mode 100644 packaging/osx/resources/zh-hant.lproj/conclusion.html diff --git a/packaging/osx/Distribution-Template b/packaging/osx/Distribution-Template index eba7e8217..3332f099d 100644 --- a/packaging/osx/Distribution-Template +++ b/packaging/osx/Distribution-Template @@ -17,5 +17,5 @@ - dotnet-osx-x64.{VERSION}.pkg + dotnet-osx-x64.{VERSION}.pkg diff --git a/packaging/osx/package-osx.sh b/packaging/osx/package-osx.sh index b60a511f8..f3c0a1896 100755 --- a/packaging/osx/package-osx.sh +++ b/packaging/osx/package-osx.sh @@ -10,8 +10,6 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" REPOROOT="$( cd -P "$DIR/../../" && pwd )" -cd $DIR - if [ -z "$DOTNET_BUILD_VERSION" ]; then echo "Provide a version number (DOTNET_BUILD_VERSION) $DOTNET_BUILD_VERSION" && exit 1 fi @@ -40,6 +38,7 @@ PACKAGE_DIR=$REPOROOT/artifacts/packages/pkg PACKAGE_NAME=$PACKAGE_DIR/dotnet-cli-x64.${DOTNET_BUILD_VERSION}.pkg pkgbuild --root $STAGE2_DIR \ + --version $DOTNET_BUILD_VERSION \ --ownership preserve \ --scripts $DIR/scripts \ --identifier com.microsoft.dotnet.cli.pkg.dotnet-osx-x64 \ @@ -48,7 +47,7 @@ pkgbuild --root $STAGE2_DIR \ cat $DIR/Distribution-Template | sed "/{VERSION}/s//$DOTNET_BUILD_VERSION/g" > $DIR/Dist -productbuild --resources $DIR/resources --distribution $DIR/Dist $PACKAGE_NAME +productbuild --version $DOTNET_BUILD_VERSION --identifier com.microsoft.dotnet.cli --package-path $DIR --resources $DIR/resources --distribution $DIR/Dist $PACKAGE_NAME #Clean temp files rm $DIR/dotnet-osx-x64.$DOTNET_BUILD_VERSION.pkg diff --git a/packaging/osx/resources/cs.lproj/welcome.html b/packaging/osx/resources/cs.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/cs.lproj/welcome.html +++ b/packaging/osx/resources/cs.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/de.lproj/welcome.html b/packaging/osx/resources/de.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/de.lproj/welcome.html +++ b/packaging/osx/resources/de.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/en.lproj/conclusion.html b/packaging/osx/resources/en.lproj/conclusion.html deleted file mode 100644 index 56db9c66f..000000000 --- a/packaging/osx/resources/en.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing DotNet! - - - -
-
- -
- - - diff --git a/packaging/osx/resources/en.lproj/net-logo.jpg b/packaging/osx/resources/en.lproj/net-logo.jpg deleted file mode 100644 index 6b90e8d596e2e8a17bbf466779ed298f04648cfa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3520 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 - Welcome to the DotNet installer. + Welcome to the DotNet CLI installer. -

- This will install the .NET CLI (dotnet) for developing .NET applications. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/es.lproj/welcome.html b/packaging/osx/resources/es.lproj/welcome.html index 14731d055..35bfcf0d7 100644 --- a/packaging/osx/resources/es.lproj/welcome.html +++ b/packaging/osx/resources/es.lproj/welcome.html @@ -3,11 +3,19 @@ - Welcome to the DotNet installer. + Welcome to the DotNet CLI installer. -

- This will install the .NET Toolchain (dotnet) and .NET Version Manager (DNVM) for developing .NET applications. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/fr.lproj/conclusion.html b/packaging/osx/resources/fr.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/fr.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/fr.lproj/welcome.html b/packaging/osx/resources/fr.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/fr.lproj/welcome.html +++ b/packaging/osx/resources/fr.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/it.lproj/conclusion.html b/packaging/osx/resources/it.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/it.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/it.lproj/welcome.html b/packaging/osx/resources/it.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/it.lproj/welcome.html +++ b/packaging/osx/resources/it.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/ja.lproj/conclusion.html b/packaging/osx/resources/ja.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/ja.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/ja.lproj/welcome.html b/packaging/osx/resources/ja.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/ja.lproj/welcome.html +++ b/packaging/osx/resources/ja.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/ko.lproj/conclusion.html b/packaging/osx/resources/ko.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/ko.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/ko.lproj/welcome.html b/packaging/osx/resources/ko.lproj/welcome.html index 04bbc2789..35bfcf0d7 100644 --- a/packaging/osx/resources/ko.lproj/welcome.html +++ b/packaging/osx/resources/ko.lproj/welcome.html @@ -3,22 +3,19 @@ - Welcome to the ASP.NET 5 Runtime (TURKISH) + Welcome to the DotNet CLI installer. - -

- This language is totally Turkish. - This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/pl.lproj/conclusion.html b/packaging/osx/resources/pl.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/pl.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/pl.lproj/welcome.html b/packaging/osx/resources/pl.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/pl.lproj/welcome.html +++ b/packaging/osx/resources/pl.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/pt-br.lproj/conclusion.html b/packaging/osx/resources/pt-br.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/pt-br.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/pt-br.lproj/welcome.html b/packaging/osx/resources/pt-br.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/pt-br.lproj/welcome.html +++ b/packaging/osx/resources/pt-br.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/ru.lproj/conclusion.html b/packaging/osx/resources/ru.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/ru.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/ru.lproj/welcome.html b/packaging/osx/resources/ru.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/ru.lproj/welcome.html +++ b/packaging/osx/resources/ru.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/tr.lproj/conclusion.html b/packaging/osx/resources/tr.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/tr.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/tr.lproj/welcome.html b/packaging/osx/resources/tr.lproj/welcome.html index 04bbc2789..35bfcf0d7 100644 --- a/packaging/osx/resources/tr.lproj/welcome.html +++ b/packaging/osx/resources/tr.lproj/welcome.html @@ -3,22 +3,19 @@ - Welcome to the ASP.NET 5 Runtime (TURKISH) + Welcome to the DotNet CLI installer. - -

- This language is totally Turkish. - This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/zh-hans.lproj/conclusion.html b/packaging/osx/resources/zh-hans.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/zh-hans.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/zh-hans.lproj/welcome.html b/packaging/osx/resources/zh-hans.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/zh-hans.lproj/welcome.html +++ b/packaging/osx/resources/zh-hans.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+
diff --git a/packaging/osx/resources/zh-hant.lproj/conclusion.html b/packaging/osx/resources/zh-hant.lproj/conclusion.html deleted file mode 100644 index 26ee8e1cf..000000000 --- a/packaging/osx/resources/zh-hant.lproj/conclusion.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Thank you for installing ASP.NET 5! - - - -
-
You have successfully installed ASP.NET 5
-
Visit http://docs.asp.net to learn more about developing with ASP.NET 5.
-
- - - diff --git a/packaging/osx/resources/zh-hant.lproj/welcome.html b/packaging/osx/resources/zh-hant.lproj/welcome.html index 2094f3597..35bfcf0d7 100644 --- a/packaging/osx/resources/zh-hant.lproj/welcome.html +++ b/packaging/osx/resources/zh-hant.lproj/welcome.html @@ -3,21 +3,19 @@ - Welcome to the ASP.NET 5 Runtime + Welcome to the DotNet CLI installer. - -

- This installer will install the .NET Version Manager (DNVM) as well as several .NET Execution Environments (DNX) that you can use to build and run your ASP.NET 5 applications. -

-

DNX

-

- The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. It provides a host process, CLR hosting logic and managed entry point discovery. DNX was built for running cross-platform ASP.NET Web applications, but it can run other types of .NET applications, too, such as cross-platform console apps. -

- -

DNVM

-

- To install and manage different DNX versions and flavors you use the .NET Version Manager (DNVM). DNVM lets you list the different DNX versions and flavors on your machine, install new ones and switch the active DNX. -

+ +

+ .NET Core & command line toolchain +

+

+ .NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites. +

+

+ This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need. +

+