Skip to content

Commit

Permalink
Preparing release 1.9.5 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmegh authored Jun 21, 2022
1 parent c4a8b86 commit 052388b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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=3
set PATCH_PREVIOUS=4
set PRERELEASE_PREVIOUS=

set MAJOR=1
set MINOR=9
set PATCH=4
set PATCH=5
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 = "1.9.4" + ".0";
public const string FileVersion = "1.9.4" + ".0";
public const string AssemblyVersion = "1.9.5" + ".0";
public const string FileVersion = "1.9.5" + ".0";
public const string Version = AssemblyVersion + Prerelease;
}
}
2 changes: 1 addition & 1 deletion src/ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BinSkim Release History

## Unreleased
## **v1.9.5** [NuGet Package](https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/1.9.5)

* Bump ELFSharp from 2.13.2 to 2.14.0. [#628](https://github.com/microsoft/binskim/pull/628)
* Bump System.Reflection.Metadata from 5.0.0 to 6.0.1 and System.Collections.Immutable from 5.0.0 to 6.0.0. [#605](https://github.com/microsoft/binskim/pull/605)
Expand Down

0 comments on commit 052388b

Please sign in to comment.