-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathPackage.nuspec
More file actions
49 lines (43 loc) · 2.7 KB
/
Package.nuspec
File metadata and controls
49 lines (43 loc) · 2.7 KB
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
49
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.2">
<id>Waher.Networking.XMPP.MUC.UWP</id>
<version>3.1.1</version>
<title>Waher.Networking.XMPP.MUC.UWP</title>
<authors>Peter Waher</authors>
<owners>Waher Data AB</owners>
<license type="file">Meta\LICENSE.txt</license>
<projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Networking/Waher.Networking.XMPP.MUC.UWP</projectUrl>
<icon>Meta\Icon_64x64.png</icon>
<repository type="GitHub" url="https://github.com/PeterWaher/IoTGateway"/>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Class library adding support for the Multi-User-Chat (MUC) extension (XEP-0045) to the XMPP Client library defined in Waher.Networking.XMPP.</description>
<copyright>Copyright © Waher Data AB 2020-2026. All rights reserved.</copyright>
<tags>networking communication xmpp muc Multi-User Chat XEP-0045 uwp</tags>
<dependencies>
<dependency id="Waher.Content" version="3.4.7"/>
<dependency id="Waher.Content.Xml" version="3.1.4"/>
<dependency id="Waher.Events" version="1.4.7"/>
<dependency id="Waher.Networking.UWP" version="4.6.5"/>
<dependency id="Waher.Networking.XMPP.UWP" version="4.2.9"/>
</dependencies>
</metadata>
<files>
<file src="..\..\Images\Icon_64x64.png" target="Meta" />
<file src="..\..\LICENSE.txt" target="Meta" />
<!-- Architecture-independent reference library for use at compile-time. -->
<file src="bin\Release\Waher.Networking.XMPP.MUC.UWP.dll" target="ref\uap10.0" />
<file src="bin\Release\Waher.Networking.XMPP.MUC.UWP.pdb" target="ref\uap10.0" />
<!-- XML documentation file goes together with the reference library. -->
<file src="bin\x86\Release\Waher.Networking.XMPP.MUC.UWP.XML" target="ref\uap10.0" />
<!-- Resource files go together with the reference library. -->
<file src="bin\Release\Waher.Networking.XMPP.MUC.UWP.pri" target="ref\uap10.0" />
<!-- The architecture-specific files go in architecture-specific directories. -->
<file src="bin\x86\Release\Waher.Networking.XMPP.MUC.UWP.dll" target="runtimes\win10-x86\lib\uap10.0" />
<file src="bin\x86\Release\Waher.Networking.XMPP.MUC.UWP.pdb" target="runtimes\win10-x86\lib\uap10.0" />
<file src="bin\x64\Release\Waher.Networking.XMPP.MUC.UWP.dll" target="runtimes\win10-x64\lib\uap10.0" />
<file src="bin\x64\Release\Waher.Networking.XMPP.MUC.UWP.pdb" target="runtimes\win10-x64\lib\uap10.0" />
<file src="bin\arm\Release\Waher.Networking.XMPP.MUC.UWP.dll" target="runtimes\win10-arm\lib\uap10.0" />
<file src="bin\arm\Release\Waher.Networking.XMPP.MUC.UWP.pdb" target="runtimes\win10-arm\lib\uap10.0" />
</files>
</package>