aboutsummaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorSupergibbs <[email protected]>2017-01-04 13:20:10 -0800
committerMark Otto <[email protected]>2017-01-05 14:25:31 -0800
commit4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e (patch)
tree05174a50e6397802c86801aa5a94bba0c397b7d8 /nuget
parent98e55484e73aeac37fedd9cc260f4b16f9c04698 (diff)
downloadbootstrap-4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e.tar.xz
bootstrap-4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e.zip
Update nuspec to support jquery v1.9.1 - v3.x
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec6
-rw-r--r--nuget/bootstrap.sass.nuspec6
2 files changed, 6 insertions, 6 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 069db6056..bbb458263 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>bootstrap</id>
- <version>4.0.0-alpha.3</version>
+ <version>4.0.0</version>
<title>Bootstrap CSS</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
@@ -16,9 +16,9 @@
<copyright>Copyright 2017</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="3.0.0.1" />
+ <dependency id="jQuery" version="[1.9.1,4)" />
</dependencies>
- <tags>css js less mobile-first responsive front-end framework web</tags>
+ <tags>css mobile-first responsive front-end framework web</tags>
</metadata>
<files>
<file src="dist\css\*.*" target="content\Content" />
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index bae3370a8..aba443c2a 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>bootstrap.sass</id>
- <version>4.0.0-alpha.3</version>
+ <version>4.0.0</version>
<title>Bootstrap Sass</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
@@ -16,9 +16,9 @@
<copyright>Copyright 2017</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="3.0.0.1" />
+ <dependency id="jQuery" version="[1.9.1,4)" />
</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>
<files>
<file src="scss\**\*.scss" target="content\Content\bootstrap" />