LlamaLogic.Packages
2.17.0
dotnet add package LlamaLogic.Packages --version 2.17.0
NuGet\Install-Package LlamaLogic.Packages -Version 2.17.0
<PackageReference Include="LlamaLogic.Packages" Version="2.17.0" />
paket add LlamaLogic.Packages --version 2.17.0
#r "nuget: LlamaLogic.Packages, 2.17.0"
// Install LlamaLogic.Packages as a Cake Addin #addin nuget:?package=LlamaLogic.Packages&version=2.17.0 // Install LlamaLogic.Packages as a Cake Tool #tool nuget:?package=LlamaLogic.Packages&version=2.17.0
How to install
Using the .NET CLI
Navigate to your project in a terminal and enter the following command:
dotnet add package LlamaLogic.Packages
Using Visual Studio
Follow these steps:
- right-click on your project under Solution Explorer;
- select Manage NuGet Packages...;
- in the Search textbox, enter
LlamaLogic.Packages
; - press the return key;
- select the LlamaLogic.Packages result; and,
- click the Install button.
How to use
Refer to the Intellisense documentation included with the package or the online documentation.
Product | Versions 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 is compatible. 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. net9.0 is compatible. |
-
net6.0
- AuroraLib.Compression (>= 1.3.0.1)
- Nito.AsyncEx (>= 5.1.2)
- SharpZipLib (>= 1.4.2)
- System.Collections.Immutable (>= 8.0.0)
- YamlDotNet (>= 16.2.0)
-
net7.0
- AuroraLib.Compression (>= 1.3.0.1)
- Nito.AsyncEx (>= 5.1.2)
- SharpZipLib (>= 1.4.2)
- System.Collections.Immutable (>= 8.0.0)
- YamlDotNet (>= 16.2.0)
-
net8.0
- AuroraLib.Compression (>= 1.3.0.1)
- Nito.AsyncEx (>= 5.1.2)
- SharpZipLib (>= 1.4.2)
- System.Collections.Immutable (>= 8.0.0)
- YamlDotNet (>= 16.2.0)
-
net9.0
- AuroraLib.Compression (>= 1.3.0.1)
- Nito.AsyncEx (>= 5.1.2)
- SharpZipLib (>= 1.4.2)
- System.Collections.Immutable (>= 8.0.0)
- YamlDotNet (>= 16.2.0)
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 |
---|---|---|
2.17.0 | 43 | 12/24/2024 |
2.16.0 | 80 | 12/20/2024 |
2.15.2 | 95 | 12/4/2024 |
2.15.1 | 92 | 12/4/2024 |
2.15.0 | 100 | 11/19/2024 |
2.14.0 | 89 | 11/12/2024 |
2.13.2 | 100 | 10/27/2024 |
2.13.1 | 94 | 10/25/2024 |
2.13.0 | 108 | 10/25/2024 |
2.12.3 | 106 | 10/23/2024 |
2.12.2 | 100 | 10/23/2024 |
2.12.1 | 123 | 10/20/2024 |
2.12.0 | 149 | 10/18/2024 |
2.11.0 | 105 | 10/14/2024 |
2.10.0 | 83 | 10/14/2024 |
2.9.0 | 90 | 10/14/2024 |
2.8.0 | 94 | 9/29/2024 |
2.7.1 | 95 | 9/28/2024 |
2.7.0 | 94 | 9/27/2024 |
2.6.0 | 92 | 9/25/2024 |
2.5.0 | 89 | 9/25/2024 |
2.4.0 | 103 | 9/22/2024 |
2.3.0 | 114 | 9/18/2024 |
2.1.5 | 135 | 9/15/2024 |
2.1.4 | 114 | 9/11/2024 |
2.1.3 | 103 | 9/10/2024 |
2.1.2 | 101 | 9/9/2024 |
2.1.1 | 105 | 9/9/2024 |
2.1.0 | 107 | 9/8/2024 |
2.0.2 | 100 | 8/29/2024 |
2.0.1 | 118 | 8/26/2024 |
2.0.0 | 131 | 8/24/2024 |
1.3.0 | 67 | 8/3/2024 |
1.2.4 | 98 | 7/24/2024 |
1.2.3 | 101 | 7/22/2024 |
1.2.2 | 90 | 7/22/2024 |
1.2.1 | 85 | 7/22/2024 |
1.2.0 | 84 | 7/22/2024 |
1.1.0 | 93 | 7/22/2024 |
1.0.1 | 94 | 7/21/2024 |
1.0.0 | 91 | 7/21/2024 |
We added manifest deletion and set methods to ModFileManifestModel to make it easier for tooling creators using this library to consistently manifest mod files. Script mod files are now expected to contain a manifest in any location in the directory structure, and this library will automatically place them inside sole directories within script mod files so as not to cause archive utilities to alter their behavior when unzipping script mod files simply because they have been manifested.