Skip to content

Commit 153f262

Browse files
Update for release 4.5.2 (#2790)
* Update for release 4.5.2 * Update package links
1 parent 5b7d014 commit 153f262

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

ReleaseHistory.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
2+
## **v4.5.2 [Sdk](https://www.nuget.org/packages/Sarif.Sdk/v4.5.2) | [Driver](https://www.nuget.org/packages/Sarif.Driver/v4.5.2) | [Converters](https://www.nuget.org/packages/Sarif.Converters/v4.5.2) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/v4.5.2) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/v4.5.2)
3+
* BUG: Update Skimmer stack in Multitool.Library to support shared MessageResourceNames collections between base rules and their derivatives.
4+
* BUG: Fix message strings to always assume {1} is reserved for the rule's service name.
5+
* BUG: Clean up unused resource strings in Multitool.Library.Rules.RuleResources.resx.
6+
17
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
28
## **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)
39
* DEP: Add explicit package references to `Sarif` and `Sarif.Driver` to resolve version conflict build error.

src/build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<Company Condition=" '$(Company)' == '' ">Microsoft</Company>
1111
<Product Condition=" '$(Product)' == '' ">Microsoft SARIF SDK</Product>
1212
<Copyright Condition=" '$(Copyright)' == '' ">© Microsoft Corporation. All rights reserved.</Copyright>
13-
<VersionPrefix>4.5.1</VersionPrefix>
14-
<PreviousVersionPrefix>4.4.0</PreviousVersionPrefix>
13+
<VersionPrefix>4.5.2</VersionPrefix>
14+
<PreviousVersionPrefix>4.5.1</PreviousVersionPrefix>
1515

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

0 commit comments

Comments
 (0)