Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorSupergibbs <jesse.mandel@gmail.com>2017-01-05 00:20:10 +0300
committerMark Otto <markd.otto@gmail.com>2017-01-06 01:25:31 +0300
commit4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e (patch)
tree05174a50e6397802c86801aa5a94bba0c397b7d8 /nuget
parent98e55484e73aeac37fedd9cc260f4b16f9c04698 (diff)
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 069db6056a..bbb4582639 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 bae3370a8c..aba443c2a5 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" />