Skip to content

Commit

Permalink
Merge pull request #950 from microsoft/release/v4.2.0
Browse files Browse the repository at this point in the history
Release v4.2.0
  • Loading branch information
suvamM committed Aug 2, 2023
2 parents 8c4bfeb + 5edd89e commit 1aebcf7
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.0**
* DEP: Remove `Microsoft.CodeAnalysis`. [#934](https://github.com/microsoft/binskim/pull/934)
* DEP: Remove `Microsoft.CodeAnalysis.NetAnalyzers`. [#934](https://github.com/microsoft/binskim/pull/934)
* DEP: Update `msdia140.dll` from 14.32.31326.0 to 14.36.32532.0. [936](https://github.com/microsoft/binskim/pull/936)
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=0
set MINOR_PREVIOUS=1
set PATCH_PREVIOUS=0
set PRERELEASE_PREVIOUS=

set MAJOR=4
set MINOR=1
set MINOR=2
set PATCH=0
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.1.0" + ".0";
public const string FileVersion = "4.1.0" + ".0";
public const string AssemblyVersion = "4.2.0" + ".0";
public const string FileVersion = "4.2.0" + ".0";
public const string Version = AssemblyVersion + Prerelease;
}
}

0 comments on commit 1aebcf7

Please sign in to comment.