Halva.Package.Core
5.1.1
See the version list below for details.
dotnet add package Halva.Package.Core --version 5.1.1
NuGet\Install-Package Halva.Package.Core -Version 5.1.1
<PackageReference Include="Halva.Package.Core" Version="5.1.1" />
<PackageVersion Include="Halva.Package.Core" Version="5.1.1" />
<PackageReference Include="Halva.Package.Core" />
paket add Halva.Package.Core --version 5.1.1
#r "nuget: Halva.Package.Core, 5.1.1"
#:package Halva.Package.Core@5.1.1
#addin nuget:?package=Halva.Package.Core&version=5.1.1
#tool nuget:?package=Halva.Package.Core&version=5.1.1
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 is compatible. 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. |
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 | 39 | 2/26/2026 |
| 6.0.0-experimental.26056 | 39 | 2/25/2026 |
| 5.1.3 | 196 | 12/27/2025 |
| 5.1.2 | 203 | 12/25/2025 |
| 5.1.1 | 189 | 12/25/2025 |
| 5.1.0 | 213 | 12/25/2025 |
| 5.0.12 | 362 | 11/11/2025 |
| 5.0.11 | 134 | 10/18/2025 |
| 5.0.10 | 112 | 10/18/2025 |
| 5.0.9 | 183 | 10/15/2025 |
| 5.0.8 | 196 | 9/9/2025 |
| 5.0.8-preview.20250906 | 89 | 9/6/2025 |
| 5.0.7 | 240 | 8/15/2025 |
| 5.0.6 | 235 | 8/14/2025 |
| 5.0.5 | 228 | 8/14/2025 |
| 5.0.4 | 197 | 8/9/2025 |
| 5.0.3 | 211 | 7/31/2025 |
| 5.0.2 | 300 | 6/25/2025 |
| 5.0.1 | 248 | 6/18/2025 |
- [R5.01] Switched over to Blake3 for file hashing. Improves performance and accuracy.
- Code cleanup and performance tweaks.