Blame view

vendor/kartik-v/bootstrap-fileinput/nuget/Package.nuspec 1014 Bytes
ad2e91f7   Mihail   move multyparser ...
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>bootstrap-fileinput</id>
  	<title>bootstrap-fileinput</title>
      <version>4.2.8</version>
      <authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
      <owners>Kartik Visweswaran</owners>
      <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>
      <projectUrl>https://github.com/kartik-v/bootstrap-fileinput</projectUrl>
      <iconUrl>http://getbootstrap.com/favicon.ico</iconUrl>
      <requireLicenseAcceptance>false</requireLicenseAcceptance>
      <description>An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.</description>
      <releaseNotes>https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md</releaseNotes>
      <copyright>Copyright 2015</copyright>
      <tags>bootstrap bootstrap-fileinput</tags>
      <dependencies>
        <dependency id="bootstrap" version="3.0.0" />
      </dependencies>
    </metadata>
  </package>