Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>

<Version>1.1.0</Version>
<Version>1.2.0</Version>

<Description>Offline software licensing for .NET: a compact signed licence token (JWS-style, ECDSA/RSA), a key ring scoped per product line, tolerant n-of-m machine binding, validation that reports a reason rather than a boolean, and a store that survives clock tampering. No BouncyCastle, no vendor service, no phone-home.</Description>
<PackageTags>OutWit;Common;Licensing;Licence;License;Activation;Fingerprint;Offline;ECDSA</PackageTags>
Expand Down
Loading