|
3 | 3 | [](https://github.com/skbkontur/ZstdNet/actions/workflows/build-and-test.yml) |
4 | 4 | [](https://www.nuget.org/packages/ZstdNet/) |
5 | 5 | [](https://www.nuget.org/packages/ZstdNet) |
| 6 | +[](https://nuget.info/packages/ZstdNet/1.5.7) |
| 7 | +[](https://github.com/skbkontur/ZstdNet/attestations) |
6 | 8 |
|
7 | 9 | **ZstdNet** is a wrapper of **Zstd** native library for .NET languages targeting `netstadard2.{0|1}`. |
8 | | -ZstdNet NuGet package includes pre-built native shared libraries for [various platforms](.github/workflows/build-native.yml), including `win`, `linux`, `osx`. |
| 10 | +ZstdNet NuGet package includes pre-built native shared libraries for [various platforms](https://github.com/skbkontur/ZstdNet/blob/master/.github/workflows/build-native.yml), including `win`, `linux`, `osx`. |
| 11 | +For `win`, the static VC runtime is used. |
9 | 12 |
|
10 | 13 | The package relies on the [dotnet runtime identifier resolution mechanism](https://learn.microsoft.com/en-us/dotnet/core/rid-catalog). |
11 | | -For .NET Framework, the package provides a [targets](ZstdNet/build/ZstdNet.targets) fallback, which requires an explicit selection of the platform — `x86`, `x64` or `ARM64`). |
| 14 | +For .NET Framework, the package provides a [targets](https://github.com/skbkontur/ZstdNet/blob/master/ZstdNet/build/ZstdNet.targets) fallback, which requires an explicit selection of the platform — `x86`, `x64` or `ARM64`). |
12 | 15 |
|
13 | | -If you need to resolve native dependency at runtime, you can use the `NativeLibrary.SetDllImportResolver` (see an [example](ZstdNet.Tests/NativeResolver.cs)). |
| 16 | +If you need to resolve native dependency at runtime, you can use the `NativeLibrary.SetDllImportResolver` (see an [example](https://github.com/skbkontur/ZstdNet/blob/master/ZstdNet.Tests/NativeResolver.cs)). |
14 | 17 | And for .NET Framework — `SetDllDirectory` from `kernel32.dll`. |
15 | 18 |
|
16 | 19 | Provenance attestation is enabled for all artifacts in this repository including native libs, see page [Attestations](https://github.com/skbkontur/ZstdNet/attestations). |
|
0 commit comments