-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnuget.nuspec
More file actions
35 lines (34 loc) · 1.95 KB
/
nuget.nuspec
File metadata and controls
35 lines (34 loc) · 1.95 KB
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
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.6.0</version>
<id>datatables.net-rowgroup-jqui</id>
<description>This is RowGroup for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-RowGroup-jQueryUI.git"/>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags>RowGroup Row Grouping jQuery UI jQueryUI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-rowgroup" version="1.5.2"/>
<dependency id="datatables.net-jqui" version="2.3.2"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
</contentFiles>
</metadata>
<files>
<file src="js/rowGroup.jqueryui.js" target="content\Scripts"/>
<file src="js/rowGroup.jqueryui.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/rowGroup.jqueryui.min.js" target="content\Scripts"/>
<file src="js/rowGroup.jqueryui.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/rowGroup.jqueryui.min.mjs" target="content\Scripts"/>
<file src="js/rowGroup.jqueryui.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/rowGroup.jqueryui.mjs" target="content\Scripts"/>
<file src="js/rowGroup.jqueryui.mjs" target="contentFiles\any\any\wwwroot\js"/>
<file src="css/rowGroup.jqueryui.css" target="content\Content"/>
<file src="css/rowGroup.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/rowGroup.jqueryui.min.css" target="content\Content"/>
<file src="css/rowGroup.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
</files>
</package>