Skip to content

Commit

Permalink
Bump MessagePack from 2.4.59 to 2.5.108
Browse files Browse the repository at this point in the history
Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 2.4.59 to 2.5.108.
- [Release notes](https://github.com/neuecc/MessagePack-CSharp/releases)
- [Changelog](https://github.com/neuecc/MessagePack-CSharp/blob/master/prepare_release.ps1)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.4.59...v2.5.108)

---
updated-dependencies:
- dependency-name: MessagePack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Apr 17, 2023
1 parent ff4bd02 commit 480fcdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Devlooped.TableStorage.MessagePack.Source</AssemblyName>
Expand All @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="MessagePack" Version="2.4.59" />
<PackageReference Include="MessagePack" Version="2.5.108" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 480fcdd

Please sign in to comment.