-
Notifications
You must be signed in to change notification settings - Fork 37
/
InteropDotNet.nuspec
21 lines (21 loc) · 1.06 KB
/
InteropDotNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>InteropDotNet</id>
<version>0.1.0</version>
<title>InteropDotNet</title>
<authors>Andrey Akinshin</authors>
<owners>Andrey Akinshin</owners>
<licenseUrl>https://github.com/AndreyAkinshin/InteropDotNet/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/AndreyAkinshin/InteropDotNet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/AndreyAkinshin/InteropDotNet/master/InteropDotNet.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The library allows you to work with native libraries.</description>
<summary>The library allows you to work with native libraries.</summary>
<copyright>Andrey Akinshin</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="InteropDotNet\bin\Release\InteropDotNet.dll" target="lib\InteropDotNet.dll" />
</files>
</package>