mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
Update nuspec to support jquery v1.9.1 - v3.x
This commit is contained in:
parent
98e55484e7
commit
4d4085a59f
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>bootstrap</id>
|
<id>bootstrap</id>
|
||||||
<version>4.0.0-alpha.3</version>
|
<version>4.0.0</version>
|
||||||
<title>Bootstrap CSS</title>
|
<title>Bootstrap CSS</title>
|
||||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
@ -16,9 +16,9 @@
|
|||||||
<copyright>Copyright 2017</copyright>
|
<copyright>Copyright 2017</copyright>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="jQuery" version="3.0.0.1" />
|
<dependency id="jQuery" version="[1.9.1,4)" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<tags>css js less mobile-first responsive front-end framework web</tags>
|
<tags>css mobile-first responsive front-end framework web</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="dist\css\*.*" target="content\Content" />
|
<file src="dist\css\*.*" target="content\Content" />
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>bootstrap.sass</id>
|
<id>bootstrap.sass</id>
|
||||||
<version>4.0.0-alpha.3</version>
|
<version>4.0.0</version>
|
||||||
<title>Bootstrap Sass</title>
|
<title>Bootstrap Sass</title>
|
||||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
@ -16,9 +16,9 @@
|
|||||||
<copyright>Copyright 2017</copyright>
|
<copyright>Copyright 2017</copyright>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="jQuery" version="3.0.0.1" />
|
<dependency id="jQuery" version="[1.9.1,4)" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<tags>css js less mobile-first responsive front-end framework web</tags>
|
<tags>css sass mobile-first responsive front-end framework web</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user