This is an automated email from the ASF dual-hosted git repository.
CurtHagenlocher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new 446dca2 chore: Bump Zstd.Sharp from 0.8.5 to 0.8.8 (#343)
446dca2 is described below
commit 446dca2e19ba658b3c877026f5f53b8b3706f18c
Author: Brandon Parks <[email protected]>
AuthorDate: Sat May 2 13:54:55 2026 -0400
chore: Bump Zstd.Sharp from 0.8.5 to 0.8.8 (#343)
## What's Changed
Bump the `Zstd.Sharp` package from 0.8.5 to 0.8.8. The main reason for
this bump is to bring that project's dependency `System.Memory` up to
v4.6.0, and is implemented in [this
PR](https://github.com/oleg-st/ZstdSharp/pull/69).
I implemented this change in `Zstd.Sharp` to fix a version mismatch
issue; I am working on a plugin for use in
[`Bonsai-Rx`](https://github.com/bonsai-rx/bonsai), which does not allow
me to have an assembly binding redirect, leading to a run-time exception
due to multiple `System.Memory` versions present.
All tests passed locally, and all builds succeeded.
---
Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 4d6dade..970bf4b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -52,6 +52,6 @@
Version="2.8.2"
Condition="'$(TargetFramework)' == 'net462'" />
<PackageVersion Include="xunit.skippablefact" Version="1.5.61" />
- <PackageVersion Include="ZstdSharp.Port" Version="0.8.5" />
+ <PackageVersion Include="ZstdSharp.Port" Version="0.8.8" />
</ItemGroup>
</Project>