-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nuspec
25 lines (25 loc) · 997 Bytes
/
.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 >
<metadata>
<id>Amigo.Portable</id>
<version>0.0.1</version>
<title>Amigo.Portable</title>
<authors>BLITZ, Adam Venturella, Dino Petrone</authors>
<owners>Adam Venturella, Dino Petrone</owners>
<licenseUrl>https://github.com/blitzagency/amigo</licenseUrl>
<projectUrl>https://github.com/blitzagency/amigo</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/989236?s=140</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Amigo SQLite ORM</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © BLITZ. All rights reserved.</copyright>
<tags></tags>
<dependencies>
<dependency id="SQLitePCL.pretty.Async"/>
</dependencies>
</metadata>
<files>
<!-- portable -->
<file src="Amigo\bin\$Configuration$\Amigo.Portable.dll" target="lib\portable-net45+win+wp80+MonoAndroid10+MonoTouch10\Amigo.Portable.dll" />
</files>
</package>