-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGribble.Nhibernate.nuspec
More file actions
23 lines (23 loc) · 1013 Bytes
/
Gribble.Nhibernate.nuspec
File metadata and controls
23 lines (23 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>gribble.nhibernate</id>
<version>0.0.0.0</version>
<title>Gribble ORM NHibernate Integration</title>
<authors>Mike O'Brien</authors>
<description>Gribble NHibernate integration.</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 NHibernate integration.</summary>
<iconUrl>https://github.com/mikeobrien/Gribble/raw/master/misc/logo.png</iconUrl>
<tags>orm dal sql nhibernate</tags>
<dependencies>
<dependency id="gribble" version="1.0.0" />
<dependency id="NHibernate" version="5.1.0" />
</dependencies>
</metadata>
</package>