-
Notifications
You must be signed in to change notification settings - Fork 14
/
Ragnar.nuspec
24 lines (23 loc) · 1.14 KB
/
Ragnar.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ragnar</id>
<version>$version$</version>
<authors>Viktor Elofsson</authors>
<owners>Viktor Elofsson</owners>
<licenseUrl>https://github.com/libragnar/ragnar/blob/master/license.txt</licenseUrl>
<projectUrl>https://github.com/libragnar/ragnar</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A managed wrapper for libtorrent.</description>
<tags>BitTorrent LibTorrent</tags>
</metadata>
<files>
<file src="build/bin/Ragnar.dll" target="lib\net45" />
<file src="build/bin/boost_chrono-vc120-mt-1_55.dll" target="content\net45" />
<file src="build/bin/boost_date_time-vc120-mt-1_55.dll" target="content\net45" />
<file src="build/bin/boost_system-vc120-mt-1_55.dll" target="content\net45" />
<file src="build/bin/boost_thread-vc120-mt-1_55.dll" target="content\net45" />
<file src="build/bin/torrent.dll" target="content\net45" />
<file src="install.ps1" target="tools\install.ps1" />
</files>
</package>