From dbe1711eb7ea76e363c22928bcac4a1ef298cfc4 Mon Sep 17 00:00:00 2001 From: Josh Free Date: Thu, 27 Apr 2017 10:39:43 -0700 Subject: [PATCH] changed sentences to past tense --- releases/UWP/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releases/UWP/README.md b/releases/UWP/README.md index 1afa6d1..ca90e55 100644 --- a/releases/UWP/README.md +++ b/releases/UWP/README.md @@ -20,8 +20,8 @@ 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 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) +- Fixed an [issue](https://github.com/dotnet/corefx/issues/10374) that caused DataContractJsonSerializer to fail to serialize any [DataContract] type whose default constructor is not public. +- Fixed 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 - System.Threading.Overlapped @@ -38,8 +38,8 @@ 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 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) +- Fixed an [issue](https://github.com/dotnet/corefx/issues/10374) 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](https://github.com/dotnet/corefx/issues/10338) - System.Collections.NonGeneric - System.Collections.Specialized - System.Threading.Overlapped