From e2514483b082a73ea27669bcf0780cad8c3f1f3e Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 8 Feb 2024 03:41:24 +1300 Subject: [PATCH] [Backport 1.x] Bump BenchMarkDotNet & CSharpier.Core (#538) * Bump BenchMarkDotNet from 0.13.11 to 0.13.12 (#535) * Bump BenchMarkDotNet from 0.13.11 to 0.13.12 Bumps [BenchMarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.11 to 0.13.12. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.11...v0.13.12) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: BenchMarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 290ddc749558d5de066754645d2daeaef9656ec0) * Bump CSharpier.Core from 0.26.7 to 0.27.2 (#536) * Bump CSharpier.Core from 0.26.7 to 0.27.2 Bumps [CSharpier.Core](https://github.com/belav/csharpier) from 0.26.7 to 0.27.2. - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.26.7...0.27.2) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: CSharpier.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 63e0151297d1f91201f40ab8ce010a4cda393cbb) * Bump System.Text.Encodings.Web from 7.0.0 to 8.0.0 (#461) * Bump System.Text.Encodings.Web from 7.0.0 to 8.0.0 Bumps [System.Text.Encodings.Web](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 7218ab5922c5e88e0a7fb7c6e78bb185dcdd1a47) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++-- src/ApiGenerator/ApiGenerator.csproj | 4 ++-- tests/Tests.ScratchPad/Tests.ScratchPad.csproj | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a70577c60..5f39758eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `NSwag.Core.Yaml` from 13.19.0 to 14.0.2 -- Bumps `BenchMarkDotNet` from 0.13.10 to 0.13.11 +- Bumps `CSharpier.Core` from 0.25.0 to 0.27.2 +- Bumps `System.Text.Encodings.Web` from 7.0.0 to 8.0.0 - Bumps `xunit.runner.visualstudio` from 2.5.4 to 2.5.6 -- Bumps `CSharpier.Core` from 0.26.3 to 0.26.7 - Bumps `xunit` from 2.6.2 to 2.6.6 - Bumps `Argu` from 6.1.1 to 6.1.5 - Bumps `JetBrains.Annotations` from 2023.2.0 to 2023.3.0 @@ -22,6 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Proc` from 0.6.2 to 0.8.1 - Bumps `System.Text.Json` from 8.0.0 to 8.0.1 - Bumps `Bullseye` from 4.2.1 to 5.0.0 +- Bumps `BenchMarkDotNet` from 0.13.11 to 0.13.12 ## [1.6.0] ### Added diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index e4814ea172..1b190b04ee 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -9,7 +9,7 @@ true - + @@ -18,7 +18,7 @@ - + diff --git a/tests/Tests.ScratchPad/Tests.ScratchPad.csproj b/tests/Tests.ScratchPad/Tests.ScratchPad.csproj index 8bcdc9b283..8e8f1aab60 100644 --- a/tests/Tests.ScratchPad/Tests.ScratchPad.csproj +++ b/tests/Tests.ScratchPad/Tests.ScratchPad.csproj @@ -12,6 +12,6 @@ - +