dotnet-core/release-notes/1.1/1.1.2.md

3.3 KiB

Release Notes

.NET Core May 2017 Update - 1.1.2 Released 5/8/2017

.NET Core 1.1.2 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. If you are looking for the .NET Core SDK, to get the latest tools, try the .NET Core SDK download page.

Have a look at the .NET announcement blog post for details and context around the release.

.NET Core SDK 1.0.4

.NET Core SDK 1.0.4 is available for download from the .NET Core download page.

Docker Image Name Changes

The latest .NET Core runtime and tools are available from Docker in the following Docker SDK images:

  • 1.0.5-sdk
  • 1.0.5-sdk-nanoserver
  • 1.1.2-sdk
  • 1.1.2-sdk-nanoserver

You can also use the .NET For runtime images, which contain the latest runtime updates:

  • 1.0.5-runtime
  • 1.0.5-runtime-nanoserver
  • 1.1.2-runtime
  • 1.1.2-runtime-nanoserver

.NET Core 1.1.2 Symbol Packages

Symbol packages for .NET 1.1.2 are available for download from the following locations.

ASP.NET Core

Closed Issues for 1.1.2

CoreCLR

  • [640a13cae] Fix debugging on OS X Sierra (#10078) (#10103)
  • [dafae2f23] GetAllocatedBytesForCurrentThread unpredictably returns inaccurate values (#10277)
  • [8123965bc] Eliminate EncodingForwarder performance impact (#10805)

CoreFX

ASP.NET Core