diff --git a/SetCurrentVersion.cmd b/SetCurrentVersion.cmd index 00a909f72..71c0a29e3 100644 --- a/SetCurrentVersion.cmd +++ b/SetCurrentVersion.cmd @@ -1,9 +1,9 @@ set MAJOR_PREVIOUS=1 set MINOR_PREVIOUS=9 -set PATCH_PREVIOUS=4 +set PATCH_PREVIOUS=5 set PRERELEASE_PREVIOUS= set MAJOR=1 -set MINOR=9 -set PATCH=5 +set MINOR=10 +set PATCH=0 set PRERELEASE= diff --git a/src/BinaryParsers/VersionConstants.cs b/src/BinaryParsers/VersionConstants.cs index 223769ce7..ccd265177 100644 --- a/src/BinaryParsers/VersionConstants.cs +++ b/src/BinaryParsers/VersionConstants.cs @@ -5,8 +5,8 @@ namespace Microsoft.CodeAnalysis.IL public static class VersionConstants { public const string Prerelease = ""; - public const string AssemblyVersion = "1.9.5" + ".0"; - public const string FileVersion = "1.9.5" + ".0"; + public const string AssemblyVersion = "1.10.0" + ".0"; + public const string FileVersion = "1.10.0" + ".0"; public const string Version = AssemblyVersion + Prerelease; } } diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index 0ee755045..c37928af8 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -1,10 +1,11 @@ # BinSkim Release History -## Unreleased +## **v1.10.0** [NuGet Package](https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/1.10.0) * BUGFIX: Fix `error ERR997.ExceptionLoadingPdb : '[filename]' was not evaluated because its PDB could not be loaded (E_PDB_NOT_FOUND).` when reading PE file built with `PDBPageSize:8192` or greater, by upgrading msdia140.dll from `14.27.28826.96` to `14.32.31326.0`. [685](https://github.com/microsoft/binskim/pull/685) * FEATURE: Add BA3031.EnableClangSafeStack, rename BA3030.UseCheckedFunctionsWithGcc to BA3030.UseGccCheckedFunctions [#663](https://github.com/microsoft/binskim/pull/663) * Bump Sarif.Sdk by updating submodule from [fc9a9df to 698adb6](https://github.com/microsoft/sarif-sdk/compare/fc9a9dfb865096b5aaa9fa3651854670940f7459...698adb6365a242c6bb75adde56e3bd4be39c21d7). [#674](https://github.com/microsoft/binskim/pull/674) +* Bump Sarif.Sdk by updating submodule from [698adb6 to 025f64c](https://github.com/microsoft/sarif-sdk/compare/698adb6365a242c6bb75adde56e3bd4be39c21d7...025f64caf6603d5cc800ce1b4139641cd286ebee). [#701 ](https://github.com/microsoft/binskim/pull/701) ## **v1.9.5** [NuGet Package](https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/1.9.5) diff --git a/src/sarif-sdk b/src/sarif-sdk index 698adb636..025f64caf 160000 --- a/src/sarif-sdk +++ b/src/sarif-sdk @@ -1 +1 @@ -Subproject commit 698adb6365a242c6bb75adde56e3bd4be39c21d7 +Subproject commit 025f64caf6603d5cc800ce1b4139641cd286ebee