BootstrapBlazor 7.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BootstrapBlazor --version 7.3.0
NuGet\Install-Package BootstrapBlazor -Version 7.3.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="BootstrapBlazor" Version="7.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootstrapBlazor --version 7.3.0
#r "nuget: BootstrapBlazor, 7.3.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 BootstrapBlazor as a Cake Addin
#addin nuget:?package=BootstrapBlazor&version=7.3.0

// Install BootstrapBlazor as a Cake Tool
#tool nuget:?package=BootstrapBlazor&version=7.3.0

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Github build Repo Size Commit Date codecov


Features

  • Enterprise-class UI designed for web applications.
  • A set of high-quality Blazor components out of the box.
  • Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
  • Supports Progressive Web Applications (PWA).
  • Build with C#, a multi-paradigm static language for an efficient development experience.
  • .NET Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Supports NET5. (Server-Side, WASM)
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website website

Installation Guide

git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run

Create a new project from the dotnet new template

  1. Install the template

dotnet new install Bootstrap.Blazor.Templates::*

  1. Create the Boilerplate project with the template

dotnet new bbapp

Install Bootstrap Blazor Project Template

  1. Download Project Template

Microsoft Market link

  1. Double Click BootstrapBlazor.UITemplate.vsix

Import Bootstrap Blazor into an existing project

  1. Go to the project folder of the application and install the Nuget package reference

dotnet add package BootstrapBlazor

  1. Add the stylesheet javascripts file to your main index file - Pages/_Host.cshtml (Server) or wwwroot/index.html (WebAssembly)

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    . . .
    <link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css">
</head>
<body>
    . . .
    <script src="_framework/blazor.server.js"></script>
    <script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
</body>
</html>
  1. Open the ~/Startup.cs file in the and register the Bootstrap Blazor service:

C#

namespace BootstrapBlazorAppName
{
    public class Startup
    {
        public void ConfigureServices(IServiceCollection services)
        {
            //more code may be present here
            services.AddBootstrapBlazor();
        }

        //more code may be present here
    }
}

Visual Studio Integration

To create a new Bootstrap Blazor UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of Bootstrap Blazor for Blazor and lists them in the Version combobox—this enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.

  1. Get the Wizard

To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:

  • Visual Studio Marketplace (for Windows)
  1. Start the Wizard

To start the wizard, use either of the following approaches

Using the Project menu:

  • Click File > New > Project.
  • Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
  • Follow the wizard.
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (47)

Showing the top 5 NuGet packages that depend on BootstrapBlazor:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

BootstrapBlazor.FontAwesome

Bootstrap UI components extensions of FontAwesome

HandeSoft.Blazor

Package Description

BootstrapBlazor.Chart

Bootstrap UI components extensions of Chart.js

BootstrapBlazor.Markdown

Bootstrap UI components extensions of Markdown

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on BootstrapBlazor:

