Halva.Package.Core 1.0.0-beta.20200902

This is a prerelease version of Halva.Package.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Halva.Package.Core --version 1.0.0-beta.20200902
                    
NuGet\Install-Package Halva.Package.Core -Version 1.0.0-beta.20200902
                    
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="1.0.0-beta.20200902" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Halva.Package.Core" Version="1.0.0-beta.20200902" />
                    
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 1.0.0-beta.20200902
                    
#r "nuget: Halva.Package.Core, 1.0.0-beta.20200902"
                    
#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=1.0.0-beta.20200902&prerelease
                    
Install Halva.Package.Core as a Cake Addin
#tool nuget:?package=Halva.Package.Core&version=1.0.0-beta.20200902&prerelease
                    
Install Halva.Package.Core as a Cake Tool

Halva (Χαλβάς in Greek) is a small .NET Standard 2.1 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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

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.4 156 3/12/2025
4.1.3 110 2/16/2025
4.1.3-experimental.20250208 58 2/8/2025
4.1.2.2 105 2/8/2025
4.1.2.1 95 2/8/2025
4.1.2 100 2/8/2025
4.1.2-experimental.20250208.3 68 2/8/2025
4.1.2-experimental.20250208.2 56 2/8/2025
4.1.2-experimental.20250208.1 57 2/8/2025
4.1.2-experimental.20250208 65 2/7/2025
4.1.1 99 2/4/2025
4.1.0 113 1/5/2025
4.1.0-experimental.20250105 71 1/5/2025
4.0.7 110 11/23/2024
4.0.6 104 11/5/2024
4.0.5 110 11/2/2024
4.0.4 109 10/24/2024
4.0.3 109 10/24/2024
4.0.2 114 10/23/2024
4.0.1 104 10/22/2024
4.0.0 110 10/21/2024
3.1.0 162 5/29/2024
3.0.1 192 2/25/2024
3.0.0 172 9/24/2023
2.2.2 353 1/20/2023
2.2.1 336 1/11/2023
2.2.0 499 9/14/2022
2.1.1 413 8/18/2022
2.1.0 451 5/2/2022
2.0.0 464 3/17/2022
1.2.0 321 12/24/2021
1.1.6 300 11/28/2021
1.1.5 348 9/1/2021
1.1.3 410 5/30/2021
1.1.1 345 5/13/2021
1.1.0 379 5/12/2021
1.0.2-beta.20210506 189 5/6/2021
1.0.1 512 11/2/2020
1.0.0 466 10/4/2020
1.0.0-beta.20200902 273 9/2/2020
1.0.0-alpha.20200521 282 5/21/2020

First Beta release:

- Implemented support for encrypted archives.
- Refactored code.