Skip to content

Commit

Permalink
Update for release 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyRhinoMSFT committed Feb 21, 2024
1 parent 5b7d014 commit 275beeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
## **v4.5.2 [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)
* BUG: Update Skimmer stack in Multitool.Library to support shared MessageResourceNames collections between base rules and their derivatives.
* BUG: Fix message strings to always assume {1} is reserved for the rule's service name.
* BUG: Clean up unused resource strings in Multitool.Library.Rules.RuleResources.resx.

# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
## **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.
Expand Down
4 changes: 2 additions & 2 deletions src/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<Company Condition=" '$(Company)' == '' ">Microsoft</Company>
<Product Condition=" '$(Product)' == '' ">Microsoft SARIF SDK</Product>
<Copyright Condition=" '$(Copyright)' == '' ">© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>4.5.1</VersionPrefix>
<PreviousVersionPrefix>4.4.0</PreviousVersionPrefix>
<VersionPrefix>4.5.2</VersionPrefix>
<PreviousVersionPrefix>4.5.1</PreviousVersionPrefix>

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

0 comments on commit 275beeb

Please sign in to comment.