Add Fix Description for DCJS.

pull/387/head
Shin Mao 2017-04-26 16:28:03 -07:00
parent fa70b11c8a
commit 22893eb963
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ When using Visual Studio this package requires Visual Studio 2017 or later.
### 5.3.1 (March 7, 2017) ### 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) - 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.NonGeneric
- System.Collections.Specialized - 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) ### 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) - 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.NonGeneric
- System.Collections.Specialized - System.Collections.Specialized