diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index 3c4bc6796..9519cae15 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -1,5 +1,8 @@ # SARIF Package Release History (SDK, Driver, Converters, and Multitool) +## **v2.3.3** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.3) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.3) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.3) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.3) +* FEATURE: Add additional checks to SARIF analysis rule `SARIF2004.OptimizeFileSize`. + ## **v2.3.2** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.2) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.2) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.2) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.2) * FEATURE: The `Sarif.Multitool` command line verbs are now exposed programmatically. For example, the `validate` verb is exposed through the classes `ValidateCommand` and `ValidateOptions`. diff --git a/src/build.props b/src/build.props index d35682526..7cc7a8296 100644 --- a/src/build.props +++ b/src/build.props @@ -20,8 +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.3.2 - 2.3.1 + 2.3.3 + 2.3.2 2.1.0-rtm.5