-
Notifications
You must be signed in to change notification settings - Fork 30
/
atapi.x64.nuspec
25 lines (25 loc) · 1.24 KB
/
atapi.x64.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>ATAPI.X64</id>
<title>TAPI2 64-bit managed library for .NET</title>
<version>2018.3.09.01</version>
<authors>Mark Smith</authors>
<owners>JulMar Technology,Inc.</owners>
<licenseUrl>https://github.com/markjulmar/atapi.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/markjulmar/atapi.net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/markjulmar/atapi.net/master/Atapi.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ATAPI is a .NET managed library wrapper for working with the Windows Telephony API (TAPI2).</description>
<releaseNotes></releaseNotes>
<copyright>(C) 2008-2024 JulMar Technology, Inc.</copyright>
<language>en-US</language>
<tags>.NET TAPI telephony telephone modem</tags>
</metadata>
<files>
<file src="src\src\bin\x64\Release\atapi.dll" target="lib\net46\atapi.dll" />
<file src="src\src\bin\x64\Release\atapi.xml" target="lib\net46\atapi.xml" />
<file src="src\src\bin\x64\Release\atapi.pdb" target="lib\net46\atapi.pdb" />
<file src="atapi.png" target="atapi.png" />
</files>
</package>