ff9b8838f5
According to https://github.com/dotnet/cli/issues/6682 Window title Update Introduction step content Include installation location and list of all components installed Update Summary step content What is not included: Remove "Welcome to ..." text -- it come from the installer tool itself, it cannot be customized Add 'success' graphic – cannot include picture in the html used by the installer
27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<br>
|
|
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
|
<h2>.NET Core SDK</h2>
|
|
<p>.NET Core is a development platform that you can use to build command-line applications, microservices and modern websites.It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!</p>
|
|
</div>
|
|
<div align="left" style="font-family: Helvetica">
|
|
<h2 style="padding-left:10px">Learn more about .NET Core</h2>
|
|
<ul>
|
|
<li><a href="https://aka.ms/dotnet-docs">Core Documentation</a></li>
|
|
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
|
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
|
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
|
|
</ul>
|
|
</div>
|
|
<br>
|
|
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
|
<h2>Installation note</h2>
|
|
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|