Halva.Package.Core
5.0.6
See the version list below for details.
dotnet add package Halva.Package.Core --version 5.0.6
NuGet\Install-Package Halva.Package.Core -Version 5.0.6
<PackageReference Include="Halva.Package.Core" Version="5.0.6" />
<PackageVersion Include="Halva.Package.Core" Version="5.0.6" />
<PackageReference Include="Halva.Package.Core" />
paket add Halva.Package.Core --version 5.0.6
#r "nuget: Halva.Package.Core, 5.0.6"
#:package Halva.Package.Core@5.0.6
#addin nuget:?package=Halva.Package.Core&version=5.0.6
#tool nuget:?package=Halva.Package.Core&version=5.0.6
Halva Packaging System
An easy to use packaging system, based on the Brotli compression.
What is this?
Halva (Χαλβάς in Greek) is a small .NET library that implements Google's Brotli compression, alognside some encryption options. The Halva package is a general purpose game data packaging system that provides good and fast compression, making it suitable for storing the game files with the game, releasing patches, etc.
Features
- Uses the Brotli compression algorithm, providing smaller file sizes (compared to Zip).
- Easy to use API.
- Versitile for all platforms that support .NET 8+ (.NET Core, MAUI, Avalonia, etc.)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- System.IO.Hashing (>= 9.0.8)
-
net9.0
- System.IO.Hashing (>= 9.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0-experimental.26057 | 42 | 2/26/2026 |
| 6.0.0-experimental.26056 | 40 | 2/25/2026 |
| 5.1.3 | 198 | 12/27/2025 |
| 5.1.2 | 204 | 12/25/2025 |
| 5.1.1 | 190 | 12/25/2025 |
| 5.1.0 | 214 | 12/25/2025 |
| 5.0.12 | 365 | 11/11/2025 |
| 5.0.11 | 137 | 10/18/2025 |
| 5.0.10 | 115 | 10/18/2025 |
| 5.0.9 | 184 | 10/15/2025 |
| 5.0.8 | 199 | 9/9/2025 |
| 5.0.8-preview.20250906 | 90 | 9/6/2025 |
| 5.0.7 | 242 | 8/15/2025 |
| 5.0.6 | 237 | 8/14/2025 |
| 5.0.5 | 230 | 8/14/2025 |
| 5.0.4 | 197 | 8/9/2025 |
| 5.0.3 | 212 | 7/31/2025 |
| 5.0.2 | 300 | 6/25/2025 |
| 5.0.1 | 249 | 6/18/2025 |
- Fixed a regression, where the library would mistakenly lock the file before updating it.
- Slight performance improvements when using UpdateFromArchive/UpdateFromArchiveAsync.