From 8444b9cf701ea0c821b1d82bbc99729031139824 Mon Sep 17 00:00:00 2001 From: Larry Golding Date: Fri, 29 May 2020 12:19:28 -0700 Subject: [PATCH] Update release history and version number. --- src/ReleaseHistory.md | 3 +++ src/build.props | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index 38d278d77..42da7dcd3 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -1,5 +1,8 @@ # SARIF Package Release History (SDK, Driver, Converters, and Multitool) +## **v2.2.6** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.2.6) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.2.6) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.2.6) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.2.6) +* BUGFIX: `ResultLogJsonWriter` now creates an empty `results` array if there are no results, rather than leaving `results` as `null`. [#1821](https://github.com/microsoft/sarif-sdk/issues/1821) + ## **v2.2.5** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.2.5) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.2.5) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.2.5) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.2.5) * BUGFIX: Fix SDK doubling Uris with certain escaped characters (ex: '-' and '_') on every Load/Save cycle (cause: https://github.com/dotnet/runtime/issues/36288) diff --git a/src/build.props b/src/build.props index 330c14fb7..1e20deabd 100644 --- a/src/build.props +++ b/src/build.props @@ -20,12 +20,8 @@ having all the relevant values in one place. This property is actually used by the PowerShell script that hides ("delists") the previous package versions on nuget.org. --> - - 2.2.5 - 2.2.4 + 2.2.6 + 2.2.5 2.1.0-rtm.5