Remove conclusion, modify welcome. Provide versions to package builds

This commit is contained in:
glennc 2015-10-28 12:55:44 -07:00
parent 713b7a1061
commit 2dd124c635
28 changed files with 171 additions and 347 deletions

View file

@ -17,5 +17,5 @@
<choice id="com.microsoft.dotnet.cli.pkg.dotnet-osx-x64" visible="true" title=".NET CLI (x64)" description=".NET CLI">
<pkg-ref id="com.microsoft.dotnet.cli.pkg.dotnet-osx-x64"/>
</choice>
<pkg-ref id="com.microsoft.dotnet.cli.pkg.dotnet-osx-x64" onConclusion="none">dotnet-osx-x64.{VERSION}.pkg</pkg-ref>
<pkg-ref id="com.microsoft.dotnet.cli.pkg.dotnet-osx-x64">dotnet-osx-x64.{VERSION}.pkg</pkg-ref>
</installer-gui-script>

View file

@ -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

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing DotNet!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline"></div>
<img src="net-logo.jpg" />
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -3,11 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet installer.</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
This will install the .NET CLI (dotnet) for developing .NET applications.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -3,11 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet installer.</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
This will install the .NET Toolchain (dotnet) and .NET Version Manager (DNVM) for developing .NET applications.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,22 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime (TURKISH)</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,22 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime (TURKISH)</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Thank you for installing ASP.NET 5!</title>
</head>
<body>
<div class="content">
<div class="bodyHeadline">You have successfully installed ASP.NET 5</div>
<div class="bodyContent"> Visit <a href="http://docs.asp.net">http://docs.asp.net</a> to learn more about developing with ASP.NET 5.</div>
</div>
</body>
</html>

View file

@ -3,21 +3,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the ASP.NET 5 Runtime</title>
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
</head>
<body>
<p>
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.
</p>
<h3>DNX</h3>
<p>
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.
</p>
<h3>DNVM</h3>
<p>
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.
</p>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.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.
</p>
<p>
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.
</p>
</font>
</body>
</html>