Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 2.3.14 #2221

Merged
merged 3 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)

## **v2.3.14** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.14) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.14) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.14) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.14) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/2.3.14)
* BUGFIX: Fix concurrency issue in when using `Cache` [#2215](https://github.com/microsoft/sarif-sdk/pull/2215)
* FEATURE: `ConsoleLogger` will print exception if that exists [#2217](https://github.com/microsoft/sarif-sdk/pull/2217)
* BUGFIX: Fix WebRequest parameters parse [#2219](https://github.com/microsoft/sarif-sdk/pull/2219)
eddynaka marked this conversation as resolved.
Show resolved Hide resolved

## **v2.3.11** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.11) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.11) | [Converters]
* DEPENDENCY BREAKING: SARIF now requires Newtonsoft.JSON 12.0.3.
* Add `PerRun` splitting strategy for log file refactoring.
Expand Down
4 changes: 2 additions & 2 deletions src/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
having all the relevant values in one place. This property is actually used by the PowerShell
script that hides ("delists") the previous package versions on nuget.org.
-->
<VersionPrefix>2.3.13</VersionPrefix>
<PreviousVersionPrefix>2.3.12</PreviousVersionPrefix>
<VersionPrefix>2.3.14</VersionPrefix>
<PreviousVersionPrefix>2.3.13</PreviousVersionPrefix>

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