-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtablelist-mvc.nuspec
More file actions
21 lines (21 loc) · 836 Bytes
/
Copy pathtablelist-mvc.nuspec
File metadata and controls
21 lines (21 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>tablelist-mvc</id>
<version>2.0.5</version>
<title>tablelist-mvc</title>
<authors>Hovhannes Bantikyan, Vahe Khachaturyan</authors>
<owners>bantikyan</owners>
<licenseUrl>https://github.com/bantikyan/TableList/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bantikyan/TableList</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>UI compoments for TableList.Mvc or TableList.Mvc.Core NuGet libraries.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>CRUD Table List Inline Edit MVC Core</tags>
</metadata>
<files>
<file src="dist\css\*.*" target="Content\Content" />
<file src="dist\js\*.*" target="Content\Scripts" />
</files>
</package>