Перейти к файлу
DJGosnell ed8a90f6b8
2.0 Feature Release (#10)
2024-06-27 14:08:08 -04:00
.github/workflows 2.0 Feature Release (#10) 2024-06-27 14:08:08 -04:00
src 2.0 Feature Release (#10) 2024-06-27 14:08:08 -04:00
LICENSE Initial commit 2020-07-17 15:09:12 -04:00
README.md Updated badge address. 2021-08-05 17:37:31 -04:00

README.md

Logo DtronixPackage .NET Core Desktop NuGet

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 WPF applications.

Building

dotnet publish -c Release

License

Program is licensed under the MIT license. Logo is licensed under the Creative Commons Attribution 3.0 License by FatCow