Skip to content

Commit

Permalink
Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json (#…
Browse files Browse the repository at this point in the history
…863)

* Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json

Bumps [CSharpier.Core](https://github.com/belav/csharpier), [System.Text.Encodings.Web](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `CSharpier.Core` from 0.29.2 to 0.30.2
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.29.2...0.30.2)

Updates `System.Text.Encodings.Web` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

---
updated-dependencies:
- dependency-name: CSharpier.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* changelog

Signed-off-by: Thomas Farr <[email protected]>

* re-run codegen

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
  • Loading branch information
dependabot[bot] and Xtansia authored Dec 2, 2024
1 parent 6f4134a commit b514527
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 182 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Fake.IO.FileSystem` from 6.1.0 to 6.1.3
- Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.3
- Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.3
- Bumps `CSharpier.Core` from 0.29.1 to 0.29.2
- Bumps `CSharpier.Core` from 0.29.1 to 0.30.2
- Bumps `Proc` from 0.8.1 to 0.8.2
- Bumps `System.Text.Json` from 8.0.4 to 8.0.5
- Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/ApiGenerator/ApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSharpier.Core" Version="0.29.2" />
<PackageReference Include="CSharpier.Core" Version="0.30.2" />
<PackageReference Include="Glob" Version="1.1.9" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
Loading

0 comments on commit b514527

Please sign in to comment.