-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGribble.nuspec
19 lines (19 loc) · 924 Bytes
/
Gribble.nuspec
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>gribble</id>
<version>0.0.0.0</version>
<title>Gribble ORM</title>
<authors>Mike O'Brien</authors>
<description>Gribble is a simple, Linq enabled ORM designed to work with dynamically created tables.</description>
<releaseNotes />
<copyright />
<language>en-US</language>
<licenseUrl>https://github.com/mikeobrien/Gribble/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mikeobrien/Gribble</projectUrl>
<owners>Mike O'Brien</owners>
<summary>Gribble is a simple, Linq enabled ORM designed to work with dynamically created tables.</summary>
<iconUrl>https://github.com/mikeobrien/Gribble/raw/master/misc/logo.png</iconUrl>
<tags>orm dal sql</tags>
</metadata>
</package>