LlamaLogic.Packages 2.16.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LlamaLogic.Packages --version 2.16.0                
NuGet\Install-Package LlamaLogic.Packages -Version 2.16.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="LlamaLogic.Packages" Version="2.16.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LlamaLogic.Packages --version 2.16.0                
#r "nuget: LlamaLogic.Packages, 2.16.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 LlamaLogic.Packages as a Cake Addin
#addin nuget:?package=LlamaLogic.Packages&version=2.16.0

// Install LlamaLogic.Packages as a Cake Tool
#tool nuget:?package=LlamaLogic.Packages&version=2.16.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:

  1. right-click on your project under Solution Explorer;
  2. select Manage NuGet Packages...;
  3. in the Search textbox, enter LlamaLogic.Packages;
  4. press the return key;
  5. select the LlamaLogic.Packages result; and,
  6. click the Install button.

How to use

Refer to the Intellisense documentation included with the package or the online documentation.

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 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. 
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
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 91 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 92 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

The DataBasePackedFile class now supports full compression and decompression of Maxis Internal compression via the AuroraLib.Compression library. CompressionMode.ForceZLib and CompressionMode.ForceInternal have been added to force ZLIB and Maxis Internal compression, respectively, when calling Set methods. CompressionMode.ForceOn and CompressionMode.CallerSuppliedInternal have been deprecated and will cause Set methods to throw. The GetExplicitCompressionMode method has been added to the DataBasePackedFile class to determine what CompressionMode value to pass to Set methods to ensure they compress a resource's content in the same manner it is currently compressed. Recognition of the Phone Photo Thumbnail, Save Game Data, Save Thumbnail 1, Save Thumbnail 2, Save Thumbnail 4, Save Thumbnail 5, and Zone Object Data resources found in Sims 4 save game packages has been added.