-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKentor.jQueryWizard.1.0.2.nuspec
More file actions
23 lines (23 loc) · 1.11 KB
/
Kentor.jQueryWizard.1.0.2.nuspec
File metadata and controls
23 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Kentor.jQueryWizard</id>
<version>1.0.2</version>
<title>Kentor.jQueryWizard</title>
<authors>Johan Svärd,Albert Jungselius</authors>
<owners>Kentor AB</owners>
<licenseUrl>https://github.com/KentorIT/KentorWizard/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/KentorIT/KentorWizard</projectUrl>
<iconUrl>https://raw.githubusercontent.com/KentorIT/owin-cookie-saver/master/Kentor.OwinCookieSaver/Kentor.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This wizard provides basic wizard functionality such as next and previous step buttons.</description>
<copyright>Kentor AB</copyright>
<tags>kentor wizard jquery</tags>
<dependencies>
<dependency id="jQuery" version="1.9.1" />
</dependencies>
</metadata>
<files>
<file src="js\wizard.js" target="content\Scripts\Kentor\wizard.js" />
</files>
</package>