ElandaSunshine.ProjectSerializer 1.0.0

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

// Install ElandaSunshine.ProjectSerializer as a Cake Tool
#tool nuget:?package=ElandaSunshine.ProjectSerializer&version=1.0.0

alternate text is missing from this package README image

About

The ElandaSunshine project serializer simplyfies the process of project managament. You're able to load, save projects in pure or in compressed format. You can also decide to encrypt the project file to make it unreadable for human eyes and other applications and bots.

In this short Wiki I'm going to explain how to setup the basic project class and how to handle the process of project managament.

Installation

Here I'm going to explain how to setup a project and how to implement the project serializer library and its dependencies.

Windows

  1. Open Visual Studio and create a new project.
  2. Create a new folder in your project root path and name it lib or library. (it's your desicion, you can also drop the .dll files directly into your project's root folder)
  3. Click on the Project button in your toolbar > Add references... > Browse and browse for ProjectSerializer.dll and DotNetZip.dll (used for the compression process, don't forget to add this or some things may not work)
  4. After you added the libraries you can start with the project class.

Official Project Documentation

Read documentation >>

License

                      GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

You may copy, distribute and modify the software as long as you track
changes/dates in source files. Any modifications to or software including (via compiler)
GPL-licensed code must also be made available under the GPL along with build & install
instructions.
Product Compatible and additional computed target framework versions.
.NET Framework net 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
1.0.0 1,024 3/30/2018