|
2 | 2 |
|
3 | 3 | ## .NET Core May 2017 Update - 1.1.2 Released 5/8/2017
|
4 | 4 |
|
5 |
| -[.NET Core 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.2.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://www.microsoft.com/net/download/core#/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://www.microsoft.com/net/download/core#/sdk). |
| 5 | +This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://www.microsoft.com/net/download/core#/runtime) or from the following. |
6 | 6 |
|
7 |
| -Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/) for details and context around the release. |
| 7 | +* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md) |
| 8 | +* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md) |
| 9 | +* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md) |
8 | 10 |
|
9 |
| -### .NET Core SDK 1.0.4 |
| 11 | +The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK. |
10 | 12 |
|
11 |
| -**.NET Core SDK 1.0.4** is available for download from the [.NET Core download page](https://www.microsoft.com/net/download/core). |
| 13 | +Details regarding the security issues addressed by this release can be seen in the [Security Advisory announcement](https://github.com/dotnet/announcements/issues/12). |
12 | 14 |
|
13 |
| -### Docker Image Name Changes |
| 15 | +### .NET Core 1.0.5 Symbol Packages |
14 | 16 |
|
15 |
| -The latest .NET Core runtime and tools are available from [Docker](https://hub.docker.com/r/microsoft/dotnet/) in the following Docker SDK images: |
| 17 | +Symbol packages for .NET 1.0.5 are available for download from the following locations. |
| 18 | + |
| 19 | +* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773) |
| 20 | +* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774) |
| 21 | + |
| 22 | +### Docker Images |
| 23 | + |
| 24 | +The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below. |
| 25 | + |
| 26 | +#### SDK |
16 | 27 |
|
17 | 28 | * 1.0.5-sdk
|
18 | 29 | * 1.0.5-sdk-nanoserver
|
19 | 30 | * 1.1.2-sdk
|
20 | 31 | * 1.1.2-sdk-nanoserver
|
21 | 32 |
|
22 |
| -You can also use the .NET For runtime images, which contain the latest runtime updates: |
| 33 | +#### Runtime |
23 | 34 |
|
24 | 35 | * 1.0.5-runtime
|
25 | 36 | * 1.0.5-runtime-nanoserver
|
26 | 37 | * 1.1.2-runtime
|
27 | 38 | * 1.1.2-runtime-nanoserver
|
28 | 39 |
|
29 |
| -### .NET Core 1.1.2 Symbol Packages |
30 |
| - |
31 |
| -Symbol packages for .NET 1.1.2 are available for download from the following locations. |
32 |
| - |
33 |
| -* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848802) |
34 |
| -* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848806) |
35 |
| - |
36 |
| -### ASP.NET Core |
37 |
| - |
38 |
| -* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.1.2) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others. |
39 |
| - |
40 |
| -### Closed Issues for 1.1.2 |
| 40 | +## Closed issues for this release |
41 | 41 |
|
42 | 42 | #### CoreCLR
|
43 | 43 |
|
|
0 commit comments