-
Notifications
You must be signed in to change notification settings - Fork 36
/
IPPhone.BaseDesign.WPF.nuspec
34 lines (34 loc) · 1.81 KB
/
IPPhone.BaseDesign.WPF.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IPPhone.BaseDesign.WPF</id>
<title>ContactPoint® IP Phone Base Design WPF</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 Base WPF Controls</description>
<summary>ContactPoint IP Phone Base WPF Controls</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.Core" />
<!-- <dependency id="ControlzEx" /> -->
<!-- <dependency id="MahApps.Metro" /> -->
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Xaml" targetFramework="net472" />
<frameworkAssembly assemblyName="WindowsBase" targetFramework="net472" />
<frameworkAssembly assemblyName="PresentationCore" targetFramework="net472" />
<frameworkAssembly assemblyName="PresentationFramework" targetFramework="net472" />
</frameworkAssemblies>
</metadata>
<files>
<file src="ContactPoint.BaseDesign.WPF.dll" target="lib\net472" />
<file src="ContactPoint.BaseDesign.WPF.pdb" target="lib\net472" />
</files>
</package>