Skip to content

Commit

Permalink
Release artifacts for 2.2 Preview3 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivmishra committed Oct 17, 2018
1 parent e46cb34 commit 22422b4
Show file tree
Hide file tree
Showing 6 changed files with 496 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-notes/2.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ The following .NET Core 2.2 releases have been shipped. You must be on the lates

| Release Date | Description | | |
| :-- | :-- | :--: | :-- |
| 2018/10/17 | 2.2.0 Preview 3 | [release notes](./preview/2.2.0-preview3.md)/[download](./preview/2.2.0-preview3-download.md) | - |
| 2018/09/12 | 2.2.0 Preview 2 | [release notes](./preview/2.2.0-preview2.md)/[download](./preview/2.2.0-preview2-download.md) | - |
| 2018/08/22 | 2.2.0 Preview 1 | [release notes](./preview/2.2-preview1.md)/[download](./preview/2.2.0-preview1-download.md) | - |
92 changes: 92 additions & 0 deletions release-notes/2.2/preview/2.2.0-preview3-download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# .NET Core 2.2.0-preview3

.NET Core 2.2.0-preview3 comprises:

* .NET Core Runtime 2.2.0-preview3-27014-02
* ASP.NET Core 2.2.0-preview3-35497
* .NET Core SDK 2.2.100-preview3-009430

See the [Release Notes](2.2.0-preview3.md) for details about what is included in this update.

| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][sdk-win-x86.exe] \| [x64][sdk-win-x64.exe] | [x86][sdk-win-x86] \| [x64][sdk-win-x64] | [x86][runtime-win-x86.exe] \| [x64][runtime-win-x64.exe] | [x86][runtime-win-x86] \| [x64][runtime-win-x64] | [x86][asp-runtime-win-x86.exe] \| [x64][asp-runtime-win-x64.exe] <br> [Hosting Bundle][hosting-win-x64.exe]<sup>2</sup> |
| macOS | [x64][sdk-mac-x64.pkg] | [x64][sdk-mac-x64] | [x64][runtime-mac-x64.pkg] | [x64][runtime-mac-x64] | [x64][asp-runtime-mac-x64]<sup>1</sup> |
| Linux | [See installations steps][linux-install] | [x64][sdk-linux-x64] \| [ARM][sdk-linux-arm-x32] \| [ARM64][sdk-linux-arm-x64] \| [x64 Alpine][sdk-linux-musl-x64] | - | [x64][runtime-linux-x64] \| [ARM][runtime-linux-arm-x32] \| [ARM64][runtime-linux-arm-x64] \| [x64 Alpine][runtime-linux-musl-x64] | [x64][asp-runtime-linux-x64]<sup>1</sup> \| [ARM32][asp-runtime-linux-arm-x86]<sup>1</sup> \| [x64 Alpine][asp-runtime-linux-musl-x64]<sup>1</sup> |
| RHEL6 | - | [x64][sdk-rhel.6-x64] | - | [x64][runtime-rhel.6-x64] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | - | - | [Runtime][symbols-coreclr] \| [Shared Framework][symbols-corefx] \| [Setup][symbols-core-setup] | - | [ASP.NET Core][symbols-aspnetcore] |

1. Includes the .NET Core and ASP.NET Core Runtimes.
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.

## Docker

The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).

## Installing .NET Core on Linux

The 2.2 Previews will only be available as tar.gz archives for Linux. Package manager installers will be available on the production feeds for final release. Review [Linux System Prerequisites for .NET Core](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) to ensure your system is ready for .NET Core.

### Installation from a binary archive

Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.

```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$HOME/dotnet
```

