Halva.Package.Core 4.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Halva.Package.Core --version 4.1.4
                    
NuGet\Install-Package Halva.Package.Core -Version 4.1.4
                    
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="4.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Halva.Package.Core" Version="4.1.4" />
                    
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 4.1.4
                    
#r "nuget: Halva.Package.Core, 4.1.4"
                    
#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.
#addin nuget:?package=Halva.Package.Core&version=4.1.4
                    
Install Halva.Package.Core as a Cake Addin
#tool nuget:?package=Halva.Package.Core&version=4.1.4
                    
Install Halva.Package.Core 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. 
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
4.1.5 107 4 days ago
4.1.4 162 a month ago
4.1.3 112 2 months ago
4.1.3-experimental.20250208 61 2 months ago
4.1.2.2 107 2 months ago
4.1.2.1 99 2 months ago
4.1.2 102 2 months ago
4.1.2-experimental.20250208.3 70 2 months ago
4.1.2-experimental.20250208.2 60 2 months ago
4.1.2-experimental.20250208.1 59 2 months ago
4.1.2-experimental.20250208 66 2 months ago
4.1.1 101 3 months ago
4.1.0 113 4 months ago
4.1.0-experimental.20250105 71 4 months ago
4.0.7 110 5 months ago
4.0.6 104 6 months ago
4.0.5 110 6 months ago
4.0.4 109 6 months ago
4.0.3 109 6 months ago
4.0.2 114 6 months ago
4.0.1 104 6 months ago
4.0.0 110 6 months ago
3.1.0 162 5/29/2024
3.0.1 192 2/25/2024
3.0.0 172 9/24/2023
2.2.2 354 1/20/2023
2.2.1 337 1/11/2023
2.2.0 501 9/14/2022
2.1.1 414 8/18/2022
2.1.0 452 5/2/2022
2.0.0 465 3/17/2022
1.2.0 323 12/24/2021
1.1.6 302 11/28/2021
1.1.5 351 9/1/2021
1.1.3 413 5/30/2021
1.1.1 348 5/13/2021
1.1.0 382 5/12/2021
1.0.2-beta.20210506 193 5/6/2021
1.0.1 517 11/2/2020
1.0.0 471 10/4/2020
1.0.0-beta.20200902 278 9/2/2020
1.0.0-alpha.20200521 287 5/21/2020

- Included tweaks to improve the reliability of creating encrypted packages.