-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Joveler.Compression.ZLib v5.0.0 release
- Loading branch information
Showing
2 changed files
with
42 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,37 @@ | ||
## Usage | ||
|
||
Please refer to this [document](https://github.com/ied206/Joveler.Compression/blob/v4.2.0/Joveler.Compression.ZLib/USAGE.md). | ||
# Joveler.Compression.ZLib | ||
|
||
## Tested zlib versions | ||
|
||
- 1.2.13 (Included) | ||
Cross-platform [zlib](https://zlib.net/) pinvoke library for .NET. | ||
|
||
## Support | ||
|
||
### Targeted .NET platforms | ||
|
||
- .NET Core 3.1+ | ||
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+) | ||
- .NET Framework 4.6.2+ | ||
- .NET Core 3.1 | ||
- .NET Standard 2.0 | ||
- .NET Framework 4.6 | ||
|
||
#### Discontinued target frameworks | ||
|
||
| Platform | Last Supported Version | | ||
|----------|------------------------| | ||
| .NET Framework 4.5 | [ZLibWrapper](https://www.nuget.org/packages/Joveler.ZLibWrapper) | | ||
| .NET Standard 1.3 | [v2.1.2](https://www.nuget.org/packages/Joveler.Compression.ZLib/2.1.2) | | ||
| .NET Framework 4.5.1, 4.6, 4.6.1 | [v4.1.0](https://www.nuget.org/packages/Joveler.Compression.ZLib/4.1.0) | | ||
| .NET Framework 4.5.1 | [v4.1.0](https://www.nuget.org/packages/Joveler.Compression.ZLib/4.1.0) | | ||
|
||
### Supported OS platforms | ||
|
||
- Windows (x86, x64, arm64) | ||
- Linux (x64, arm, arm64) | ||
- macOS (x64) | ||
- macOS (x64, arm64) | ||
|
||
### Tested zlib versions | ||
|
||
- zlib-ng 2.1.3 compat ABI (Included) | ||
- Compatible with traditional zlib ABI, such as `zlib1.dll`. | ||
- zlib 1.3 | ||
- Supports both `zlib1.dll` and `zlibwapi.dll` on Windows. | ||
- zlib-ng 2.1.3 modern ABI | ||
|
||
## Usage | ||
|
||
Please refer to the project homepage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters