From 387646bbbddcc1fc3538b55dbe6a2aa1fe8d4247 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Mon, 4 Dec 2017 14:28:24 -0800 Subject: [PATCH] readability fixes --- releases/UWP/net-native1.7/README.md | 7 ++----- releases/UWP/net-native2.0/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/releases/UWP/net-native1.7/README.md b/releases/UWP/net-native1.7/README.md index 1dd7c57..2c3b91e 100644 --- a/releases/UWP/net-native1.7/README.md +++ b/releases/UWP/net-native1.7/README.md @@ -5,17 +5,14 @@ You can see what was included in each .NET Native 1.7 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 or later. ### UWP 6.0.4 (.NET native tools 1.7.2) (December 4th, 2017) -Quality fixes -- Fix an unhandled exception when ClientWebSocket loses connection to server. [518456] -- Fix regression in the 1.7 toolchain causing winmd file corruption, when the file stream is left open. [496929] - +- Fixed an unhandled exception when ClientWebSocket loses connection to server. [518456] +- Fixed a regression in the 1.7 toolchain causing winmd file corruption, when the file stream is left open. [496929] ### 5.4.1 (October 9, 2017) - Fixed an issue with Microsoft.NetNative.targets that prevented C++ hybrid apps from compiling; apps would fail to compile due to an attempt to write a file to a folder that does not exist. [511674] ### 5.4.0 (August 11, 2017) - #### Improved Diagnostics and Better Support for Portable PDBs - In .NET Native 1.7, we added support for the new [Portable PDB format](https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md) for representing symbol information in the .NET Native UWP compiler. The portable PDB format was originally developed to support cross-platform symbol information for managed code as well as drastically reduce the size of debug info - the format makes use of the MSIL module metadata instead of duplicating it and, because of this, it is typically an order of magnitude shorter than the equivalent Windows PDB. In addition to that, the portable PDB format supports an "embedded" flavor in which the symbol information is directly attached to the MSIL executable in form of a binary blob, making it much easier to deploy such managed binaries, not having to care about two different files (with all the related problems of mutual compatibility, signing etc.). The debugging experience is on par with Windows PDB's - we encode the same debug information just in a more compact manner. The previous version of the .NET Native toolchain was oblivious of the portable PDB format. [1640097] diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index 122003d..0af7c48 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -1,4 +1,4 @@ -# .NET native tools 2.0 (UWP 6.0.x) Release Notes +# .NET native tools 2.0 (UWP 6.0.x) Release Notes You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.UniversalWindowsPlatform 6.0.x](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform)) release, below. @@ -6,10 +6,10 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.4 ### UWP 6.0.4 (.NET native tools 2.0.2) (December 4th, 2017) #### Quality fixes -- Fix crash in debug config with static analysis enabled in project properties. [473689] -- Improvements in telemetry included in ILC crashes that enable reverse engineering failure causes. [521523] -- Fix for GC memory leak. [506391] -- Updates to the .NET native 1.7 tool chain. [.NET Native 1.7 (UWP 5.4.x) Release Notes](https://github.com/Microsoft/dotnet/blob/master/releases/UWP/net-native1.7/README.md). +- Fixes a crash in debug config with static analysis enabled in project properties. [473689] +- Improves telemetry included in ILC crashes, enabling failure determination. [521523] +- Fixes for a GC memory leak. [506391] +- Updates the .NET native 1.7 tool chain to 1.7.2. [.NET Native 1.7 (UWP 5.4.x) Release Notes](https://github.com/Microsoft/dotnet/blob/master/releases/UWP/net-native1.7/README.md). ### UWP 6.0.2 (.NET native tools 2.0.1) (November 20, 2017)