forked from MRCollective/ChameleonForms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChameleonForms.nuspec
47 lines (47 loc) · 1.75 KB
/
ChameleonForms.nuspec
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version='1.0' encoding='UTF-8'?>
<package>
<metadata>
<id>
ChameleonForms
</id>
<version>
1.0.0.0
</version>
<authors>
Robert Moore, Matthew Davies
</authors>
<description>
This library will shape-shift your forms experience in ASP.NET MVC.
It makes it really easy to tersely output a form and easily apply a different template with a single line of code.
</description>
<projectUrl>
https://github.com/MRCollective/ChameleonForms
</projectUrl>
<licenseUrl>
https://github.com/MRCollective/ChameleonForms/blob/master/LICENSE
</licenseUrl>
<iconUrl>
https://raw.github.com/MRCollective/ChameleonForms/master/logo.png
</iconUrl>
<tags>
asp.net, mvc, forms, html, template
</tags>
<language>
en-US
</language>
<dependencies>
<dependency id="Microsoft.AspNet.Mvc" version="4.0.20710.0" />
<dependency id="Humanizer" version="1.0" />
<dependency id="WebActivator" version="1.5" />
</dependencies>
</metadata>
<files>
<file src="ChameleonForms\bin\Release\ChameleonForms.dll" target="lib\NET40" />
<file src="ChameleonForms\bin\Release\ChameleonForms.pdb" target="lib\NET40" />
<file src="ChameleonForms\bin\Release\ChameleonForms.XML" target="lib\NET40" />
<file src="AppStart.cs.pp" target="content\App_Start\RegisterChameleonFormsComponents.cs.pp" />
<file src="web.config.transform" target="content\Views" />
<file src="ChameleonForms.Example\Scripts\jquery.validate.unobtrusive.chameleon.js" target="content\Scripts\jquery.validate.unobtrusive.chameleon.js" />
<file src="ChameleonForms\readme.txt" target="" />
</files>
</package>