diff --git a/release-notes/download-archives/2.0.7-download.md b/release-notes/download-archives/2.0.7-download.md index c9e6c1f7..a0cf3e37 100644 --- a/release-notes/download-archives/2.0.7-download.md +++ b/release-notes/download-archives/2.0.7-download.md @@ -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) | diff --git a/release-notes/download-archives/2.1.200-sdk-download.md b/release-notes/download-archives/2.1.200-sdk-download.md index 2210ff25..327ae8ee 100644 --- a/release-notes/download-archives/2.1.200-sdk-download.md +++ b/release-notes/download-archives/2.1.200-sdk-download.md @@ -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