dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

Add .NET Core support, strong name to assemblie #37

Closed qmfrederik closed 4 years ago

qmfrederik commented 8 years ago

Based on @smbecker's work, this PR adds support for .NET Core to Portable.Licensing Additionally, it also strongs name the assemblies.

RichiCoder1 commented 8 years ago

It seems unlikely the @dnauck will be merging this or updating Portable.Licensing. If that ends up the case, maybe this could be pushed all on it's own as a fork?

qmfrederik commented 8 years ago

I've (temporarly) published my version of Portable.Licensing on NuGet as CoreCompat.Portable.Licensing.

If @dnauck merges this PR, I'll happily pull the package from NuGet (no need to needlessly create forks) but until then, feel free to use that package as a stop-gap solution.