Skip to content

Commit

Permalink
Joveler.Compression.XZ 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Sep 1, 2023
1 parent 3493c55 commit f03863c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Joveler.Compression.XZ/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ Joveler.Compression.XZ comes with sets of static binaries of `liblzma 5.4.4`. Th
| macOS Big Sur x64 | `$(OutDir)\runtimes\osx-x64\liblzma.dylib` | Public Domain | libSystem |
| macOS Monterey arm64 | `$(OutDir)\runtimes\osx-arm64\liblzma.dylib` | Public Domain | libSystem |

- Bundled Windows binaires now target [Universal CRT](https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=msvc-170) for better interopability with MSVC.
- .NET Core/.NET 5+ runs on UCRT, so no action is required in most cases.
- Bundled Windows binaires targets [Universal CRT](https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=msvc-170) to ensure interoperability with modern .NET runtime.
- If you encounter a dependency issue on Windows Vista, 7 or 8.1, try [installing UCRT manually](https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=msvc-170).
- If you call `XZInit.GlobalInit()` without the `libPath` parameter on Linux or macOS, it will search for system-installed liblzma.
- Linux binaries are not portable. They may not work on your distribution.
Expand Down

0 comments on commit f03863c

Please sign in to comment.