forked from mausch/NHWebConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNHWebConsole.nuspec
22 lines (22 loc) · 1.23 KB
/
NHWebConsole.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>NHWebConsole2</id>
<version>0.3</version>
<authors>Mauricio Scheffer</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Embedded web NHibernate console for NHibernate 2</description>
<licenseUrl>https://github.com/mausch/NHWebConsole/raw/master/license.txt</licenseUrl>
<projectUrl>https://www.ohloh.net/p/nhwebconsole</projectUrl>
<summary>NHWebConsole is an embeddable HQL/SQL console for web applications using NHibernate. Navigate your database and run any HQL/SQL query. It also has basic HQL intellisense thanks to Felice Pollano's NHibernate Workbench (http://sourceforge.net/projects/faticalabshqled/)</summary>
<language>en-US</language>
<tags>nhibernate orm web console</tags>
<dependencies>
<dependency id="NHibernate" version="[2.1.2.4000]" />
</dependencies>
</metadata>
<files>
<file src="SampleApp\bin\NHWebConsole.*" target="lib\net35"/>
<file src="web.config.transform" target="content"/>
</files>
</package>