Essy.SerializableObject 2.6.0

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

// Install Essy.SerializableObject as a Cake Tool
#tool nuget:?package=Essy.SerializableObject&version=2.6.0

This package contains a library that makes is very easy to serialize classes. It is based on the .net 3.0 DataContract and the excellent Newtonsoft.Json library.
        It also contains two classes that can be used for app data storage.
       Saving to both XML and JSON are supported. Also you can choose to automatically compress the files.

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. 
.NET Framework net48 is compatible.  net481 was computed. 
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.6.0 168 1/4/2024
2.5.0 605 11/3/2020
2.4.0 569 12/2/2019
2.3.0 518 12/2/2019
2.2.0 488 11/29/2019
2.1.0 504 11/29/2019
2.0.0 497 11/28/2019
1.8.0 1,008 7/26/2017
1.7.0 936 5/15/2017
1.6.0 952 5/12/2017
1.5.0 948 5/11/2017
1.4.0 940 5/11/2017
1.3.0 911 5/11/2017
1.2.0 914 5/11/2017
1.1.0 896 5/11/2017
1.0.0 1,084 5/11/2017

Updated to latest Nuget Packages, added DotNet8 target