Halva.Package.Core 3.1.0

dotnet add package Halva.Package.Core --version 3.1.0
NuGet\Install-Package Halva.Package.Core -Version 3.1.0
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="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Halva.Package.Core --version 3.1.0
#r "nuget: Halva.Package.Core, 3.1.0"
#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.
// Install Halva.Package.Core as a Cake Addin
#addin nuget:?package=Halva.Package.Core&version=3.1.0

// Install Halva.Package.Core as a Cake Tool
#tool nuget:?package=Halva.Package.Core&version=3.1.0

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 5+ (.NET Core, Xamarin, etc.)
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
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
3.1.0 101 5/29/2024
3.0.1 153 2/25/2024
3.0.0 130 9/24/2023
2.2.2 322 1/20/2023
2.2.1 298 1/11/2023
2.2.0 430 9/14/2022
2.1.1 370 8/18/2022
2.1.0 404 5/2/2022
2.0.0 411 3/17/2022
1.2.0 270 12/24/2021
1.1.6 248 11/28/2021
1.1.5 302 9/1/2021
1.1.3 364 5/30/2021
1.1.1 295 5/13/2021
1.1.0 321 5/12/2021
1.0.2-beta.20210506 159 5/6/2021
1.0.1 460 11/2/2020
1.0.0 403 10/4/2020
1.0.0-beta.20200902 242 9/2/2020
1.0.0-alpha.20200521 248 5/21/2020

- Switched to XxHash128 for certain routiines (such as updating from the archive).