Skip to content

Commit

Permalink
Set release to 4.5.1 (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyRhinoMSFT authored Feb 17, 2024
1 parent 830140f commit 9036bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
## UNRELEASED
## **v4.5.1 [Sdk](https://www.nuget.org/packages/Sarif.Sdk/v4.5.1) | [Driver](https://www.nuget.org/packages/Sarif.Driver/v4.5.1) | [Converters](https://www.nuget.org/packages/Sarif.Converters/v4.5.1) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/v4.5.1) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/v4.5.1)
* DEP: Add explicit package references to `Sarif` and `Sarif.Driver` to resolve version conflict build error.
`System.Diagnostics.Debug` 4.3.0,
`System.IO.FileSystem.Primitives` 4.3.0,
Expand Down
2 changes: 1 addition & 1 deletion src/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Company Condition=" '$(Company)' == '' ">Microsoft</Company>
<Product Condition=" '$(Product)' == '' ">Microsoft SARIF SDK</Product>
<Copyright Condition=" '$(Copyright)' == '' ">© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>4.5.0</VersionPrefix>
<VersionPrefix>4.5.1</VersionPrefix>
<PreviousVersionPrefix>4.4.0</PreviousVersionPrefix>

<!-- SchemaVersionAsPublishedToSchemaStoreOrg identifies the current published version on json schema store at https://schemastore.azurewebsites.net/schemas/json/ -->
Expand Down

0 comments on commit 9036bb9

Please sign in to comment.