Halva.Package.Core
1.0.0-alpha.20200521
See the version list below for details.
dotnet add package Halva.Package.Core --version 1.0.0-alpha.20200521
NuGet\Install-Package Halva.Package.Core -Version 1.0.0-alpha.20200521
<PackageReference Include="Halva.Package.Core" Version="1.0.0-alpha.20200521" />
paket add Halva.Package.Core --version 1.0.0-alpha.20200521
#r "nuget: Halva.Package.Core, 1.0.0-alpha.20200521"
// Install Halva.Package.Core as a Cake Addin #addin nuget:?package=Halva.Package.Core&version=1.0.0-alpha.20200521&prerelease // Install Halva.Package.Core as a Cake Tool #tool nuget:?package=Halva.Package.Core&version=1.0.0-alpha.20200521&prerelease
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 | Versions 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. |
.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. |
-
.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.0.7 | 73 | 11/23/2024 |
4.0.6 | 76 | 11/5/2024 |
4.0.5 | 81 | 11/2/2024 |
4.0.4 | 84 | 10/24/2024 |
4.0.3 | 85 | 10/24/2024 |
4.0.2 | 86 | 10/23/2024 |
4.0.1 | 78 | 10/22/2024 |
4.0.0 | 87 | 10/21/2024 |
3.1.0 | 144 | 5/29/2024 |
3.0.1 | 181 | 2/25/2024 |
3.0.0 | 162 | 9/24/2023 |
2.2.2 | 337 | 1/20/2023 |
2.2.1 | 319 | 1/11/2023 |
2.2.0 | 465 | 9/14/2022 |
2.1.1 | 394 | 8/18/2022 |
2.1.0 | 431 | 5/2/2022 |
2.0.0 | 441 | 3/17/2022 |
1.2.0 | 299 | 12/24/2021 |
1.1.6 | 278 | 11/28/2021 |
1.1.5 | 326 | 9/1/2021 |
1.1.3 | 388 | 5/30/2021 |
1.1.1 | 324 | 5/13/2021 |
1.1.0 | 357 | 5/12/2021 |
1.0.2-beta.20210506 | 170 | 5/6/2021 |
1.0.1 | 486 | 11/2/2020 |
1.0.0 | 439 | 10/4/2020 |
1.0.0-beta.20200902 | 251 | 9/2/2020 |
1.0.0-alpha.20200521 | 258 | 5/21/2020 |
First Alpha release.
Implemented features:
- Quick archive creation
- Basic handling for Halva archives
Not implemented:
- Encryption for archives (Encryption Utilities name reserved but not implemented)
- Whatever else needed