From 22893eb9637fed33e1e404e14e61f8ef736eb70c Mon Sep 17 00:00:00 2001 From: Shin Mao Date: Wed, 26 Apr 2017 16:28:03 -0700 Subject: [PATCH 1/2] Add Fix Description for DCJS. --- releases/UWP/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/UWP/README.md b/releases/UWP/README.md index 63b257c..603b6c5 100644 --- a/releases/UWP/README.md +++ b/releases/UWP/README.md @@ -20,7 +20,7 @@ When using Visual Studio this package requires Visual Studio 2017 or later. ### 5.3.1 (March 7, 2017) -- Fixes [DataContractJsonSerializer failing in Microsoft.NetCore.UniversalWindowsPlatform 5.3.0](https://github.com/dotnet/corefx/issues/10374) +- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer fail to serialize any [DataContract] type whose default constructor is not public. - Fixes a regression in 5.3.0 where [4 Libraries were accidently no longer referenced by default](https://github.com/dotnet/corefx/issues/10338) - System.Collections.NonGeneric - System.Collections.Specialized @@ -38,7 +38,7 @@ When using Visual Studio this package requires Visual Studio 2017 or later. ### 5.2.3 (March 7, 2017) -- Fixes [DataContractJsonSerializer failing in Microsoft.NetCore.UniversalWindowsPlatform 5.2.2](https://github.com/dotnet/corefx/issues/10374) +- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer fail to serialize any [DataContract] type whose default constructor is not public. - Fixes a regression in 5.2.2 where [4 Libraries were accidently no longer referenced by default](https://github.com/dotnet/corefx/issues/10338) - System.Collections.NonGeneric - System.Collections.Specialized From 43260d97ae4442b34acc14d42b4f0e78db004ae8 Mon Sep 17 00:00:00 2001 From: Shin Mao Date: Wed, 26 Apr 2017 18:43:33 -0700 Subject: [PATCH 2/2] Addressed feedback. --- releases/UWP/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/UWP/README.md b/releases/UWP/README.md index 603b6c5..1afa6d1 100644 --- a/releases/UWP/README.md +++ b/releases/UWP/README.md @@ -20,7 +20,7 @@ When using Visual Studio this package requires Visual Studio 2017 or later. ### 5.3.1 (March 7, 2017) -- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer fail to serialize any [DataContract] type whose default constructor is not public. +- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer to fail to serialize any [DataContract] type whose default constructor is not public. - Fixes a regression in 5.3.0 where [4 Libraries were accidently no longer referenced by default](https://github.com/dotnet/corefx/issues/10338) - System.Collections.NonGeneric - System.Collections.Specialized @@ -38,7 +38,7 @@ When using Visual Studio this package requires Visual Studio 2017 or later. ### 5.2.3 (March 7, 2017) -- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer fail to serialize any [DataContract] type whose default constructor is not public. +- Fix a [bug](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer to fail to serialize any [DataContract] type whose default constructor is not public. - Fixes a regression in 5.2.2 where [4 Libraries were accidently no longer referenced by default](https://github.com/dotnet/corefx/issues/10338) - System.Collections.NonGeneric - System.Collections.Specialized