DtronixPackage 2.0.0

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

// Install DtronixPackage as a Cake Tool
#tool nuget:?package=DtronixPackage&version=2.0.0                

Dtronix package is a save file management system for storing & retrieving save data for applications.

Features
  • Simple structure utilizing zip files for content management.
  • Data compression via the Deflate compression method.
  • Lock file management to enable networked usage notification of package files via lock files.
  • Integrated versioning & upgrade system.
  • Read only opening ability.
  • Save content management and modification notification.
  • Integrated writing & reading of JSON, strings & stream data.
  • Auto-Save methods to allow for background saving for crash recovery.
  • Backup save system keeps a duplicate of save packages for simple recovery.
  • No external dependencies.
  • Uses new performant System.Text.Json classes.
  • Package management view model for easy integration into applications.
Product Compatible and additional computed target framework versions.
.NET 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.
  • net8.0

    • 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
2.0.0 119 6/27/2024
1.2.0.1 982 4/13/2022
1.2.0 872 5/26/2021
1.0.0 1,026 7/17/2020