Repository Stars
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
ArgoZhang/BootstrapAdmin
BootstrapAdmin - Free Premium Admin control Panel Based On Bootstrap 4.x
yupingyong/kite.gateway
基于Yarp的Api网关
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
Version Downloads Last updated
8.3.9 0 3/28/2024
8.3.8 239 3/26/2024
8.3.8-beta01 26 3/27/2024
8.3.7 178 3/25/2024
8.3.6 125 3/25/2024
8.3.5 138 3/24/2024
8.3.5-beta06 129 3/20/2024
8.3.5-beta05 82 3/20/2024
8.3.4 731 3/17/2024
8.3.3 652 3/12/2024
8.3.2-beta03 151 3/9/2024
8.3.1 607 3/6/2024
8.3.0 715 2/29/2024
8.2.5 757 2/27/2024
8.2.4 481 2/23/2024
8.2.3 1,830 2/14/2024
8.2.2 1,261 2/5/2024
8.2.1 890 2/1/2024
8.2.0 509 1/31/2024
8.1.9 1,239 1/25/2024
8.1.8 556 1/24/2024
8.1.7 1,900 1/17/2024
8.1.6 1,010 1/13/2024
8.1.5 1,653 1/8/2024
8.1.4 827 1/7/2024
8.1.2 858 1/4/2024
8.1.1 722 1/3/2024
8.1.0 805 1/2/2024
8.0.6 3,420 12/15/2023
8.0.5 1,444 12/10/2023
8.0.4 1,967 12/1/2023
8.0.3 1,743 11/24/2023
8.0.2 2,878 11/20/2023
8.0.1 839 11/18/2023
8.0.0 4,548 11/15/2023
7.12.1 2,872 11/10/2023
7.12.0 3,169 10/31/2023
7.11.2 1,604 10/25/2023
7.11.1 2,806 10/15/2023
7.11.0 3,748 9/29/2023
7.10.8 1,080 9/28/2023
7.10.7 6,036 9/15/2023
7.10.6 917 9/15/2023
7.10.5 1,077 9/14/2023
7.10.4 2,339 9/7/2023
7.10.3 1,539 9/3/2023
7.10.2 2,166 8/31/2023
7.10.1 1,081 8/31/2023
7.10.0 3,345 8/30/2023
7.9.3 2,456 8/27/2023
7.9.2 2,814 8/22/2023
7.9.1 4,478 8/10/2023
7.9.0 5,771 7/30/2023
7.8.11 2,559 7/27/2023
7.8.10 1,454 7/24/2023
7.8.9 1,660 7/19/2023
7.8.8 1,638 7/19/2023
7.8.7 1,170 7/18/2023
7.8.6 7,956 7/12/2023
7.8.5 1,221 7/11/2023
7.8.4 1,871 7/7/2023
7.8.3 1,397 7/6/2023
7.8.2 1,901 7/4/2023
7.8.1 1,370 7/3/2023
7.8.0 3,143 6/30/2023
7.7.7 1,788 6/26/2023
7.7.6 1,347 6/25/2023
7.7.5 1,514 6/22/2023
7.7.1 4,513 6/7/2023
7.7.0 4,841 6/1/2023
7.6.7 1,093 6/1/2023
7.6.6 7,299 5/18/2023
7.6.5 2,997 5/17/2023
7.6.4 1,356 5/16/2023
7.6.3 3,468 5/14/2023
7.6.2 7,833 5/5/2023
7.6.1 3,959 5/3/2023
7.6.0 1,744 5/2/2023
7.5.7 1,876 4/26/2023
7.5.6 1,855 4/26/2023
7.5.5 7,136 4/18/2023
7.5.4 5,688 4/14/2023
7.5.3 1,524 4/12/2023
7.5.2 1,761 4/11/2023
7.5.1 2,074 4/9/2023
7.5.0 3,562 4/3/2023
7.4.5 2,765 3/30/2023
7.4.4 2,956 3/25/2023
7.4.3 3,929 3/16/2023
7.4.2 4,220 3/9/2023
7.4.1 2,587 3/7/2023
7.4.0 3,346 3/2/2023
7.3.0 10,960 2/3/2023
7.2.5 2,961 1/31/2023
7.2.4 8,486 1/19/2023
7.2.3 1,541 1/15/2023
7.2.2 3,922 1/8/2023
7.2.1 4,054 1/6/2023
7.2.0 2,721 1/4/2023
7.1.8 3,862 12/24/2022
7.1.7 3,726 12/19/2022
7.1.6 4,281 12/14/2022
7.1.5 4,206 12/10/2022
7.1.4 2,145 12/8/2022
7.1.3 3,094 12/7/2022
7.1.2 2,557 12/7/2022
7.1.1 6,563 12/5/2022
7.1.0 2,376 12/3/2022
7.0.10 3,435 12/2/2022
7.0.9 3,221 11/30/2022
7.0.8 2,055 11/29/2022
7.0.7 3,712 11/24/2022
7.0.6 2,491 11/22/2022
7.0.5 3,119 11/21/2022
7.0.4 1,885 11/21/2022
7.0.3 6,415 11/18/2022
7.0.2 3,544 11/16/2022
7.0.1 3,059 11/16/2022
7.0.0 14,036 11/9/2022
6.12.0 5,938 11/5/2022
6.11.31 6,491 11/1/2022
6.11.29 2,898 10/28/2022
6.11.28 2,359 10/26/2022
6.11.27 2,247 10/25/2022
6.11.22 2,273 10/24/2022
6.11.21 1,620 10/23/2022
6.11.20 4,070 10/21/2022
6.11.19 4,118 10/20/2022
6.11.18 4,321 10/19/2022
6.11.17 5,905 10/18/2022
6.11.15 3,634 10/17/2022
6.11.14 4,438 10/15/2022
6.11.12 3,741 10/14/2022
6.11.11 3,745 10/14/2022
6.11.10 1,568 10/14/2022
6.11.9 2,178 10/13/2022
6.11.8 2,338 10/13/2022
6.11.7 4,665 10/11/2022
6.11.6 2,858 10/11/2022
6.11.5 3,757 10/10/2022
6.11.4 3,030 10/9/2022
6.11.3 3,335 10/9/2022
6.11.2 2,295 10/8/2022
6.11.1 2,071 10/8/2022
6.11.0 14,759 10/6/2022
6.10.11 2,749 10/4/2022
6.10.10 3,838 9/29/2022
6.10.9 2,453 9/28/2022
6.10.8 3,245 9/27/2022
6.10.7 5,158 9/23/2022
6.10.6 3,774 9/21/2022
6.10.5 2,998 9/16/2022
6.10.4 2,547 9/14/2022
6.10.3 4,241 9/14/2022
6.10.2 3,524 9/12/2022
6.10.1 2,314 9/11/2022
6.10.0 2,443 9/9/2022
6.9.18 2,447 9/8/2022
6.9.17 2,065 9/7/2022
6.9.16 23,989 9/5/2022
6.9.15 2,672 9/3/2022
6.9.14 2,093 9/1/2022
6.9.13 3,499 8/30/2022
6.9.12 3,312 8/29/2022
6.9.11 4,380 8/28/2022
6.9.10 4,058 8/25/2022
6.9.9 7,203 8/24/2022
6.9.8 23,710 8/23/2022
6.9.7 3,899 8/23/2022
6.9.6 4,390 8/21/2022
6.9.5 3,917 8/20/2022
6.9.4 3,953 8/19/2022
6.9.3 3,274 8/18/2022
6.9.2 2,912 8/17/2022
6.9.0 3,894 8/12/2022
6.8.25 3,505 8/7/2022
6.8.24 2,198 8/5/2022
6.8.23 2,185 8/4/2022
6.8.22 2,055 8/4/2022
6.8.21 2,484 8/3/2022
6.8.17 5,526 7/24/2022
6.8.16 2,040 7/22/2022
6.8.15 2,633 7/21/2022
6.8.14 2,048 7/21/2022
6.8.13 56,755 7/19/2022
6.8.12 3,965 7/18/2022
6.8.11 51,632 7/17/2022
6.8.10 3,391 7/13/2022
6.8.9 4,255 7/12/2022
6.8.8 2,596 7/11/2022
6.8.7 1,751 7/11/2022
6.8.6 1,648 7/11/2022
6.8.5 1,629 7/11/2022
6.8.4 2,593 7/11/2022
6.8.3 11,162 7/8/2022
6.8.2 2,147 7/7/2022
6.8.1 2,017 7/7/2022
6.8.0 3,557 7/6/2022
6.7.31 26,483 7/5/2022
6.7.30 1,949 7/4/2022
6.7.29 2,271 7/1/2022
6.7.28 9,591 6/29/2022
6.7.27 2,307 6/27/2022
6.7.26 2,815 6/27/2022
6.7.25 1,525 6/26/2022
6.7.24 3,033 6/24/2022
6.7.23 2,953 6/23/2022
6.7.22 2,668 6/22/2022
6.7.21 2,453 6/21/2022
6.7.20 3,675 6/21/2022
6.7.19 2,340 6/20/2022
6.7.18 3,935 6/20/2022
6.7.17 2,786 6/18/2022
6.7.16 2,340 6/17/2022
6.7.15 2,440 6/16/2022
6.7.14 2,293 6/14/2022
6.7.13 1,924 6/14/2022
6.7.12 1,970 6/14/2022
6.7.11 2,031 6/13/2022
6.7.10 33,787 6/13/2022
6.7.9 3,331 6/9/2022
6.7.8 1,591 6/8/2022
6.7.7 2,699 6/7/2022
6.7.5 44,326 6/5/2022
6.7.4 2,669 6/5/2022
6.7.3 52,176 6/4/2022
6.7.2 2,605 6/3/2022
6.7.1 2,108 6/2/2022
6.7.0 3,627 6/1/2022
6.6.22 2,222 5/31/2022
6.6.21 1,817 5/31/2022
6.6.20 2,230 5/30/2022
6.6.19 2,407 5/29/2022
6.6.18 90,506 5/28/2022
6.6.17 2,699 5/26/2022
6.6.16 2,456 5/25/2022
6.6.15 2,503 5/25/2022
6.6.14 2,234 5/24/2022
6.6.13 2,120 5/24/2022
6.6.12 2,423 5/23/2022
6.6.11 78,638 5/21/2022
6.6.10 2,801 5/20/2022
6.6.9 2,190 5/19/2022
6.6.8 2,624 5/19/2022
6.6.8-beta01 6,385 10/9/2022
6.6.7 5,116 5/13/2022
6.6.6 6,248 5/10/2022
6.6.5 4,490 5/9/2022
6.6.4 6,236 5/8/2022
6.6.3 4,026 5/6/2022
6.6.2 3,988 5/5/2022
6.6.1 3,107 5/4/2022
6.6.0 2,764 5/4/2022
6.5.20 2,700 5/3/2022
6.5.19 2,956 5/2/2022
6.5.18 3,228 5/2/2022
6.5.17 3,122 5/1/2022
6.5.16 3,032 4/29/2022
6.5.15 3,037 4/29/2022
6.5.14 3,069 4/28/2022
6.5.13 2,952 4/28/2022
6.5.12 3,714 4/26/2022
6.5.11 2,799 4/23/2022
6.5.10 6,744 4/20/2022
6.5.9 2,303 4/19/2022
6.5.8 2,526 4/19/2022
6.5.7 2,428 4/18/2022
6.5.6 2,591 4/18/2022
6.5.5 2,491 4/17/2022
6.5.4 2,317 4/17/2022
6.5.3 3,605 4/15/2022
6.5.2 2,831 4/14/2022
6.5.1 2,771 4/13/2022
6.5.0 4,138 4/6/2022
6.4.18 2,704 4/5/2022
6.4.17 2,589 4/4/2022
6.4.16 2,999 4/3/2022
6.4.15 2,961 4/3/2022
6.4.14 2,954 4/3/2022
6.4.13 2,972 4/2/2022
6.4.12 3,953 4/1/2022
6.4.11 3,447 4/1/2022
6.4.10 3,608 3/31/2022
6.4.9 3,728 3/29/2022
6.4.8 3,484 3/29/2022
6.4.7 3,880 3/25/2022
6.4.6 4,524 3/21/2022
6.4.5 3,727 3/18/2022
6.4.4 2,030 3/14/2022
6.4.2 3,317 3/8/2022
6.4.1 4,411 3/7/2022
6.4.0 7,065 3/3/2022
6.3.4 3,983 3/3/2022
6.3.3 6,498 2/24/2022
6.3.2 4,528 2/22/2022
6.3.1 4,751 2/14/2022
6.3.0 6,271 2/9/2022
6.2.8 8,217 1/19/2022
6.2.7 4,235 1/17/2022
6.2.6 4,650 1/9/2022
6.2.5 5,839 1/9/2022
6.2.4 4,059 1/9/2022
6.2.3 5,852 1/8/2022
6.2.2 4,081 1/7/2022
6.2.1 5,808 1/6/2022
6.2.0 5,786 1/6/2022
6.1.1 6,472 12/23/2021
6.1.0 9,882 12/9/2021
6.0.18 2,599 12/8/2021
6.0.17 2,707 12/7/2021
6.0.16 2,529 12/6/2021
6.0.15 2,345 12/4/2021
6.0.14 2,793 12/3/2021
6.0.13 2,289 12/2/2021
6.0.11 5,053 11/30/2021
6.0.10 2,273 11/30/2021
6.0.9 2,346 11/29/2021
6.0.8 2,693 11/26/2021
6.0.7 5,248 11/25/2021
6.0.6 6,214 11/24/2021
6.0.5 2,124 11/21/2021
6.0.4 1,817 11/19/2021
6.0.3 2,162 11/14/2021
6.0.2 1,851 11/12/2021
6.0.1 1,884 11/11/2021
6.0.0 10,614 11/11/2021
5.18.4 5,621 11/8/2021
5.18.3 4,548 11/7/2021
5.18.2 4,559 11/6/2021
5.18.1 4,951 11/4/2021
5.18.0 6,945 11/4/2021
5.17.5 4,487 11/3/2021
5.17.4 2,940 11/3/2021
5.17.3 2,890 11/2/2021
5.17.2 3,121 10/30/2021
5.17.1 1,677 10/28/2021
5.17.0 7,090 10/28/2021
5.16.4 2,949 10/27/2021
5.16.3 3,188 10/23/2021
5.16.2 2,291 10/22/2021
5.16.1 2,335 10/22/2021
5.16.0 4,892 10/21/2021
5.15.9 2,285 10/20/2021
5.15.8 2,344 10/20/2021
5.15.7 2,278 10/19/2021
5.15.6 1,861 10/19/2021
5.15.5 1,903 10/18/2021
5.15.4 1,903 10/17/2021
5.15.3 1,945 10/17/2021
5.15.2 1,553 10/17/2021
5.15.1 1,844 10/16/2021
5.15.0 3,313 10/14/2021
5.14.8 2,896 10/12/2021
5.14.7 2,281 10/11/2021
5.14.6 2,767 10/11/2021
5.14.5 3,057 10/11/2021
5.14.4 3,154 10/10/2021
5.14.3 1,828 10/9/2021
5.14.2 2,018 10/7/2021
5.14.1 1,942 10/7/2021
5.14.0 4,109 10/6/2021
5.13.2 2,107 10/6/2021
5.13.1 1,800 10/2/2021
5.13.0 7,452 9/30/2021
5.12.7 2,227 9/28/2021
5.12.5 2,228 9/27/2021
5.12.4 2,254 9/26/2021
5.12.3 2,380 9/25/2021
5.12.2 1,905 9/24/2021
5.12.1 2,824 9/23/2021
5.12.0 7,831 9/23/2021
5.11.4-beta01 1,159 9/22/2021
5.11.3 1,625 9/22/2021
5.11.2 2,502 9/21/2021
5.11.2-beta06 1,134 9/18/2021
5.11.2-beta05 1,142 9/18/2021
5.11.2-beta04 1,199 9/18/2021
5.11.2-beta03 1,151 9/18/2021
5.11.2-beta02 1,187 9/18/2021
5.11.2-beta01 1,190 9/17/2021
5.11.1 2,669 9/20/2021
5.11.0 7,263 9/16/2021
5.10.9-beta01 1,136 9/15/2021
5.10.8 3,222 9/14/2021
5.10.7 2,460 9/14/2021
5.10.6 2,466 9/12/2021
5.10.5 1,900 9/11/2021
5.10.4 1,847 9/11/2021
5.10.3 1,889 9/11/2021
5.10.3-beta01 1,134 9/10/2021
5.10.2 2,096 9/10/2021
5.10.2-beta02 1,133 9/10/2021
5.10.2-beta01 1,200 9/10/2021
5.10.1 1,924 9/9/2021
5.10.0 1,865 9/9/2021
5.9.5 1,807 9/8/2021
5.9.4 1,790 9/8/2021
5.9.3 1,749 9/7/2021
5.9.2 1,814 9/7/2021
5.9.1 2,279 9/3/2021
5.9.0 1,693 9/2/2021
5.8.5 1,581 9/1/2021
5.8.4 1,779 8/30/2021
5.8.3 1,711 8/29/2021
5.8.2 2,161 8/28/2021
5.8.1 2,126 8/27/2021
5.8.0 2,161 8/26/2021
5.7.5 1,966 8/25/2021
5.7.4 1,945 8/24/2021
5.7.3 2,070 8/23/2021
5.7.2 2,072 8/22/2021
5.7.1 2,339 8/19/2021
5.7.0 3,706 8/19/2021
5.6.8 2,974 8/17/2021
5.6.7 2,831 8/17/2021
5.6.6 3,487 8/15/2021
5.6.5 4,694 8/14/2021
5.6.4 2,651 8/13/2021
5.6.3 2,585 8/13/2021
5.6.2 2,666 8/13/2021
5.6.1 2,611 8/12/2021
5.6.0 3,357 8/12/2021
5.5.5 2,865 8/12/2021
5.5.5-beta06 1,145 8/11/2021
5.5.5-beta03 1,049 8/11/2021
5.5.5-beta02 1,097 8/11/2021
5.5.5-beta01 1,111 8/11/2021
5.5.4 2,903 8/10/2021
5.5.3 2,762 8/9/2021
5.5.2 3,210 8/9/2021
5.5.2-beta02 2,794 8/8/2021
5.5.2-beta01 2,461 8/7/2021
5.5.1 2,794 8/5/2021
5.5.0 3,565 8/4/2021
5.4.8-beta01 2,444 8/4/2021
5.4.7 2,833 8/4/2021
5.4.6 3,490 8/3/2021
5.4.6-beta05 3,043 8/2/2021
5.4.5 2,778 8/1/2021
5.4.4 2,673 8/1/2021
5.4.3 2,891 7/31/2021
5.4.2 2,536 7/30/2021
5.4.1 3,443 7/29/2021
5.4.0 3,129 7/29/2021
5.3.6 3,000 7/28/2021
5.3.5 3,035 7/28/2021
5.3.4 2,945 7/27/2021
5.3.3 2,218 7/26/2021
5.3.2 3,144 7/24/2021
5.3.1 2,830 7/23/2021
5.3.0 2,573 7/22/2021
5.2.5 2,876 7/21/2021
5.2.4 2,401 7/21/2021
5.2.3 2,596 7/18/2021
5.2.2 2,450 7/18/2021
5.2.1 2,480 7/17/2021
5.2.0 2,095 7/17/2021
5.1.4 2,237 7/14/2021
5.1.3 2,153 7/13/2021
5.1.2 2,350 7/12/2021
5.1.1 2,677 7/9/2021
5.1.0 2,693 7/9/2021
5.0.38 2,590 7/8/2021
5.0.38-beta06 2,336 7/7/2021
5.0.38-beta05 2,303 7/7/2021
5.0.38-beta04 2,233 7/6/2021
5.0.38-beta03 1,983 7/5/2021
5.0.38-beta02 1,832 7/4/2021
5.0.38-beta01 1,713 7/2/2021
5.0.37 2,525 7/1/2021
5.0.37-beta04 1,776 6/29/2021
5.0.37-beta03 1,744 6/28/2021
5.0.37-beta02 1,806 6/26/2021
5.0.37-beta01 1,813 6/26/2021
5.0.36 2,977 6/23/2021
5.0.36-beta10 1,768 6/23/2021
5.0.36-beta09 2,119 6/22/2021
5.0.36-beta08 2,116 6/22/2021
5.0.36-beta07 2,246 6/21/2021
5.0.36-beta06 2,133 6/20/2021
5.0.36-beta05 2,400 6/20/2021
5.0.36-beta04 2,440 6/19/2021
5.0.36-beta03 2,543 6/19/2021
5.0.36-beta02 2,148 6/18/2021
5.0.36-beta01 2,063 6/17/2021
5.0.35 3,792 6/17/2021
5.0.35-beta03 2,128 6/16/2021
5.0.35-beta02 2,024 6/15/2021
5.0.35-beta01 1,970 6/12/2021
5.0.34 4,014 6/10/2021
5.0.34-beta04 2,401 6/9/2021
5.0.34-beta03 2,162 6/6/2021
5.0.34-beta01 1,952 6/4/2021
5.0.33 5,993 6/3/2021
5.0.33-beta06 2,915 6/1/2021
5.0.33-beta05 1,424 5/31/2021
5.0.33-beta04 1,425 5/31/2021
5.0.33-beta03 2,161 5/31/2021
5.0.33-beta02 2,863 5/30/2021
5.0.33-beta01 2,229 5/29/2021
5.0.32 5,766 5/27/2021
5.0.32-beta06 2,071 5/26/2021
5.0.32-beta05 1,875 5/26/2021
5.0.32-beta04 1,841 5/25/2021
5.0.32-beta03 1,865 5/25/2021
5.0.32-beta02 2,029 5/24/2021
5.0.32-beta01 1,833 5/23/2021
5.0.31 7,855 5/20/2021
5.0.31-beta03 1,824 5/20/2021
5.0.31-beta02 5,914 5/16/2021
5.0.31-beta01 4,071 5/14/2021
5.0.30 9,053 5/13/2021
5.0.30-beta05 4,811 5/11/2021
5.0.30-beta04 2,643 5/10/2021
5.0.30-beta03 4,204 5/7/2021
5.0.30-beta02 4,342 5/7/2021
5.0.30-beta01 4,957 5/6/2021
5.0.29 6,346 5/6/2021
5.0.29-beta06 4,787 5/5/2021
5.0.29-beta05 4,247 5/4/2021
5.0.29-beta04 4,692 5/3/2021
5.0.29-beta03 4,207 5/3/2021
5.0.29-beta02 4,772 5/1/2021
5.0.29-beta01 2,005 4/30/2021
5.0.28 5,487 4/29/2021
5.0.28-beta02 3,542 4/26/2021
5.0.28-beta01 5,245 4/23/2021
5.0.27 7,741 4/22/2021
5.0.27-beta07 8,600 4/20/2021
5.0.27-beta06 8,546 4/20/2021
5.0.27-beta05 8,543 4/19/2021
5.0.27-beta04 8,467 4/19/2021
5.0.27-beta03 8,487 4/18/2021
5.0.27-beta02 8,528 4/17/2021
5.0.27-beta01 7,989 4/15/2021
5.0.26 9,798 4/15/2021
5.0.26-beta08 7,797 4/14/2021
5.0.26-beta07 6,215 4/14/2021
5.0.26-beta06 4,597 4/13/2021
5.0.26-beta05 1,369 4/12/2021
5.0.26-beta04 1,307 4/11/2021
5.0.26-beta03 1,400 4/10/2021
5.0.26-beta02 1,379 4/9/2021
5.0.26-beta01 1,404 4/8/2021
5.0.25 9,589 4/8/2021
5.0.24 3,917 4/8/2021
5.0.24-beta07 1,460 4/7/2021
5.0.24-beta06 1,513 4/5/2021
5.0.24-beta05 1,515 4/5/2021
5.0.24-beta04 1,897 4/4/2021
5.0.24-beta03 1,374 4/4/2021
5.0.24-beta02 1,443 4/3/2021
5.0.24-beta01 1,517 4/1/2021
5.0.23 11,561 4/1/2021
5.0.23-beta15 1,406 4/1/2021
5.0.23-beta14 1,306 3/31/2021
5.0.23-beta13 1,282 3/31/2021
5.0.23-beta12 1,364 3/30/2021
5.0.23-beta11 1,314 3/29/2021
5.0.23-beta10 1,282 3/28/2021
5.0.23-beta09 1,251 3/28/2021
5.0.23-beta08 1,347 3/28/2021
5.0.23-beta07 1,341 3/27/2021
5.0.23-beta06 1,471 3/27/2021
5.0.23-beta05 1,250 3/26/2021
5.0.23-beta04 1,163 3/26/2021
5.0.23-beta03 1,252 3/26/2021
5.0.23-beta01 1,235 3/25/2021
5.0.22 10,925 3/24/2021
5.0.22-beta04 1,315 3/23/2021
5.0.22-beta03 1,304 3/21/2021
5.0.22-beta02 1,420 3/21/2021
5.0.22-beta01 1,466 3/19/2021
5.0.21 11,125 3/18/2021
5.0.21-beta01 1,619 3/18/2021
5.0.20 4,712 3/18/2021
5.0.20-beta07 1,475 3/17/2021
5.0.20-beta06 1,464 3/16/2021
5.0.20-beta05 1,638 3/15/2021
5.0.20-beta04 1,510 3/15/2021
5.0.20-beta03 1,433 3/13/2021
5.0.20-beta02 1,515 3/12/2021
5.0.20-beta01 1,613 3/11/2021
5.0.19 11,736 3/10/2021
5.0.19-beta07 1,513 3/10/2021
5.0.19-beta06 1,460 3/9/2021
5.0.19-beta05 1,421 3/9/2021
5.0.19-beta04 1,500 3/8/2021
5.0.19-beta03 1,499 3/7/2021
5.0.19-beta02 1,373 3/7/2021
5.0.19-beta01 1,490 3/5/2021
5.0.18 11,163 3/4/2021
5.0.18-beta04 1,599 3/3/2021
5.0.18-beta03 1,609 2/27/2021
5.0.18-beta02 1,423 2/26/2021
5.0.18-beta01 1,665 2/26/2021
5.0.17 10,445 2/25/2021
5.0.17-beta03 1,595 2/24/2021
5.0.17-beta02 1,540 2/23/2021
5.0.17-beta01 2,202 2/21/2021
5.0.16 10,053 2/18/2021
5.0.16-beta02 1,758 2/17/2021
5.0.16-beta01 1,755 2/11/2021
5.0.15 5,665 2/10/2021
5.0.15-beta10 1,649 2/10/2021
5.0.15-beta09 1,491 2/9/2021
5.0.15-beta08 1,676 2/8/2021
5.0.15-beta07 1,468 2/7/2021
5.0.15-beta06 1,371 2/7/2021
5.0.15-beta05 1,361 2/6/2021
5.0.15-beta04 1,303 2/5/2021
5.0.15-beta03 1,205 2/5/2021
5.0.15-beta02 1,277 2/5/2021
5.0.15-beta01 1,165 2/4/2021
5.0.14 2,810 2/4/2021
5.0.14-beta07 1,196 2/3/2021
5.0.14-beta06 1,206 2/3/2021
5.0.14-beta05 1,253 2/1/2021
5.0.14-beta04 1,208 2/1/2021
5.0.14-beta03 1,270 2/1/2021
5.0.14-beta02 1,284 1/30/2021
5.0.14-beta01 1,304 1/30/2021
5.0.13 4,289 1/28/2021
5.0.13-beta05 1,590 1/27/2021
5.0.13-beta04 1,487 1/25/2021
5.0.13-beta03 1,563 1/25/2021
5.0.13-beta02 1,599 1/24/2021
5.0.13-beta01 1,527 1/22/2021
5.0.12 3,204 1/21/2021
5.0.12-beta14 1,532 1/20/2021
5.0.12-beta13 1,539 1/19/2021
5.0.12-beta12 1,559 1/18/2021
5.0.12-beta11 1,532 1/18/2021
5.0.12-beta10 1,520 1/17/2021
5.0.12-beta09 1,771 1/17/2021
5.0.12-beta08 1,525 1/15/2021
5.0.12-beta07 1,542 1/15/2021
5.0.12-beta06 1,555 1/15/2021
5.0.12-beta05 1,500 1/15/2021
5.0.12-beta04 1,497 1/15/2021
5.0.12-beta03 1,495 1/14/2021
5.0.12-beta02 1,547 1/14/2021
5.0.12-beta01 1,609 1/14/2021
5.0.11 3,703 1/14/2021
5.0.11-beta05 1,627 1/9/2021
5.0.11-beta04 1,542 1/9/2021
5.0.11-beta03 1,561 1/9/2021
5.0.11-beta02 1,537 1/8/2021
5.0.11-beta01 1,542 1/7/2021
5.0.10 2,741 1/7/2021
5.0.10-beta05 1,560 1/4/2021
5.0.10-beta04 1,515 1/4/2021
5.0.10-beta03 1,596 1/4/2021
5.0.10-beta02 1,605 1/3/2021
5.0.10-beta01 1,538 1/3/2021
5.0.9 3,394 1/1/2021
5.0.9-beta08 1,595 12/31/2020
5.0.9-beta07 1,503 12/30/2020
5.0.9-beta06 1,623 12/29/2020
5.0.9-beta05 1,475 12/29/2020
5.0.9-beta04 1,501 12/28/2020
5.0.9-beta03 1,487 12/27/2020
5.0.9-beta02 1,604 12/27/2020
5.0.9-beta01 1,596 12/26/2020
5.0.8 3,231 12/25/2020
5.0.8-beta09 1,664 12/23/2020
5.0.8-beta08 1,739 12/22/2020
5.0.8-beta07 1,623 12/22/2020
5.0.8-beta06 1,737 12/21/2020
5.0.8-beta05 1,746 12/20/2020
5.0.8-beta04 1,746 12/19/2020
5.0.8-beta03 1,689 12/18/2020
5.0.8-beta02 1,668 12/18/2020
5.0.8-beta01 1,702 12/18/2020
5.0.7 3,198 12/18/2020
5.0.7-beta05 1,717 12/16/2020
5.0.7-beta04 1,688 12/15/2020
5.0.7-beta03 1,630 12/14/2020
5.0.7-beta02 1,693 12/13/2020
5.0.7-beta01 1,716 12/12/2020
5.0.6 3,460 12/11/2020
5.0.6-beta06 1,683 12/10/2020
5.0.6-beta05 1,737 12/10/2020
5.0.6-beta04 1,686 12/8/2020
5.0.6-beta03 1,642 12/7/2020
5.0.6-beta02 1,706 12/5/2020
5.0.6-beta01 1,695 12/4/2020
5.0.5 2,563 12/4/2020
5.0.5-beta10 1,694 12/4/2020
5.0.5-beta09 1,574 12/3/2020
5.0.5-beta08 1,678 12/2/2020
5.0.5-beta07 1,653 12/2/2020
5.0.5-beta06 1,714 12/1/2020
5.0.5-beta05 1,697 11/30/2020
5.0.5-beta04 1,669 11/29/2020
5.0.5-beta03 1,737 11/29/2020
5.0.5-beta02 1,725 11/28/2020
5.0.5-beta01 1,731 11/28/2020
5.0.4 2,511 11/27/2020
5.0.4-beta06 1,703 11/26/2020
5.0.4-beta05 1,674 11/26/2020
5.0.4-beta04 1,619 11/25/2020
5.0.4-beta03 1,632 11/25/2020
5.0.4-beta02 1,687 11/25/2020
5.0.4-beta01 1,680 11/23/2020
5.0.3 2,458 11/20/2020
5.0.3-beta05 1,741 11/19/2020
5.0.3-beta04 1,747 11/16/2020
5.0.3-beta03 1,704 11/16/2020
5.0.3-beta02 1,648 11/15/2020
5.0.3-beta01 1,756 11/14/2020
5.0.2 2,764 11/12/2020
5.0.2-beta01 1,733 11/14/2020
5.0.1 2,473 11/12/2020
5.0.0 3,341 11/12/2020
5.0.0-beta01 1,721 11/11/2020
3.1.30 16,488 12/10/2020
3.1.29 5,821 11/11/2020
3.1.28 5,915 11/6/2020
3.1.28-beta03 1,779 11/2/2020
3.1.28-beta02 2,088 10/30/2020
3.1.28-beta01 2,003 10/30/2020
3.1.27 4,710 10/30/2020
3.1.27-beta06 1,768 10/29/2020
3.1.27-beta05 1,924 10/28/2020
3.1.27-beta04 1,754 10/28/2020
3.1.27-beta03 1,786 10/27/2020
3.1.27-beta02 1,698 10/26/2020
3.1.27-beta01 1,803 10/25/2020
3.1.26 4,251 10/23/2020
3.1.25 2,564 10/15/2020
3.1.25-beta02 1,765 10/15/2020
3.1.25-beta01 1,715 10/11/2020
3.1.24 2,564 10/10/2020
3.1.24-beta02 1,702 10/9/2020
3.1.24-beta01 1,704 10/8/2020
3.1.23 2,506 10/6/2020
3.1.23-beta01 1,732 9/28/2020
3.1.22 2,460 9/26/2020
3.1.22-beta02 1,747 9/23/2020
3.1.22-beta01 1,761 9/22/2020
3.1.21 2,514 9/20/2020
3.1.21-beta03 1,832 9/14/2020
3.1.21-beta02 1,882 9/13/2020
3.1.21-beta01 1,826 9/12/2020
3.1.20 2,608 9/11/2020
3.1.20-beta08 1,685 9/9/2020
3.1.20-beta07 1,697 9/9/2020
3.1.20-beta06 1,753 9/7/2020
3.1.20-beta05 1,830 9/6/2020
3.1.20-beta04 2,210 9/6/2020
3.1.20-beta03 2,189 9/6/2020
3.1.20-beta02 1,824 9/5/2020
3.1.20-beta01 1,732 9/4/2020
3.1.19-beta01 1,656 8/30/2020
3.1.18 2,408 8/28/2020
3.1.18-beta04 1,699 8/27/2020
3.1.18-beta03 1,739 8/25/2020
3.1.18-beta02 1,703 8/24/2020
3.1.18-beta01 1,605 8/23/2020
3.1.17 3,604 8/21/2020
3.1.17-beta03 1,805 8/19/2020
3.1.17-beta02 1,817 8/16/2020
3.1.17-beta01 1,833 8/15/2020
3.1.16 2,531 8/14/2020
3.1.16-beta03 1,722 8/12/2020
3.1.16-beta02 1,794 8/11/2020
3.1.16-beta01 1,775 8/9/2020
3.1.15 2,435 8/8/2020
3.1.15-beta01 1,731 8/5/2020
3.1.14 2,464 7/31/2020
3.1.14-beta01 1,823 7/26/2020
3.1.13 2,442 7/23/2020
3.1.13-beta01 1,792 7/20/2020
3.1.12 2,461 7/17/2020
3.1.12-beta08 1,674 7/16/2020
3.1.12-beta07 1,730 7/15/2020
3.1.12-beta06 1,745 7/14/2020
3.1.12-beta05 1,757 7/13/2020
3.1.12-beta04 1,758 7/13/2020
3.1.12-beta03 1,759 7/13/2020
3.1.12-beta02 1,781 7/12/2020
3.1.12-beta01 1,810 7/11/2020
3.1.11 2,451 7/10/2020
3.1.11-beta06 1,736 7/10/2020
3.1.11-beta05 1,779 7/9/2020
3.1.11-beta04 1,876 7/8/2020
3.1.11-beta03 1,732 7/8/2020
3.1.11-beta02 1,728 7/7/2020
3.1.11-beta01 1,881 7/3/2020
3.1.10 2,374 7/3/2020
3.1.10-beta08 1,809 7/2/2020
3.1.10-beta07 1,754 7/2/2020
3.1.10-beta05 1,789 6/29/2020
3.1.10-beta04 1,732 6/28/2020
3.1.10-beta03 1,727 6/27/2020
3.1.10-beta01 1,746 6/26/2020
3.1.9 2,477 6/26/2020
3.1.9-beta04 1,726 6/22/2020
3.1.9-beta02 1,739 6/21/2020
3.1.9-beta01 1,713 6/20/2020
3.1.8 2,380 6/19/2020
3.1.8-beta02 1,679 6/18/2020
3.1.8-beta01 1,820 6/13/2020
3.1.7 2,441 6/11/2020
3.1.7-beta04 1,740 6/8/2020
3.1.7-beta03 1,729 6/7/2020
3.1.7-beta02 1,859 6/7/2020
3.1.7-beta01 1,790 6/6/2020
3.1.6 2,360 6/5/2020
3.1.6-beta02 1,728 6/1/2020
3.1.6-beta01 1,666 5/30/2020
3.1.5 2,312 5/28/2020
3.1.5-beta-03 1,712 5/26/2020
3.1.5-beta-02 1,676 5/26/2020
3.1.5-beta-01 1,656 5/25/2020
3.1.4 2,445 5/22/2020
3.1.3 2,394 5/19/2020
3.1.3-beta01 1,759 5/16/2020
3.1.2 2,429 5/9/2020
3.1.2-beta02 1,718 5/3/2020
3.1.2-beta01 1,703 5/1/2020
3.1.1 2,333 4/30/2020
3.1.0 2,419 4/24/2020
3.1.0-beta02 1,730 4/21/2020
3.1.0-beta01 1,749 4/14/2020