-
Notifications
You must be signed in to change notification settings - Fork 35
/
IPPhone.Contacts.nuspec
28 lines (28 loc) · 1.44 KB
/
IPPhone.Contacts.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IPPhone.Contacts</id>
<title>ContactPoint® IP Phone Contacts</title>
<version>1.9.0</version>
<authors>Alex Yevtushenko</authors>
<owners>Alex Yevtushenko</owners>
<projectUrl>https://github.com/ipphone/core/</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/26443470</iconUrl>
<repository type="git" url="https://github.com/ipphone/core" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ContactPoint IP Phone Contacts Assemblies</description>
<summary>ContactPoint IP Phone Contacts Assemblies</summary>
<copyright>Copyright © ContactPoint 2021</copyright>
<tags>voip voip-application softphone windows-forms sip pjsip pjsua asterisk phone telephony telephone plugin plugins</tags>
<dependencies>
<dependency id="IPPhone.Common" />
<dependency id="IPPhone.BaseDesign" />
<!-- <dependency id="System.Data.SQLite.Linq" version="1.0.113" /> -->
<!-- <dependency id="System.Data.SQLite.Core" version="1.0.113.1" /> -->
</dependencies>
</metadata>
<files>
<file src="ContactPoint.Contacts.dll" target="lib\net472" />
<file src="ContactPoint.Contacts.pdb" target="lib\net472" />
</files>
</package>