-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBootstrap.Switch.nuspec
22 lines (22 loc) · 1.09 KB
/
Bootstrap.Switch.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 >
<metadata>
<id>Bootstrap.Switch</id>
<title>Bootstrap Switch</title>
<version>@build.number@</version>
<authors>Mattia Larentis</authors>
<owners>Brian Lachniet</owners>
<licenseUrl>https://github.com/Bttstrp/bootstrap-switch/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Bttstrp/bootstrap-switch</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Turn checkboxes and radio buttons in toggle switches. Please report NuGet package issues to https://github.com/blachniet/bootstrap-switch-nuget/issues.</description>
<summary>Turn checkboxes and radio buttons in toggle switches.</summary>
<releaseNotes>See https://github.com/Bttstrp/bootstrap-switch.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>bootstrap switch javascript js</tags>
</metadata>
<files>
<file src="node_modules\bootstrap-switch\dist\js\*" target="Content\Scripts" />
<file src="node_modules\bootstrap-switch\dist\css\**\*" target="Content\Content\bootstrap-switch" />
</files>
</package>