SoftwareProtector 1.0.5.1

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

// Install SoftwareProtector as a Cake Tool
#tool nuget:?package=SoftwareProtector&version=1.0.5.1

Software Protector is an open source 100% managed .NET licensing system based on SKGL Project. Generate keys for your software, and validate them using SKGL library in your own project.

To see the online demo, please navigate to http://softwareprotector.clizware.net/Demo.aspx

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.

This package has 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
1.0.5.1 6,418 1/12/2013
1.0.4.1 1,385 12/16/2012
1.0.3.2 1,648 11/1/2012

* fixed bug which did not allow to generate a key with machine id 99999
* fixed bug when encrypting a key
* strong named the assembly
* allowed partially trusted callers