forked from viciproject/coolstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVici.CoolStorage.nuspec
More file actions
20 lines (19 loc) · 858 Bytes
/
Vici.CoolStorage.nuspec
File metadata and controls
20 lines (19 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>vici.coolstorage</id>
<title>Vici CooolStorage</title>
<version>1.5.3</version>
<authors>Philippe Leybaert</authors>
<owners>Philippe Leybaert</owners>
<description>Lightweight ActiveRecord-inspired ORM for .NET, Windows Phone and Mono(Touch/Droid)</description>
<language>en-US</language>
<projectUrl>http://viciproject.com/</projectUrl>
<licenseUrl>http://viciproject.com/license</licenseUrl>
<iconUrl>http://dstyler.com/vici/32x32/im-_IconPlain100-w32-h32.png</iconUrl>
<tags>vici cooolstorage orm wp7 wp windowsphone mono monotouch monodroid sql sqlite</tags>
<dependencies>
<dependency id="vici.core" version="2.0.0" />
</dependencies>
</metadata>
</package>