Merge pull request #1519 from leecow/master

May release docs update
This commit is contained in:
Lee Coward 2018-05-08 15:29:34 -07:00 committed by GitHub
commit 0240b31283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# .NET Core 2.0.7
# .NET Core 2.0.7 - April 17, 2018
.NET Core 2.0.7 comprises:
@ -6,6 +6,8 @@
* .NET Core SDK 2.1.105
* Updated SDK [**2.1.200**](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.200-sdk-download.md) released 5/8/2018
**Update** The [_May 2018_]((https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.200-sdk-download.md)) release includes The .NET Core SDK 2.1.200 download page also includes an updated DotNetCore.2.0.7-WindowsHosting installer. This will be needed if you have Hosting configurations to update.
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries |
| ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: |
| Windows | [32-bit](https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-win-x86.exe) / [64-bit](https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-win-x64.exe) | [32-bit](https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-win-x86.zip) / [64-bit](https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-win-x64.zip) | [32-bit](https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-win-x86.exe) / [64-bit](https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-win-x64.exe) | [32-bit](https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-win-x86.zip) / [64-bit](https://download.microsoft.com/download/A/9/F/A9F8872C-48B2-41DB-8AAD-D5908D988592/dotnet-runtime-2.0.7-win-x64.zip) |

View file

@ -1,4 +1,4 @@
# .NET Core SDK 2.1.200
# .NET Core SDK 2.1.200 - May 8, 2018
This release contains the previously released [.NET Core 2.0.7 Runtime](2.0.7-download.md) and the following:
@ -153,7 +153,7 @@ If you are looking to host stand-alone apps on Servers, the following installers
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
[DotNetCore.2.0.7-WindowsHosting.exe](https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/DotNetCore.2.0.7-WindowsHosting.exe)
[DotNetCore.2.0.7-WindowsHosting.exe](https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/DotNetCore.2.0.7-WindowsHosting.exe) (Updated to include ASP.NET Core 2.0.8)
This will install the ASP.NET Core Module for IIS
### Linux