[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview3.md

[runtime-linux-arm-x32]: https://download.visualstudio.microsoft.com/download/pr/118ff46b-a465-4578-a9ec-b531102a4a71/4dec9b3685fd6112993ca8d8f2cf4de5/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm.tar.gz
[runtime-linux-arm-x64]: https://download.visualstudio.microsoft.com/download/pr/b7cfb8eb-e293-470a-b543-cd792f93b79a/6300911fc63c1dff3bca4697b8a1c82a/dotnet-runtime-2.2.0-preview3-27014-02-linux-arm64.tar.gz
[runtime-linux-musl-x64]: https://download.visualstudio.microsoft.com/download/pr/e63ff985-cea5-4c20-9235-7d772621fa09/38a9557a00f60cb39e5ac6034e37ddbb/dotnet-runtime-2.2.0-preview3-27014-02-linux-musl-x64.tar.gz
[runtime-linux-x64]: https://download.visualstudio.microsoft.com/download/pr/364dcb5b-f035-4481-bcf5-bc0f75d0637d/70f1b51d2de91bd6ea5e8db0d9a519fd/dotnet-runtime-2.2.0-preview3-27014-02-linux-x64.tar.gz
[runtime-mac-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/94b7f548-b70e-4518-b988-62f12d137557/6b85111d132074fb6c8694d72c3e2382/dotnet-runtime-2.2.0-preview3-27014-02-osx-x64.pkg
[runtime-mac-x64]: https://download.visualstudio.microsoft.com/download/pr/cacb5977-5c9a-4fa2-ba1b-c5b6f38923be/a0957673006670cceaccc27a79cb3086/dotnet-runtime-2.2.0-preview3-27014-02-osx-x64.tar.gz
[runtime-rhel.6-x64]: https://download.visualstudio.microsoft.com/download/pr/a408d42e-e5a3-46a4-967b-98a167dd0055/328c1921036c4de46f3c01b8ac61b99d/dotnet-runtime-2.2.0-preview3-27014-02-rhel.6-x64.tar.gz
[runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/be606ce8-be15-40db-85f4-bdf70ae38059/a82d2eafa3c9be3ead664e17cd9b4e37/dotnet-runtime-2.2.0-preview3-27014-02-win-x64.exe
[runtime-win-x64]: https://download.visualstudio.microsoft.com/download/pr/4165a913-43a4-4068-90af-cf9d3827ffe7/a0547dae6a2b043fe91fc84a651176c5/dotnet-runtime-2.2.0-preview3-27014-02-win-x64.zip
[runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/1859dda0-3ac3-4407-a6f6-a14b788edb51/01c98cbab041587de3fb8b2b73016c78/dotnet-runtime-2.2.0-preview3-27014-02-win-x86.exe
[runtime-win-x86]: https://download.visualstudio.microsoft.com/download/pr/4ee16ab3-f96f-4cd8-af4c-0e7ffd4a242c/4b626d91f9dcedfadcd9425d99c10f08/dotnet-runtime-2.2.0-preview3-27014-02-win-x86.zip

[sdk-linux-arm-x32]: https://download.visualstudio.microsoft.com/download/pr/1ee063ed-aa39-45d4-bb14-78e87747e7c9/b76a39d43a4696288f91a93b38548fd2/dotnet-sdk-2.2.100-preview3-009430-linux-arm.tar.gz
[sdk-linux-arm-x64]: https://download.visualstudio.microsoft.com/download/pr/92b44590-ed07-43d8-9ba9-d3a6f50bb7ba/d8a7cd2ec174c1ea5a81191c563eee75/dotnet-sdk-2.2.100-preview3-009430-linux-arm64.tar.gz
[sdk-linux-musl-x64]: https://download.visualstudio.microsoft.com/download/pr/e35e9f53-4e97-4a10-a818-65b341dcf901/5357965e122a640e2946fc0a90082e2f/dotnet-sdk-2.2.100-preview3-009430-linux-musl-x64.tar.gz
[sdk-linux-x64]: https://download.visualstudio.microsoft.com/download/pr/e7cf8f5b-b0b4-4e22-b836-89af615ad13c/4583953b976cbe658c4c84f61624e8a9/dotnet-sdk-2.2.100-preview3-009430-linux-x64.tar.gz
[sdk-mac-x64.pkg-gs]: https://download.visualstudio.microsoft.com/download/pr/3ad9fc73-b43c-4c93-84c9-5d9cf5261560/64ad517b2d1af7d5e999b50bb4a0d46b/dotnet-sdk-2.2.100-preview3-009430-osx-gs-x64.pkg
[sdk-mac-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/e9e064db-72cc-490d-b77e-f330477a17a9/256980ac49fdcac3174deb3551224fd3/dotnet-sdk-2.2.100-preview3-009430-osx-x64.pkg
[sdk-mac-x64]: https://download.visualstudio.microsoft.com/download/pr/b7b1b483-02d2-41e2-9d57-ad46c8f4614c/8113143d37a854ef79c0b77a7f275521/dotnet-sdk-2.2.100-preview3-009430-osx-x64.tar.gz
[sdk-rhel.6-x64]: https://download.visualstudio.microsoft.com/download/pr/c6580d62-51fd-4351-8c3b-cd9b1b102110/d035028b9772427d677200083a27a715/dotnet-sdk-2.2.100-preview3-009430-rhel.6-x64.tar.gz
[sdk-win-x64.exe-gs]: https://download.visualstudio.microsoft.com/download/pr/7e87767f-cedb-4293-ac36-11ea4c1c57b4/3aadd01625ab1766f76af90bf969c326/dotnet-sdk-2.2.100-preview3-009430-win-gs-x64.exe
[sdk-win-x86.exe-gs]: https://download.visualstudio.microsoft.com/download/pr/1ad37b37-662f-4fef-b808-b75f0cbbcc30/beb7d2420b62637ef93a18a9556a80d4/dotnet-sdk-2.2.100-preview3-009430-win-gs-x86.exe
[sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4539bc8d-3184-44ca-9303-013a9fc39a13/239d7eb8fb8b2d1e97744821413aaaee/dotnet-sdk-2.2.100-preview3-009430-win-x64.exe
[sdk-win-x64]: https://download.visualstudio.microsoft.com/download/pr/249a5f2b-d529-4c5e-9ac5-26e2ea635774/148355c93492da427dc7160774c3cd35/dotnet-sdk-2.2.100-preview3-009430-win-x64.zip
[sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/c98b5604-4aee-41e1-a13f-bd8fd1f2f70d/b0eeeb0a71586800f0057227aed3ed38/dotnet-sdk-2.2.100-preview3-009430-win-x86.exe
[sdk-win-x86]: https://download.visualstudio.microsoft.com/download/pr/7ebe9266-5ea0-4615-9206-389acc341d6b/87a268592dc35d176fdc7686e7ce79d9/dotnet-sdk-2.2.100-preview3-009430-win-x86.zip

[asp-runtime-linux-arm-x86]: https://download.visualstudio.microsoft.com/download/pr/fd9d4d6e-4bcb-431c-b589-52b2f87cc04e/1c2a0a55ecf8a5c84783886482436da9/aspnetcore-runtime-2.2.0-preview3-35497-linux-arm.tar.gz
[asp-runtime-linux-musl-x64]: https://download.visualstudio.microsoft.com/download/pr/82e17673-6447-4065-9bdf-47f6be79d061/2922d1952c2a9a6ba98e3c0661ca4cbe/aspnetcore-runtime-2.2.0-preview3-35497-linux-musl-x64.tar.gz
[asp-runtime-linux-x64]: https://download.visualstudio.microsoft.com/download/pr/fd51dbeb-f603-4543-90ac-38d5d80ffd82/ce129ff285e6c587cb6b9051eab14a72/aspnetcore-runtime-2.2.0-preview3-35497-linux-x64.tar.gz
[asp-runtime-mac-x64]: https://download.visualstudio.microsoft.com/download/pr/1a6155af-9b87-4252-90d3-4dfbdc26a38f/9927996970b438a3100adcfcda3c6ccb/aspnetcore-runtime-2.2.0-preview3-35497-osx-x64.tar.gz
[asp-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/a2ca833b-0c85-4430-9daf-7cea1b5418af/92888ff77e168bcaf8d1f92795ce45d4/aspnetcore-runtime-2.2.0-preview3-35497-win-x64.exe
[asp-runtime-win-x64]: https://download.visualstudio.microsoft.com/download/pr/5996ff43-796d-4769-9101-644df2177928/1c1d43be051b0c8d6e6bd19adfc71825/aspnetcore-runtime-2.2.0-preview3-35497-win-x64.zip
[asp-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/f86d9e40-96aa-4ee6-a504-ad601883a120/ec16740a9efb9ad358bd51ff53eed6e9/aspnetcore-runtime-2.2.0-preview3-35497-win-x86.exe
[asp-runtime-win-x86]: https://download.visualstudio.microsoft.com/download/pr/38e1e504-7bc1-4066-b99f-3afdf6586432/3f686f7658b0f5e236358f4ed7efc49a/aspnetcore-runtime-2.2.0-preview3-35497-win-x86.zip
[hosting-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/7df005cf-404c-4ab8-b25b-ce692a78fbf0/14a40838837da976a9337c0f9e604b30/dotnet-hosting-2.2.0-preview3-35497-win.exe

[symbols-aspnetcore]: https://download.visualstudio.microsoft.com/download/pr/ff684bf4-a2c0-4185-ab5c-6b85141762b3/bd4e331233355dafb80e977c1cdd736e/aspnet-2.2.0-preview3-symbols.zip
[symbols-coreclr]: https://download.visualstudio.microsoft.com/download/pr/e49f47c8-6bdd-49a7-a0a1-e1b0c98bee6e/75d5e06db61f6c3d01568533a5c99d5d/coreclr-2.2.0-preview3-symbols.zip
[symbols-corefx]: https://download.visualstudio.microsoft.com/download/pr/eefa375a-e704-4016-912e-b5e2d92e46f9/65dddd0b2442753920fbe7af24bc884c/corefx-2.2.0-preview3-symbols.zip
[symbols-core-setup]: https://download.visualstudio.microsoft.com/download/pr/4ad88922-ecd1-44e4-9c6c-bdab57fc6e86/a0791afe24f16039244d6d2fc5ed8564/core-setup-2.2.0-preview3-symbols.zip

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.0-preview3-27014-02-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.2.100-preview3-009430-sdk-sha.txt

[linux-install]: https://www.microsoft.com/net/download/linux

[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
Loading

0 comments on commit 22422b4

Please sign in to comment.