Skip to content

Commit

Permalink
Bump 2.3.14 (#2221)
Browse files Browse the repository at this point in the history
* Bump 2.3.14

* Update ReleaseHistory.md
  • Loading branch information
eddynaka authored Jan 5, 2021
1 parent 6760c84 commit b373cfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 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 that resulted in regex hang [#2219](https://github.com/microsoft/sarif-sdk/pull/2219)

## **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 All @@ -9,15 +14,15 @@
* BUGFIX: Fix `export-validation-config` exception. [#2181](https://github.com/microsoft/sarif-sdk/pull/2181)

## **v2.3.9** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.9) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.9) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.9) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.9) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/2.3.9)
* FEATURE: Multitool SARIF rewrite accepts `remove` parameter[#2160](https://github.com/microsoft/sarif-sdk/pull/2160)
* BREAKING: Remove command `export-validation-docs` and extend `export-validation-rules` command to export markdown file [#2156](https://github.com/microsoft/sarif-sdk/pull/2156)
* DEPENDENCY BREAKING: SARIF now requires Newtonsoft.JSON 11.0.2 (rather than 10.0.3) [#2172](https://github.com/microsoft/sarif-sdk/pull/2172)
* FEATURE: Multitool SARIF rewrite accepts `remove` parameter. [#2160](https://github.com/microsoft/sarif-sdk/pull/2160)
* BREAKING: Remove command `export-validation-docs` and extend `export-validation-rules` command to export markdown file. [#2156](https://github.com/microsoft/sarif-sdk/pull/2156)
* DEPENDENCY BREAKING: SARIF now requires Newtonsoft.JSON 11.0.2 (rather than 10.0.3). [#2172](https://github.com/microsoft/sarif-sdk/pull/2172)
* BREAKING: Remove unused `run` argument from FileRegionsCache constructors. [#2173](https://github.com/microsoft/sarif-sdk/pull/2173)
* BREAKING: Rename various methods in `IFileSystem` and `FileSystem` classes (to consistently prefix all method names with their containing .NET static type, e.g. `Directory`. [#2173](https://github.com/microsoft/sarif-sdk/pull/2173)

## **v2.3.8** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.8) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.8) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.8) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.8) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/2.3.8)
* FEATURE: PACKAGE BREAKING: Upgrade from .NET Framework 4.5 to .NET Framework 4.5.2 [#2135](https://github.com/microsoft/sarif-sdk/pull/2135)
* FEATURE: Multitool SARIF merge accepts `threads` parameter [#2026](https://github.com/microsoft/sarif-sdk/pull/2026)
* FEATURE: PACKAGE BREAKING: Upgrade from .NET Framework 4.5 to .NET Framework 4.5.2. [#2135](https://github.com/microsoft/sarif-sdk/pull/2135)
* FEATURE: Multitool SARIF merge accepts `threads` parameter. [#2026](https://github.com/microsoft/sarif-sdk/pull/2026)
* FEATURE: Enable GitHub SourceLink to all project [#2148](https://github.com/microsoft/sarif-sdk/pull/2148)

## **v2.3.7** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.7) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.7) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.7) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.7) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/2.3.7)
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

0 comments on commit b373cfa

Please sign in to comment.