-
Notifications
You must be signed in to change notification settings - Fork 177
/
Portable.Licensing.nuspec
48 lines (44 loc) · 2.85 KB
/
Portable.Licensing.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Portable.Licensing</id>
<version>$version$</version>
<authors>Nauck IT KG</authors>
<owners>Daniel Nauck</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>http://dev.nauck-it.de/projects/portable-licensing</projectUrl>
<iconUrl>http://www.nauck-it.de/fileadmin/Portable.Licensing/Portable.Licensing.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
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.
Portable.Licensing is using the latest military strength, state-of-the-art cryptographic algorithm
to ensure that your software and thus your intellectual property is protected.
It is targeting the Portable Class Library and thus runs on nearly every .NET/Mono profile
including Silverlight, Windows Phone, Windows Store App, Xamarin.iOS, Xamarin.Android, Xamarin.Mac
and XBox 360. Use it for your Desktop- (WinForms, WPF, etc.), Console-, Service-,
Web- (ASP.NET, MVC, etc.), Mobile (Xamarin.iOS, Xamarin.Android) or even LightSwitch applications.
FEATURES
- runs on .NET >= 4.0.3, Silverlight 5, Windows Phone >= 8, Windows Store Apps, Mono, Xamarin.iOS, Xamarin.Android, Xamarin.Mac, XBox 360
- easy creation and validation of your licenses
- trial, standard and subscription licenses
- cryptographic signed licenses, no alteration possible
- allows you to enable/disable program modules or product features
- limit various parameters for your software, e.g. max transactions, etc.
- add additional key/value pair attributes to your licenses
- easily extend the fluent validation API with extension methods
</description>
<copyright>Copyright 2012-2014 Nauck IT KG</copyright>
<tags>Portable.Licensing PCL Portable Licensing License Key KeyGenerator Protection Signing Nauck</tags>
<!--<dependencies>
<dependency id="BouncyCastle" version="1.7" />
</dependencies>-->
</metadata>
<files>
<file src="Distribution/lib/portable-net403+sl5+netcore45+wp8+MonoAndroid1+MonoTouch1/Portable.Licensing.dll" target="lib/portable-net403+sl5+netcore45+wp8+MonoAndroid1+MonoTouch1/Portable.Licensing.dll" />
<file src="Distribution/lib/portable-net403+sl5+netcore45+wp8+MonoAndroid1+MonoTouch1/Portable.Licensing.XML" target="lib/portable-net403+sl5+netcore45+wp8+MonoAndroid1+MonoTouch1/Portable.Licensing.XML" />
<file src="Distribution/Documentation/LICENSE.md" target="LICENSE.md" />
<file src="Distribution/README.txt" target="README.txt" />
</files>
</package>