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 |
---|---|---|
5.0.8 | 130 | 9/9/2025 |
5.0.8-preview.20250906 | 59 | 9/6/2025 |
5.0.7 | 166 | 8/15/2025 |
5.0.6 | 162 | 8/14/2025 |
5.0.5 | 155 | 8/14/2025 |
5.0.4 | 133 | 8/9/2025 |
5.0.3 | 147 | 7/31/2025 |
5.0.2 | 222 | 6/25/2025 |
5.0.1 | 180 | 6/18/2025 |
5.0.0 | 197 | 6/14/2025 |
4.1.6 | 114 | 5/10/2025 |
4.1.5 | 219 | 4/18/2025 |
4.1.4 | 238 | 3/12/2025 |
4.1.3 | 165 | 2/16/2025 |
4.1.3-experimental.20250208 | 103 | 2/8/2025 |
4.1.2.2 | 155 | 2/8/2025 |
4.1.2.1 | 155 | 2/8/2025 |
4.1.2 | 155 | 2/8/2025 |
4.1.2-experimental.20250208.3 | 104 | 2/8/2025 |
4.1.2-experimental.20250208.2 | 77 | 2/8/2025 |
4.1.2-experimental.20250208.1 | 75 | 2/8/2025 |
4.1.2-experimental.20250208 | 87 | 2/7/2025 |
4.1.1 | 166 | 2/4/2025 |
4.1.0 | 160 | 1/5/2025 |
4.1.0-experimental.20250105 | 91 | 1/5/2025 |
4.0.7 | 157 | 11/23/2024 |
4.0.6 | 152 | 11/5/2024 |
4.0.5 | 175 | 11/2/2024 |
4.0.4 | 175 | 10/24/2024 |
4.0.3 | 155 | 10/24/2024 |
4.0.2 | 163 | 10/23/2024 |
4.0.1 | 143 | 10/22/2024 |
4.0.0 | 174 | 10/21/2024 |
3.1.0 | 210 | 5/29/2024 |
3.0.1 | 250 | 2/25/2024 |
3.0.0 | 215 | 9/24/2023 |
2.2.2 | 417 | 1/20/2023 |
2.2.1 | 399 | 1/11/2023 |
2.2.0 | 581 | 9/14/2022 |
2.1.1 | 471 | 8/18/2022 |
2.1.0 | 528 | 5/2/2022 |
2.0.0 | 545 | 3/17/2022 |
1.2.0 | 421 | 12/24/2021 |
1.1.6 | 377 | 11/28/2021 |
1.1.5 | 434 | 9/1/2021 |
1.1.3 | 502 | 5/30/2021 |
1.1.1 | 436 | 5/13/2021 |
1.1.0 | 460 | 5/12/2021 |
1.0.2-beta.20210506 | 259 | 5/6/2021 |
1.0.1 | 605 | 11/2/2020 |
1.0.0 | 568 | 10/4/2020 |
1.0.0-beta.20200902 | 351 | 9/2/2020 |
1.0.0-alpha.20200521 | 364 | 5/21/2020 |
- Fixed a regression, where the library would mistakenly lock the file before updating it.
- Slight performance improvements when using UpdateFromArchive/UpdateFromArchiveAsync.