diff --git a/release-notes/1.0/README.md b/release-notes/1.0/README.md index 8774cac1..127df07c 100644 --- a/release-notes/1.0/README.md +++ b/release-notes/1.0/README.md @@ -2,6 +2,7 @@ | Release Date | Description | | | :-- | :-- | :--: | +| 2017/12/04 | 1.0.8 with SDK 1.1.6 | [release notes](https://github.com/dotnet/cli/releases/tag/v1.1.6)/[download](download-archives/1.1.6-sdk-download.md) | | 2017/11/14 | 1.0.8 with SDK 1.1.5 | [release notes](1.0/1.0.8.md)/[download](download-archives/1.0.8.md) | | 2017/09/21 | 1.0.7 with SDK 1.1.4 | [release notes](1.0/1.0.7.md)/[download](download-archives/1.0.7-download.md) | | 2017/05/09 | 1.0.5 with SDK 1.0.4 | [release notes](1.0/1.0.5.md)/[download](download-archives/1.0.5-download.md) | diff --git a/release-notes/1.1/README.md b/release-notes/1.1/README.md index 253b114b..6adbb0e1 100644 --- a/release-notes/1.1/README.md +++ b/release-notes/1.1/README.md @@ -2,6 +2,7 @@ | Release Date | Description | Commits | Known Issues | Contributors | | :-- | :-- | :--: | :--: | :--: | +| 2017/12/04 | 1.1.5 with SDK 1.1.6 ([release notes](https://github.com/dotnet/cli/releases/tag/v1.1.6) / [download](download-archives/1.1.6-sdk-download.md)) | see release notes | - | - | | 2017/09/21 | 1.1.4 with SDK 1.1.4 ([release notes](1.1/1.1.4.md) / [download](download-archives/1.1.4-download.md)) | see release notes | - | - | | 2017/05/09 | 1.1.2 with SDK 1.0.4 ([release notes](1.1/1.1.2.md) / [download](download-archives/1.1.2-download.md)) | see release notes | - | - | | 2017/04/13 | 1.1.1 with SDK 1.0.3 ([release notes](https://github.com/dotnet/cli/releases/tag/v1.0.3) / [download](download-archives/1.0.3-sdk-download.md)) | see release notes | | - | diff --git a/release-notes/download-archive.md b/release-notes/download-archive.md index 376f3520..72c3564b 100644 --- a/release-notes/download-archive.md +++ b/release-notes/download-archive.md @@ -26,6 +26,7 @@ This page provides an archive of previously released versions of the .NET Core r | Release Date | Description | Release Notes | | | :-- | :-- | :--: | :--: | +| 2017/12/04 | 1.1.5 with SDK 1.1.6 (LTS) | [release notes](https://github.com/dotnet/cli/releases/tag/v1.1.6) | [download](download-archives/1.1.6-sdk-download.md) | | 2017/11/14 | 1.1.5 with SDK 1.1.5 (LTS) | [release notes](1.1/1.1.5.md) | [download](download-archives/1.1.5.md) | | 2017/09/21 | 1.1.4 with SDK 1.1.4 (LTS) | [release notes](1.1/1.1.4.md) | [download](download-archives/1.1.4-download.md) | | 2017/05/09 | 1.1.2 with SDK 1.0.4 (Promoted to LTS) | [release notes](1.1/1.1.2.md) | [download](download-archives/1.1.2-download.md) | diff --git a/release-notes/download-archives/1.1.6-sdk-download.md b/release-notes/download-archives/1.1.6-sdk-download.md new file mode 100644 index 00000000..951f9fcc --- /dev/null +++ b/release-notes/download-archives/1.1.6-sdk-download.md @@ -0,0 +1,73 @@ +# .NET Core SDK 1.1.6 + +This release updates only the .NET Core SDK to include work for Visual Studio 15.5. + +* .NET Core SDK 1.1.6 +* .NET Core Runtime 1.1.5 (Previously released) + +| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | +| ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: | +| Windows | [32-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-win-x86.1.1.6.exe) / [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-win-x64.1.1.6.exe) | [32-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-win-x86.1.1.6.zip) / [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-win-x64.1.1.6.zip) | [32-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-win-x86.1.1.5.exe) / [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-win-x64.1.1.5.exe) | [32-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-win-x86.1.1.5.zip) / [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-win-x64.1.1.5.zip) | +| macOS | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-osx-x64.1.1.6.pkg) | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-osx-x64.1.1.6.tar.gz) | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-osx-x64.1.1.5.pkg) | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-osx-x64.1.1.5.tar.gz) | +| CentOS 7.1 | - | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-centos-x64.1.1.6.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-centos-x64.1.1.5.tar.gz) | +| Debian 8 | - | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-debian-x64.1.1.6.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-debian-x64.1.1.5.tar.gz) | +| Ubuntu 14.04 |[64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-sdk-ubuntu-x64.1.1.6.deb) | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-ubuntu-x64.1.1.6.tar.gz) |[64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-sharedframework-ubuntu-x64.1.1.5.deb) | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-ubuntu-x64.1.1.5.tar.gz) | +| Ubuntu 16.04 |[64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-sdk-ubuntu.16.04-x64.1.1.6.deb) | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-ubuntu.16.04-x64.1.1.6.tar.gz) |[64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-sharedframework-ubuntu.16.04-x64.1.1.5.deb) | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-ubuntu.16.04-x64.1.1.5.tar.gz) | +| Fedora 24 | - | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-fedora.24-x64.1.1.6.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-rhel-x64.1.1.5.tar.gz) | +| RHEL 7 | - | [64-bit](https://download.microsoft.com/download/4/0/9/40979F7E-6DC8-4895-8ED5-0E7B45E74F94/dotnet-dev-rhel-x64.1.1.6.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/dotnet-rhel-x64.1.1.5.tar.gz) | + +**Checksum** files to verify downloads are available as follows: +* [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.5-runtime-sha.txt) +* [Checksums_SDK](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.6-sdk-sha.txt) + +**Debug Symbols** +* [Shared Framework](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/corefx-1.1.5-symbols.zip) +* [Runtime](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/coreclr-1.1.5-symbols.zip) + +## Docker + +Images for .NET Core 1.1.5 are available on [Docker](https://hub.docker.com/r/microsoft/dotnet/). + +## Installing .NET Core on Linux + +### Ubuntu and Debian based systems + +Register the Microsoft key, the product repository for your distro and install required system dependencies with the following scripts. + +#### Ubuntu 16.04 and Linux Mint 18 + +```bash +curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg +sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg +sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list' +``` + +#### Ubuntu 14.04 and Linux Mint 17 + +```bash +curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg +sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg +sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list' +``` + +#### Update package cache and install .NET Core + +```bash +sudo apt-get update +sudo apt-get install dotnet-dev-1.1.6 +``` + +## Installation from a binary archive + +Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core. + +```bash +mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet +export PATH=$PATH:$HOME/dotnet +``` + +## Windows Server Hosting + +If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt: + +[DotNetCore.1.0.8_1.1.5-WindowsHosting.exe](https://download.microsoft.com/download/6/A/2/6A21C555-B042-46EA-BBB4-368AACCB3E25/DotNetCore.1.0.8_1.1.5-WindowsHosting.exe) \ No newline at end of file