-
Notifications
You must be signed in to change notification settings - Fork 36
/
IPPhone.Plugins.ContactsUI.nuspec
22 lines (22 loc) · 1.22 KB
/
IPPhone.Plugins.ContactsUI.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IPPhone.Plugins.ContactsUI</id>
<title>ContactPoint® IP Phone Contacts UI Plugin</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 UI Plugin Assemblies</description>
<summary>ContactPoint IP Phone is an implementation of SIP softphone for Windows</summary>
<copyright>Copyright © ContactPoint 2021</copyright>
<tags>voip voip-application softphone windows-forms sip pjsip pjsua asterisk phone telephony telephone plugin plugins</tags>
</metadata>
<files>
<file src="Plugins\ContactsUI\ContactPoint.Plugins.ContactsUi.dll" target="lib\net472" />
<file src="Plugins\ContactsUI\ContactPoint.Plugins.ContactsUi.pdb" target="lib\net472" />
</files>
</package>