ElandaSunshine.ProjectSerializer
1.0.0
dotnet add package ElandaSunshine.ProjectSerializer --version 1.0.0
NuGet\Install-Package ElandaSunshine.ProjectSerializer -Version 1.0.0
<PackageReference Include="ElandaSunshine.ProjectSerializer" Version="1.0.0" />
paket add ElandaSunshine.ProjectSerializer --version 1.0.0
#r "nuget: ElandaSunshine.ProjectSerializer, 1.0.0"
// 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
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
- Open Visual Studio and create a new project.
- 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)
- 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)
- After you added the libraries you can start with the project class.
Official Project 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- DotNetZip (>= 1.10.1)
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,068 | 3/30/2018 |