Halva.Package.Core 5.0.2

dotnet add package Halva.Package.Core --version 5.0.2
                    
NuGet\Install-Package Halva.Package.Core -Version 5.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Halva.Package.Core" Version="5.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Halva.Package.Core" Version="5.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Halva.Package.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Halva.Package.Core --version 5.0.2
                    
#r "nuget: Halva.Package.Core, 5.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Halva.Package.Core@5.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Halva.Package.Core&version=5.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Halva.Package.Core&version=5.0.2
                    
Install as a Cake Tool

Halva Packaging System

NuGet Version GitHub License

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2 167 6/25/2025
5.0.1 147 6/18/2025
5.0.0 169 6/14/2025
4.1.6 92 5/10/2025
4.1.5 186 4/18/2025
4.1.4 199 3/12/2025
4.1.3 138 2/16/2025
4.1.3-experimental.20250208 92 2/8/2025
4.1.2.2 129 2/8/2025
4.1.2.1 123 2/8/2025
4.1.2 126 2/8/2025
4.1.2-experimental.20250208.3 89 2/8/2025
4.1.2-experimental.20250208.2 69 2/8/2025
4.1.2-experimental.20250208.1 69 2/8/2025
4.1.2-experimental.20250208 80 2/7/2025
4.1.1 134 2/4/2025
4.1.0 133 1/5/2025
4.1.0-experimental.20250105 85 1/5/2025
4.0.7 130 11/23/2024
4.0.6 125 11/5/2024
4.0.5 137 11/2/2024
4.0.4 139 10/24/2024
4.0.3 129 10/24/2024
4.0.2 143 10/23/2024
4.0.1 126 10/22/2024
4.0.0 135 10/21/2024
3.1.0 185 5/29/2024
3.0.1 219 2/25/2024
3.0.0 197 9/24/2023
2.2.2 382 1/20/2023
2.2.1 364 1/11/2023
2.2.0 533 9/14/2022
2.1.1 444 8/18/2022
2.1.0 489 5/2/2022
2.0.0 508 3/17/2022
1.2.0 373 12/24/2021
1.1.6 340 11/28/2021
1.1.5 397 9/1/2021
1.1.3 464 5/30/2021
1.1.1 397 5/13/2021
1.1.0 425 5/12/2021
1.0.2-beta.20210506 233 5/6/2021
1.0.1 567 11/2/2020
1.0.0 524 10/4/2020
1.0.0-beta.20200902 324 9/2/2020
1.0.0-alpha.20200521 336 5/21/2020

- Refactored code for better maintainability.
- Additional performance imrpovements.