Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaopeng-gh committed Oct 23, 2023
1 parent 69b5bd4 commit 29ad60f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- NEW => new feature

## UNRELEASED

## **v4.2.1**
* FPS: `BA2004.EnableSecureSourceCodeHashing` now will no longer generate false positives on precompiled headers, they are always without hash. [#965](https://github.com/microsoft/binskim/pull/965)

## **v4.2.0**
Expand Down
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=4
set MINOR_PREVIOUS=1
set MINOR_PREVIOUS=2
set PATCH_PREVIOUS=0
set PRERELEASE_PREVIOUS=

set MAJOR=4
set MINOR=2
set PATCH=0
set PATCH=1
set PRERELEASE=
4 changes: 2 additions & 2 deletions src/BinaryParsers/VersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Microsoft.CodeAnalysis.IL
public static class VersionConstants
{
public const string Prerelease = "";
public const string AssemblyVersion = "4.2.0" + ".0";
public const string FileVersion = "4.2.0" + ".0";
public const string AssemblyVersion = "4.2.1" + ".0";
public const string FileVersion = "4.2.1" + ".0";
public const string Version = AssemblyVersion + Prerelease;
}
}

0 comments on commit 29ad60f

Please sign in to comment.