dotnet/releases/UWP/net-native1.4
Zach Montoya 1bc46a7046 Update release notes for the UWP 5.x releases for March 2019
- UWP 5.2.9
- UWP 5.3.10
- UWP 5.4.7
2019-03-13 15:01:23 -07:00
..
README.md

README.md

.NET Native 1.4 (UWP 5.2.x) Release Notes

You can see what was included in each .NET Native 1.4 (Microsoft.NETCore.UniversalWindowsPlatform 5.2.x) release, below.

When using Visual Studio these packages require Visual Studio 2015 Update 3 or later.

5.2.9 (March 13th, 2019)

5.2.6 (July 27th, 2018)

5.2.4 (January 9th, 2018)

5.2.3 (March 7, 2017)

  • Fixed an issue that caused DataContractJsonSerializer to fail to serialize any [DataContract] type whose default constructor is not public.
  • Fixed a regression in 5.2.2 where 4 Libraries were accidently no longer referenced by default
    • System.Collections.NonGeneric
    • System.Collections.Specialized
    • System.Threading.Overlapped
    • System.Xml.XmlDocument

5.2.2 (July 14, 2016)

You can read more about these changes in the Visual Studio 2015 Update 3 blog post.

  • Fixed several customer reported bugs.
  • Improved release build compilation times of large applications.
  • Improved runtime performance for XAML applications and Unity games.

Resources