Skip to content

Commit

Permalink
Preparing v1.9.0-prerelease3 (#507)
Browse files Browse the repository at this point in the history
* Preparing v1.9.0-prerelease3

* Update ReleaseHistory.md
  • Loading branch information
eddynaka authored Oct 18, 2021
1 parent 4a03752 commit f49bd7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SetCurrentVersion.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set MAJOR_PREVIOUS=1
set MINOR_PREVIOUS=9
set PATCH_PREVIOUS=0
set PRERELEASE_PREVIOUS=-prerelease1
set PRERELEASE_PREVIOUS=-prerelease2

set MAJOR=1
set MINOR=9
set PATCH=0
set PRERELEASE=-prerelease2
set PRERELEASE=-prerelease3
2 changes: 1 addition & 1 deletion src/BinaryParsers/VersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Microsoft.CodeAnalysis.IL
{
public static class VersionConstants
{
public const string Prerelease = "-prerelease2";
public const string Prerelease = "-prerelease3";
public const string AssemblyVersion = "1.9.0" + ".0";
public const string FileVersion = "1.9.0" + ".0";
public const string Version = AssemblyVersion + Prerelease;
Expand Down
8 changes: 8 additions & 0 deletions src/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## **v1.9.0-prerelease3** [NuGet Package](https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/1.9.0-prerelease3)

* BUGFIX: Fix exception when collecting telemetry. [486](https://github.com/microsoft/binskim/pull/486), [#487](https://github.com/microsoft/binskim/pull/487)
* FEATURE: Collect/Send assembly references when rule BA4001 is enabled. [#493](https://github.com/microsoft/binskim/pull/493)
* FEATURE: Enable multithread analysis. [#495](https://github.com/microsoft/binskim/pull/495)
* FEATURE: Package `BinaryParsers` project as a new nuget. [#502](https://github.com/microsoft/binskim/pull/502)
* FEATURE: Do not return 1 when `ignorePdbLoadError` is enabled for PDB loading issues. [#506](https://github.com/microsoft/binskim/pull/506)

## **v1.9.0-prerelease2** [NuGet Package](https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/1.9.0-prerelease2)

* BUGFIX: Fix exception handling when PDB cannot be loaded by `IDiaDataSource`. [#461](https://github.com/microsoft/binskim/pull/461)
Expand Down

0 comments on commit f49bd7a

Please sign in to comment.