Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for .NET UWP 6.0.2 #568

Merged
merged 4 commits into from
Nov 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion releases/UWP/net-native2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.Univer

When using Visual Studio these packages require Visual Studio 2017 Version 15.4 or later.

### 6.0.1 (October 5, 2017)
### UWP 6.0.2 (.NET Native 2.0.1) (November 20, 2017)

#### Quality fixes
- Fixes an issue when building UWP apps that target RS3 and reference the Microsoft Store Services SDK and Microsoft Advertising SDK or Store Engagement SDK [514498]
- Fixes crashes due to an error in the compiler's garbage collection reporting (affects ARM apps built with .NET Native) [507618]
- Improves performance for creating new UWP Projects. [512775]
- Fixes issues that enable Windows Application Packaging (Centennial) projects publishing scenarios [521438]
- Enables a P/Invoke feature for WindowsSDK Store in RS3 [518300]

### 6.0.1 (October 5, 2017)

#### .NET Standard 2.0 Support

Expand Down