Skip to content

Commit

Permalink
Update build props for 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcfanning committed Sep 20, 2023
1 parent 6c3b97f commit 983e029
Showing 1 changed file with 2 additions and 2 deletions.
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.3.1</VersionPrefix>
<PreviousVersionPrefix>4.3.0</PreviousVersionPrefix>
<VersionPrefix>4.3.3</VersionPrefix>
<PreviousVersionPrefix>4.3.2</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 983e029

Please sign in to comment.