Twitter.Bootstrap 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Twitter.Bootstrap --version 2.0.0
NuGet\Install-Package Twitter.Bootstrap -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Twitter.Bootstrap" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Twitter.Bootstrap --version 2.0.0
#r "nuget: Twitter.Bootstrap, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Twitter.Bootstrap as a Cake Addin
#addin nuget:?package=Twitter.Bootstrap&version=2.0.0

// Install Twitter.Bootstrap as a Cake Tool
#tool nuget:?package=Twitter.Bootstrap&version=2.0.0

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with modern browsers in mind.

I've made some very minor adjustments from the repo release to allow for a more common ASP.Net web application directory structure.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on Twitter.Bootstrap:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
JabbR/JabbR
Collaborative chat done right
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
edumentab/cqrs-starter-kit
A starter kit for working with CQRS and intentful testing.
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
Version Downloads Last updated
3.0.1.1 148,208 11/1/2013
3.0.1 994 10/30/2013
3.0.0 14,535 8/19/2013
3.0.0-rc2 161 8/14/2013
3.0.0-rc1y 230 7/31/2013
3.0.0-rc1x 132 7/28/2013
2.3.2 68,134 5/17/2013
2.3.1 22,828 3/1/2013
2.3.0 7,982 2/13/2013
2.2.2 34,355 12/10/2012
2.2.1 4,637 10/31/2012
2.2.0 185 10/30/2012
2.1.1 10,698 9/7/2012
2.1.0.1 867 8/21/2012
2.0.4.1 2,646 6/3/2012
2.0.3 2,259 4/27/2012
2.0.2 878 3/13/2012
2.0.1 1,679 2/17/2012
2.0.0 466 2/1/2012
1.4.0 1,370 11/7/2011
1.3.0 176 9/30/2011
1.2.0 106 9/2/2011
1.1.1 108 8/26/2011
1.1.0 269 8/26/2011

-Docs: major updates across the board to general structure, examples, and code snippets. Also made responsive with new media queries.
-Docs: all docs pages are now powered by Mustache templates and strings are wrapped in i18n tags for translation by the Twitter Translation Center. All changes to documentation must be done here and then compiled (similar to our CSS and LESS).
-Repo directory structure: removed the compiled CSS from the root in favor of a large direct download link on the docs homepage. Compiled CSS is in /docs/assets/css/.
-Docs and repo: one makefile, just type make in the Terminal and get updated docs and CSS.
- Upgrading from 1.4 https://twitter.github.com/bootstrap/upgrading.html