forked from PeterWaher/IoTGateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
48 lines (43 loc) · 3.01 KB
/
Package.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/2010/07/nuspec.xsd">
<metadata minClientVersion="3.2">
<id>Waher.Content.Markdown.Web.UWP</id>
<version>1.0.5</version>
<title>Waher.Content.Markdown.Web.UWP</title>
<authors>Peter Waher</authors>
<owners>Waher Data AB</owners>
<licenseUrl>https://github.com/PeterWaher/IoTGateway#license</licenseUrl>
<projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Content/Waher.Content.Markdown.Web.UWP</projectUrl>
<iconUrl>https://github.com/PeterWaher/IoTGateway/blob/master/Images/Icon.ico?raw=true</iconUrl>
<repository type="GitHub" url="https://github.com/PeterWaher/IoTGateway"/>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>UWP class library providing a simple HTTP server for publishing dynamic content and services, managing user authentication based on a customizable set of users and privileges. Markdown parsing is made by the Waher.Content.Markdown library. Syntax supported: https://waher.se/Markdown.md.</description>
<copyright>Copyright © Waher Data AB 2016-2017. All rights reserved.</copyright>
<tags>networking communication http uwp</tags>
<dependencies>
<dependency id="Waher.Content" version="1.0.5"/>
<dependency id="Waher.Content.Emoji" version="1.0.1"/>
<dependency id="Waher.Content.Markdown" version="1.0.9"/>
<dependency id="Waher.Networking.HTTP.UWP" version="1.0.5"/>
<dependency id="Waher.Runtime.Inventory" version="1.0.4"/>
<dependency id="Waher.Script" version="1.0.9"/>
<dependency id="Waher.Security" version="1.0.1"/>
</dependencies>
</metadata>
<files>
<!-- Architecture-independent reference library for use at compile-time. -->
<file src="bin\Release\Waher.Content.Markdown.Web.UWP.dll" target="ref\uap10.0" />
<file src="bin\Release\Waher.Content.Markdown.Web.UWP.pdb" target="ref\uap10.0" />
<!-- XML documentation file goes together with the reference library. -->
<file src="bin\x86\Release\Waher.Content.Markdown.Web.UWP.XML" target="ref\uap10.0" />
<!-- Resource files go together with the reference library. -->
<file src="bin\Release\Waher.Content.Markdown.Web.UWP.pri" target="ref\uap10.0" />
<!-- The architecture-specific files go in architecture-specific directories. -->
<file src="bin\x86\Release\Waher.Content.Markdown.Web.UWP.dll" target="runtimes\win10-x86\lib\uap10.0" />
<file src="bin\x86\Release\Waher.Content.Markdown.Web.UWP.pdb" target="runtimes\win10-x86\lib\uap10.0" />
<file src="bin\x64\Release\Waher.Content.Markdown.Web.UWP.dll" target="runtimes\win10-x64\lib\uap10.0" />
<file src="bin\x64\Release\Waher.Content.Markdown.Web.UWP.pdb" target="runtimes\win10-x64\lib\uap10.0" />
<file src="bin\arm\Release\Waher.Content.Markdown.Web.UWP.dll" target="runtimes\win10-arm\lib\uap10.0" />
<file src="bin\arm\Release\Waher.Content.Markdown.Web.UWP.pdb" target="runtimes\win10-arm\lib\uap10.0" />
</files>
</package>