Masa.Blazor 1.0.0-preview.3

This is a prerelease version of Masa.Blazor.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Masa.Blazor --version 1.0.0-preview.3
                    
NuGet\Install-Package Masa.Blazor -Version 1.0.0-preview.3
                    
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="Masa.Blazor" Version="1.0.0-preview.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Masa.Blazor" Version="1.0.0-preview.3" />
                    
Directory.Packages.props
<PackageReference Include="Masa.Blazor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Masa.Blazor --version 1.0.0-preview.3
                    
#r "nuget: Masa.Blazor, 1.0.0-preview.3"
                    
#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.
#addin nuget:?package=Masa.Blazor&version=1.0.0-preview.3&prerelease
                    
Install Masa.Blazor as a Cake Addin
#tool nuget:?package=Masa.Blazor&version=1.0.0-preview.3&prerelease
                    
Install Masa.Blazor as a Cake Tool

<p align="center"> <a href="https://blazor.masastack.com" target="_blank"> <img alt="MASA Blazor Logo" width="150" src="./imgs/logo.png"> </a> </p>

<h1 align="center">MASA Blazor</h1>

<div align="center">

A set of standard basic component libraries based on Material design specifications and BlazorComponent interaction capabilities

MASA.Blazor .NET Nuget Nuget

</div>

English| 简体中文

What is MASA Blazor?

Provide a standard basic component library based on Material design specifications and BlazorComponent's interactive capabilities. Provides preset components for standard scenarios such as layout, frame standard, Loading, and global exception handling. Starting from more practical scenarios, to meet the needs of more users and scenarios, and to minimize the time cost of developers. Shorten the development cycle and improve development efficiency. And provide a set of examples of Web solutions - MASA Blazor Pro has a variety of common scenes and preset layouts and other exciting content.

Why choose MASA Blazor?

MASA Blazor is based on the Material design specification, and each component is carefully designed, with modularity, responsiveness and excellent performance. MASA Blazor is regularly maintained and upgraded by a professional full-time technical team, efficient response speed, diversified solutions, long-term support, and enterprise-level support. At present, it has been used in several well-known companies, and the follow-up MASA Stack product series will continue to be used. In addition to ensuring the quality of the project, it can also continue to add new components and functions. In addition to providing developers with many mid- and Taiwan-based open source projects, MASA Stack, one of its most basic components, MASA Blazor, also hopes to be the most practical component library.

Feature

  • Rich components: Contains the basic components of Vuetify 1:1 restoration, as well as many practical preset components and deep integration functions of .Net, including three linkages of Url, breadcrumbs, navigation, advanced search, i18n, etc.
  • UI design language: modern design style, excellent UI multi-end experience design
  • Professional example: MASA Blazor Pro provides preset layouts for a variety of common scenarios
  • Easy to get started: rich and detailed getting started documents, free video tutorials (in production)
  • Active community encouragement: users participate in real-time interaction, make contributions to join us, and build the most open open source community
  • Long-term support: full-time team maintenance, long-term support, and enterprise-level support
  • Choice of well-known companies: This technology framework has been chosen by many well-known companies, and the MASA Stack product line will continue to be used in the future, and new functions will continue to be added

Stats

Alt

Getting started

Development environment setup

Install Template

dotnet new --install Masa.Template

Create Project

  • Blazor Server
dotnet new masabp -o Masa.Test
  • Blazor WebAssembly
dotnet new masabp --mode Wasm -o Masa.TestWasm
  • Blazor RCL
dotnet new masabp --mode ServerAndWasm -o Masa.TestRcl

Go to the Server project directory

cd Masa.Test

Run

dotnet run

Existing project

  • Install Nuget package
dotnet add package Masa.Blazor
  • Add Masa.Blazor related services to Startup.ConfigureServices:
services.AddMasaBlazor();
  • Introduce styles, fonts, scripts in wwwroot/index.html(WebAssembly) or Pages/_Host.cshtml(Server):
<html lang="en">
    <head>
        
        <link href="_content/Masa.Blazor/css/masa-blazor.min.css" rel="stylesheet">
        
        <link href="https://cdn.jsdelivr.net/npm/@("@mdi")/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
        <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
    </head>
    <body>
        
        <script src="_content/BlazorComponent/js/blazor-component.js"></script>
    </body>
</html>
  • Add the namespace to the _Imports.razor file:
@using Masa.Blazor
@using BlazorComponent
  • Modify the Shared/MainLayout.razor file to make MApp the root element:
<MApp>
    //Other layout content
</MApp>

See more :https://blazor.masastack.com/

Local development

Development environment setup

Clone code

git clone --recursive https://github.com/BlazorComponent/MASA.Blazor.git
cd MASA.Blazor
git submodule foreach git checkout main

Run doc server

cd Doc/Masa.Blazor.Doc.Server
dotnet run

Visit

Recommended use chrome or edge to visit http://localhost:5000/

Supported browsers

chromefirefoxedgeieSafarioper

Mobile devices

iosAndriod

Chrome Firefox Safari Microsoft Edge
iOS Supported Supported Supported Supported
Android Supported Supported N/A Supported

Desktop devices

macOSlinuxwindows

Chrome Firefox Safari Opera Microsoft Edge Internet Explorer
Mac Supported Supported Supported Supported N/A N/A
Linux Supported Supported N/A N/A N/A N/A
Windows Supported Supported Not supported Supported Supported Supported, IE11+

Due to WebAssembly restriction, Blazor WebAssembly doesn't support IE browser, but Blazor Server supports IE 11† with additional polyfills. See official documentation

How to contribute

  1. Fork & Clone
  2. Create Feature_xxx branch
  3. Commit with commit message, like feat:add MButton
  4. Create Pull Request

Contributors

Thanks to all the friends who have contributed to this project.

<a href="https://github.com/BlazorComponent/Masa.Blazor/graphs/contributors"> <img src="https://contrib.rocks/image?repo=BlazorComponent/Masa.Blazor" /> </a>

Interactive

QQ group WX public account WX Customer Service
masa.blazor-qq masa.blazor-weixin masa.blazor-weixin

Development team

The Digital Flash technical team is an efficient, stable and innovative team. The team adheres to the original intention of enriching the Blazor ecosystem, and it is the pursuit of the Digital Flash technical team to continue to work hard to bring a better experience to the developers. Thank you for your support and use.

Code of conduct

This project adopts the code of conduct defined in the "Contributors Convention" to clarify the expected behavior of our community. For more information, see MASA Stack Community Code of Conduct.

License

Masa.Blazor

Copyright (c) 2021-present Masa.Blazor

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on Masa.Blazor:

Package Downloads
Masa.Blazor.Doc

Package Description

Masa.Blazor.Doc.CLI

Package Description

MASA.Blazor.Experimental.Components

Experimental components about MASA.Blazor

CurrencyComponents

Package Description

Masa.Blazor.SomethingSkia

Package Description

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Masa.Blazor:

Repository Stars
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
Yu-Core/SwashbucklerDiary
侠客日记是一个开源、跨平台的本地日记app,使用Blazor开发,支持Android,Windows,macOS,Web,Linux。"SwashbucklerDiary" is an open source cross-platform local diary app using Blazor , support Android,Windows,macOS,Web,Linux.
masalabs/MASA.EShop
A sample .NET Core distributed application based on eShopOnDapr, powered by MASA.Framework,Dapr.
239573049/ChatGpt.Desktop
ChatGpt Dekstop support Android,IOS,Mac,Linux,Win,Web
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
CnGal/CnGalWebSite
CnGal是一个非营利性的,立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。
Version Downloads Last updated
1.10.0-alpha.3 87 5/30/2025
1.10.0-alpha.2 109 5/9/2025
1.10.0-alpha.1 202 4/17/2025
1.9.4 98 5/30/2025
1.9.3 446 5/8/2025
1.9.2 486 4/16/2025
1.9.1 281 4/11/2025
1.9.0 678 4/7/2025
1.9.0-rc.2 147 4/2/2025
1.9.0-rc.1 157 3/27/2025
1.9.0-beta.2 381 3/24/2025
1.9.0-beta.1 155 3/17/2025
1.8.5 541 2/27/2025
1.8.4 1,075 1/13/2025
1.8.3 606 12/31/2024
1.8.2 313 12/18/2024
1.8.1 386 12/9/2024
1.8.0 770 12/4/2024
1.8.0-rc.4 120 11/26/2024
1.8.0-rc.3 93 11/21/2024
1.8.0-rc.2 83 11/19/2024
1.8.0-rc.1 169 11/13/2024
1.7.8 683 11/1/2024
1.7.7 409 10/23/2024
1.7.6 158 10/22/2024
1.7.5 229 10/16/2024
1.7.4 530 9/26/2024
1.7.3 335 9/19/2024
1.7.2 312 9/9/2024
1.7.1 437 9/4/2024
1.7.0 423 9/2/2024
1.7.0-rc.3 76 8/28/2024
1.7.0-rc.2 75 8/26/2024
1.7.0-rc.1 99 8/19/2024
1.7.0-beta.5 152 8/12/2024
1.7.0-beta.4 81 8/9/2024
1.7.0-beta.3 83 7/26/2024
1.7.0-beta.2 67 7/24/2024
1.7.0-beta.1 1,678 7/19/2024
1.6.9 144 10/16/2024
1.6.8 573 8/9/2024
1.6.7 196 8/5/2024
1.6.6 531 7/18/2024
1.6.5 319 7/16/2024
1.6.4 1,137 7/12/2024
1.6.3 266 7/11/2024
1.6.2 304 7/10/2024
1.6.1 358 7/4/2024
1.6.0 1,294 7/2/2024
1.6.0-beta.7 76 7/1/2024
1.6.0-beta.6 89 6/27/2024
1.6.0-beta.5 93 6/26/2024
1.6.0-beta.4 96 6/17/2024
1.6.0-beta.3 74 6/13/2024
1.6.0-beta.2 157 5/31/2024
1.6.0-beta.1 77 5/31/2024
1.5.5 1,568 6/3/2024
1.5.4 171 6/3/2024
1.5.3 333 5/29/2024
1.5.2 475 5/21/2024
1.5.1 1,063 5/10/2024
1.5.0 757 5/7/2024
1.5.0-beta.3 90 5/6/2024
1.5.0-beta.2 80 4/29/2024
1.5.0-beta.1 390 4/25/2024
1.4.2 1,219 4/22/2024
1.4.1 268 4/17/2024
1.4.0 435 4/7/2024
1.4.0-beta.5 179 4/2/2024
1.4.0-beta.4 93 3/28/2024
1.4.0-beta.3 98 3/18/2024
1.4.0-beta.2 96 3/1/2024
1.4.0-beta.1 178 2/1/2024
1.3.4 2,980 1/26/2024
1.3.3 407 1/25/2024
1.3.2 1,170 1/9/2024
1.3.1 1,018 12/29/2023
1.3.0 567 12/28/2023
1.3.0-beta.7 104 12/27/2023
1.3.0-beta.6 302 12/26/2023
1.3.0-beta.5 167 12/22/2023
1.3.0-beta.4 117 12/18/2023
1.3.0-beta.3 218 12/5/2023
1.3.0-beta.2 168 11/29/2023
1.2.2 1,597 11/13/2023
1.2.1 346 11/10/2023
1.2.0 319 11/7/2023
1.1.1 1,107 10/23/2023
1.1.0 1,268 10/11/2023
1.0.4 2,535 9/7/2023
1.0.3 1,866 8/28/2023
1.0.2 3,569 8/18/2023
1.0.1 3,269 7/27/2023
1.0.0 3,502 7/17/2023
1.0.0-rc.6 536 7/6/2023
1.0.0-rc.5 374 6/29/2023
1.0.0-rc.4 904 6/15/2023
1.0.0-rc.3 505 6/2/2023
1.0.0-rc.2 3,250 5/15/2023
1.0.0-rc.1 1,822 4/27/2023
1.0.0-preview.19 154 4/27/2023
1.0.0-preview.18 377 4/26/2023
1.0.0-preview.17 2,139 4/23/2023
1.0.0-preview.16 368 4/19/2023
1.0.0-preview.15 676 4/14/2023
1.0.0-preview.14 390 4/12/2023
1.0.0-preview.13 251 4/10/2023
1.0.0-preview.12 850 4/3/2023
1.0.0-preview.11 1,096 3/27/2023
1.0.0-preview.10 816 3/22/2023
1.0.0-preview.9 473 3/18/2023
1.0.0-preview.8 874 3/10/2023
1.0.0-preview.7 553 3/3/2023
1.0.0-preview.6 699 2/28/2023
1.0.0-preview.5 188 2/28/2023
1.0.0-preview.4 485 2/21/2023
1.0.0-preview.3 837 2/13/2023
1.0.0-preview.2 2,351 2/3/2023
1.0.0-preview.1 304 1/17/2023
0.7.0-alpha.6179 95 9/18/2023
0.7.0-alpha.6178 100 9/18/2023
0.7.0-alpha.6177 103 9/18/2023
0.7.0-alpha.6119 114 9/13/2023
0.7.0-alpha.6118 105 9/13/2023
0.7.0-alpha.6107 112 9/13/2023
0.7.0-alpha.6096 106 9/12/2023
0.7.0-alpha.6095 105 9/12/2023
0.7.0-alpha.6094 110 9/12/2023
0.7.0-alpha.6041 144 9/8/2023
0.7.0-alpha.6040 117 9/8/2023
0.7.0-alpha.6025 108 9/7/2023
0.7.0-alpha.6021 113 9/7/2023
0.7.0-alpha.6012 97 9/7/2023
0.7.0-alpha.6011 106 9/7/2023
0.7.0-alpha.5956 109 9/4/2023
0.7.0-alpha.5926 106 9/1/2023
0.7.0-alpha.5897 114 8/30/2023
0.7.0-alpha.5872 110 8/29/2023
0.7.0-alpha.5870 111 8/29/2023
0.7.0-alpha.5857 107 8/28/2023
0.7.0-alpha.5847 109 8/28/2023
0.7.0-alpha.5731 107 8/22/2023
0.7.0-alpha.5699 103 8/18/2023
0.7.0-alpha.5682 95 8/18/2023
0.7.0-alpha.5681 95 8/18/2023
0.7.0-alpha.5650 108 8/16/2023
0.7.0-alpha.5644 117 8/15/2023
0.7.0-alpha.5642 119 8/15/2023
0.7.0-alpha.5641 118 8/15/2023
0.7.0-alpha.5620 113 8/14/2023
0.7.0-alpha.5619 114 8/14/2023
0.7.0-alpha.5618 115 8/14/2023
0.7.0-alpha.5617 113 8/14/2023
0.7.0-alpha.5611 115 8/11/2023
0.7.0-alpha.5609 118 8/11/2023
0.7.0-alpha.5608 117 8/11/2023
0.7.0-alpha.5607 125 8/11/2023
0.7.0-alpha.5606 116 8/11/2023
0.7.0-alpha.5581 109 8/9/2023
0.7.0-alpha.5492 116 8/3/2023
0.7.0-alpha.5482 109 8/3/2023
0.7.0-alpha.5435 119 8/1/2023
0.7.0-alpha.5372 103 7/27/2023
0.7.0-alpha.5365 108 7/26/2023
0.7.0-alpha.5363 115 7/26/2023
0.7.0-alpha.5362 116 7/26/2023
0.7.0-alpha.5344 126 7/25/2023
0.7.0-alpha.5321 121 7/24/2023
0.7.0-alpha.5320 126 7/24/2023
0.7.0-alpha.5319 138 7/24/2023
0.7.0-alpha.5292 126 7/20/2023
0.7.0-alpha.5236 128 7/17/2023
0.7.0-alpha.5160 126 7/13/2023
0.7.0-alpha.5142 120 7/12/2023
0.7.0-alpha.5139 125 7/12/2023
0.7.0-alpha.5124 128 7/11/2023
0.7.0-alpha.5070 96 7/7/2023
0.7.0-alpha.5061 117 7/7/2023
0.7.0-alpha.5056 117 7/6/2023
0.7.0-alpha.5049 113 7/6/2023
0.7.0-alpha.5013 121 7/5/2023
0.7.0-alpha.4994 121 7/4/2023
0.7.0-alpha.4992 119 7/4/2023
0.7.0-alpha.4991 124 7/4/2023
0.7.0-alpha.4963 116 7/3/2023
0.7.0-alpha.4962 119 7/3/2023
0.7.0-alpha.4959 125 7/3/2023
0.7.0-alpha.4926 119 6/30/2023
0.7.0-alpha.4919 116 6/30/2023
0.7.0-alpha.4883 107 6/27/2023
0.7.0-alpha.4882 98 6/27/2023
0.7.0-alpha.4881 107 6/27/2023
0.7.0-alpha.4847 108 6/25/2023
0.7.0-alpha.4804 105 6/20/2023
0.7.0-alpha.4802 116 6/20/2023
0.7.0-alpha.4798 110 6/20/2023
0.7.0-alpha.4797 115 6/20/2023
0.7.0-alpha.4796 116 6/20/2023
0.7.0-alpha.4790 108 6/19/2023
0.7.0-alpha.4736 119 6/16/2023
0.7.0-alpha.4709 113 6/15/2023
0.7.0-alpha.4695 117 6/15/2023
0.7.0-alpha.4639 116 6/12/2023
0.7.0-alpha.4569 117 6/9/2023
0.7.0-alpha.4527 128 6/8/2023
0.7.0-alpha.4503 117 6/7/2023
0.7.0-alpha.4502 124 6/7/2023
0.7.0-alpha.4442 113 6/5/2023
0.7.0-alpha.4441 120 6/5/2023
0.7.0-alpha.4391 115 6/1/2023
0.7.0-alpha.4390 111 6/1/2023
0.7.0-alpha.4389 133 6/1/2023
0.7.0-alpha.4366 124 5/31/2023
0.7.0-alpha.4365 120 5/31/2023
0.7.0-alpha.4363 115 5/31/2023
0.7.0-alpha.4332 113 5/29/2023
0.7.0-alpha.4331 119 5/29/2023
0.7.0-alpha.4329 111 5/26/2023
0.7.0-alpha.4310 126 5/26/2023
0.7.0-alpha.4303 106 5/26/2023
0.7.0-alpha.4262 114 5/24/2023
0.7.0-alpha.4261 119 5/24/2023
0.7.0-alpha.4260 116 5/24/2023
0.7.0-alpha.4158 142 5/19/2023
0.7.0-alpha.4156 131 5/19/2023
0.7.0-alpha.4117 134 5/15/2023
0.7.0-alpha.4108 133 5/15/2023
0.7.0-alpha.3987 126 5/5/2023
0.7.0-alpha.3986 122 5/5/2023
0.7.0-alpha.3965 160 5/4/2023
0.7.0-alpha.3932 134 4/28/2023
0.7.0-alpha.3930 123 4/28/2023
0.7.0-alpha.3929 140 4/28/2023
0.7.0-alpha.3923 130 4/28/2023
0.7.0-alpha.3917 134 4/27/2023
0.7.0-alpha.3915 133 4/27/2023
0.7.0-alpha.3914 131 4/27/2023
0.7.0-alpha.3896 137 4/27/2023
0.7.0-alpha.3895 130 4/27/2023
0.7.0-alpha.3889 150 4/27/2023
0.7.0-alpha.3880 142 4/26/2023
0.7.0-alpha.3875 136 4/26/2023
0.7.0-alpha.3869 129 4/26/2023
0.7.0-alpha.3865 133 4/26/2023
0.7.0-alpha.3852 133 4/26/2023
0.7.0-alpha.3850 141 4/26/2023
0.7.0-alpha.3848 141 4/26/2023
0.7.0-alpha.3841 138 4/26/2023
0.7.0-alpha.3830 152 4/25/2023
0.7.0-alpha.3800 147 4/24/2023
0.7.0-alpha.3767 142 4/23/2023
0.7.0-alpha.3766 143 4/23/2023
0.7.0-alpha.3763 147 4/23/2023
0.7.0-alpha.3757 132 4/21/2023
0.7.0-alpha.3756 140 4/21/2023
0.7.0-alpha.3736 147 4/21/2023
0.7.0-alpha.3734 145 4/21/2023
0.7.0-alpha.3723 152 4/20/2023
0.7.0-alpha.3719 154 4/20/2023
0.7.0-alpha.3690 150 4/19/2023
0.7.0-alpha.3682 163 4/19/2023
0.7.0-alpha.3672 133 4/19/2023
0.7.0-alpha.3671 139 4/19/2023
0.7.0-alpha.3668 139 4/19/2023
0.7.0-alpha.3666 150 4/19/2023
0.7.0-alpha.3575 152 4/14/2023
0.7.0-alpha.3574 162 4/14/2023
0.7.0-alpha.3570 153 4/14/2023
0.7.0-alpha.3569 149 4/14/2023
0.7.0-alpha.3558 147 4/14/2023
0.7.0-alpha.3531 154 4/13/2023
0.7.0-alpha.3522 153 4/13/2023
0.7.0-alpha.3477 158 4/12/2023
0.7.0-alpha.3462 153 4/12/2023
0.7.0-alpha.3460 171 4/12/2023
0.7.0-alpha.3434 159 4/12/2023
0.7.0-alpha.3429 147 4/11/2023
0.7.0-alpha.3415 167 4/11/2023
0.7.0-alpha.3398 148 4/10/2023
0.7.0-alpha.3382 153 4/10/2023
0.7.0-alpha.3380 173 4/10/2023
0.7.0-alpha.3379 164 4/10/2023
0.7.0-alpha.3376 176 4/10/2023
0.7.0-alpha.3373 164 4/10/2023
0.7.0-alpha.3372 168 4/10/2023
0.7.0-alpha.3370 165 4/10/2023
0.7.0-alpha.3348 161 4/7/2023
0.7.0-alpha.3339 186 4/7/2023
0.7.0-alpha.3330 151 4/6/2023
0.7.0-alpha.3329 140 4/6/2023
0.7.0-alpha.3317 146 4/6/2023
0.7.0-alpha.3313 173 4/6/2023
0.7.0-alpha.3310 158 4/6/2023
0.7.0-alpha.3308 178 4/6/2023
0.7.0-alpha.3304 173 4/6/2023
0.7.0-alpha.3292 157 4/5/2023
0.7.0-alpha.3281 185 4/4/2023
0.7.0-alpha.3278 154 4/4/2023
0.7.0-alpha.3236 146 4/3/2023
0.7.0-alpha.3235 174 4/3/2023
0.7.0-alpha.3230 157 4/3/2023
0.7.0-alpha.3228 163 4/3/2023
0.7.0-alpha.3227 155 4/3/2023
0.7.0-alpha.3226 181 4/3/2023
0.7.0-alpha.3222 174 4/1/2023
0.7.0-alpha.3219 158 3/31/2023
0.7.0-alpha.3217 174 3/31/2023
0.7.0-alpha.3214 175 3/31/2023
0.7.0-alpha.3207 189 3/31/2023
0.7.0-alpha.3204 187 3/31/2023
0.7.0-alpha.3186 162 3/31/2023
0.7.0-alpha.3164 164 3/30/2023
0.7.0-alpha.3152 151 3/30/2023
0.7.0-alpha.3129 174 3/29/2023
0.7.0-alpha.3127 173 3/29/2023
0.7.0-alpha.3124 180 3/29/2023
0.7.0-alpha.3112 164 3/29/2023
0.7.0-alpha.3074 174 3/28/2023
0.7.0-alpha.3073 177 3/28/2023
0.7.0-alpha.3064 191 3/28/2023
0.7.0-alpha.3062 181 3/28/2023
0.7.0-alpha.3060 183 3/27/2023
0.7.0-alpha.3057 174 3/27/2023
0.7.0-alpha.3055 199 3/27/2023
0.7.0-alpha.3047 192 3/27/2023
0.7.0-alpha.3042 197 3/27/2023
0.7.0-alpha.3041 174 3/27/2023
0.7.0-alpha.3037 171 3/27/2023
0.7.0-alpha.3036 170 3/27/2023
0.7.0-alpha.3034 182 3/27/2023
0.7.0-alpha.3032 175 3/27/2023
0.7.0-alpha.3031 164 3/27/2023
0.7.0-alpha.3004 179 3/24/2023
0.7.0-alpha.2994 187 3/23/2023
0.7.0-alpha.2986 186 3/23/2023
0.7.0-alpha.2978 212 3/23/2023
0.7.0-alpha.2916 170 3/21/2023
0.7.0-alpha.2907 159 3/21/2023
0.7.0-alpha.2871 177 3/20/2023
0.7.0-alpha.2847 205 3/18/2023
0.7.0-alpha.2836 189 3/17/2023
0.7.0-alpha.2801 172 3/17/2023
0.7.0-alpha.2799 160 3/16/2023
0.7.0-alpha.2798 159 3/16/2023
0.7.0-alpha.2797 152 3/16/2023
0.7.0-alpha.2795 149 3/16/2023
0.7.0-alpha.2787 153 3/16/2023
0.7.0-alpha.2769 159 3/16/2023
0.7.0-alpha.2741 162 3/15/2023
0.7.0-alpha.2733 172 3/14/2023
0.7.0-alpha.2712 152 3/14/2023
0.7.0-alpha.2711 148 3/14/2023
0.7.0-alpha.2705 157 3/14/2023
0.7.0-alpha.2699 151 3/13/2023
0.7.0-alpha.2698 148 3/13/2023
0.7.0-alpha.2697 163 3/13/2023
0.7.0-alpha.2695 151 3/13/2023
0.7.0-alpha.2680 152 3/10/2023
0.7.0-alpha.2650 152 3/10/2023
0.7.0-alpha.2648 150 3/10/2023
0.7.0-alpha.2641 150 3/9/2023
0.7.0-alpha.2640 158 3/9/2023
0.7.0-alpha.2635 161 3/9/2023
0.7.0-alpha.2634 168 3/9/2023
0.7.0-alpha.2629 159 3/9/2023
0.7.0-alpha.2617 155 3/8/2023
0.7.0-alpha.2616 153 3/8/2023
0.7.0-alpha.2614 157 3/8/2023
0.7.0-alpha.2602 143 3/7/2023
0.7.0-alpha.2590 142 3/7/2023
0.7.0-alpha.2589 158 3/7/2023
0.7.0-alpha.2588 158 3/7/2023
0.7.0-alpha.2533 174 3/3/2023
0.7.0-alpha.2529 170 3/3/2023
0.7.0-alpha.2528 162 3/3/2023
0.7.0-alpha.2454 173 2/28/2023
0.7.0-alpha.2445 191 2/28/2023
0.7.0-alpha.2439 160 2/28/2023
0.7.0-alpha.2435 165 2/28/2023
0.7.0-alpha.2429 169 2/28/2023
0.7.0-alpha.2390 168 2/26/2023
0.7.0-alpha.2360 171 2/24/2023
0.7.0-alpha.2296 172 2/22/2023
0.7.0-alpha.2205 158 2/16/2023
0.7.0-alpha.2192 159 2/15/2023
0.7.0-alpha.2157 176 2/14/2023
0.7.0-alpha.2149 161 2/14/2023
0.7.0-alpha.2062 169 2/13/2023
0.7.0-alpha.2058 166 2/13/2023
0.7.0-alpha.2025 162 2/10/2023
0.7.0-alpha.2007 159 2/9/2023
0.7.0-alpha.2005 159 2/8/2023
0.7.0-alpha.2002 187 2/8/2023
0.7.0-alpha.2001 176 2/8/2023
0.7.0-alpha.2000 162 2/8/2023
0.7.0-alpha.1999 166 2/8/2023
0.7.0-alpha.1998 167 2/8/2023
0.7.0-alpha.1971 173 2/5/2023
0.7.0-alpha.1964 179 2/3/2023
0.7.0-alpha.1961 176 2/3/2023
0.7.0-alpha.1960 169 2/3/2023
0.7.0-alpha.1958 166 2/3/2023
0.7.0-alpha.1957 159 2/3/2023
0.7.0-alpha.1956 167 2/3/2023
0.7.0-alpha.1954 173 2/3/2023
0.7.0-alpha.1945 186 2/2/2023
0.7.0-alpha.1944 192 2/2/2023
0.7.0-alpha.1911 183 1/30/2023
0.7.0-alpha.1904 182 1/29/2023
0.7.0-alpha.1903 189 1/29/2023
0.7.0-alpha.1902 201 1/29/2023
0.7.0-alpha.1899 188 1/29/2023
0.7.0-alpha.1897 184 1/20/2023
0.7.0-alpha.1893 174 1/17/2023
0.7.0-alpha.1891 173 1/17/2023
0.7.0-alpha.1882 177 1/17/2023
0.7.0-alpha.1879 168 1/17/2023
0.7.0-alpha.1865 221 1/16/2023
0.7.0-alpha.1864 181 1/16/2023
0.7.0-alpha.1860 192 1/16/2023
0.7.0-alpha.1856 243 1/15/2023
0.7.0-alpha.1846 217 1/15/2023
0.7.0-alpha.1844 241 1/15/2023
0.7.0-alpha.1840 194 1/15/2023
0.7.0-alpha.1827 178 1/14/2023
0.7.0-alpha.1826 190 1/14/2023
0.7.0-alpha.1804 497 1/14/2023
0.7.0-alpha.1798 196 1/13/2023
0.7.0-alpha.1797 162 1/13/2023
0.7.0-alpha.1794 254 1/13/2023
0.7.0-alpha.1787 174 1/13/2023
0.7.0-alpha.1777 168 1/13/2023
0.7.0-alpha.1761 280 1/12/2023
0.7.0-alpha.1744 183 1/11/2023
0.7.0-alpha.1733 233 1/11/2023
0.7.0-alpha.1726 385 1/11/2023
0.7.0-alpha.1725 223 1/11/2023
0.7.0-alpha.1717 194 1/11/2023
0.7.0-alpha.1712 224 1/11/2023
0.7.0-alpha.1709 198 1/11/2023
0.7.0-alpha.1699 186 1/11/2023
0.7.0-alpha.1697 191 1/11/2023
0.7.0-alpha.1696 185 1/10/2023
0.7.0-alpha.1661 222 1/10/2023
0.7.0-alpha.1655 192 1/9/2023
0.7.0-alpha.1634 198 1/9/2023
0.7.0-alpha.1632 197 1/9/2023
0.7.0-alpha.1611 233 1/6/2023
0.7.0-alpha.1559 337 1/5/2023
0.7.0-alpha.1549 212 1/4/2023
0.7.0-alpha.1544 216 1/4/2023
0.7.0-alpha.1541 269 1/4/2023
0.7.0-alpha.1513 207 1/3/2023
0.7.0-alpha.1512 213 1/3/2023
0.7.0-alpha.1511 200 1/3/2023
0.7.0-alpha.1500 200 1/3/2023
0.7.0-alpha.1409 1,188 12/27/2022
0.7.0-alpha.1406 174 12/27/2022
0.7.0-alpha.1402 179 12/27/2022
0.7.0-alpha.1400 174 12/26/2022
0.7.0-alpha.1399 176 12/26/2022
0.7.0-alpha.1397 184 12/26/2022
0.7.0-alpha.1154 269 12/14/2022
0.7.0-alpha.1122 183 12/12/2022
0.7.0-alpha.1114 185 12/12/2022
0.7.0-alpha.1096 192 12/8/2022
0.7.0-alpha.1044 327 12/6/2022
0.7.0-alpha.1036 179 12/6/2022
0.7.0-alpha.973 217 12/2/2022
0.7.0-alpha.972 188 12/2/2022
0.7.0-alpha.961 183 12/1/2022
0.7.0-alpha.937 218 11/30/2022
0.7.0-alpha.913 207 11/28/2022
0.7.0-alpha.900 190 11/25/2022
0.7.0-alpha.896 174 11/25/2022
0.7.0-alpha.888 175 11/24/2022
0.7.0-alpha.883 175 11/23/2022
0.7.0-alpha.882 185 11/23/2022
0.7.0-alpha.879 191 11/23/2022
0.7.0-alpha.873 191 11/22/2022
0.7.0-alpha.868 182 11/21/2022
0.7.0-alpha.864 170 11/21/2022
0.7.0-alpha.861 185 11/21/2022
0.7.0-alpha.858 181 11/21/2022
0.7.0-alpha.856 177 11/21/2022
0.7.0-alpha.855 194 11/21/2022
0.7.0-alpha.852 181 11/18/2022
0.7.0-alpha.851 180 11/18/2022
0.7.0-alpha.849 178 11/18/2022
0.7.0-alpha.842 175 11/17/2022
0.7.0-alpha.838 180 11/17/2022
0.7.0-alpha.835 184 11/17/2022
0.7.0-alpha.833 183 11/17/2022
0.7.0-alpha.832 191 11/17/2022
0.7.0-alpha.831 190 11/17/2022
0.7.0-alpha.829 181 11/16/2022
0.7.0-alpha.820 174 11/16/2022
0.7.0-alpha.812 199 11/16/2022
0.7.0-alpha.802 180 11/15/2022
0.7.0-alpha.800 184 11/15/2022
0.7.0-alpha.799 175 11/15/2022
0.7.0-alpha.798 173 11/15/2022
0.6.2 1,795 4/11/2023
0.6.1 175 4/11/2023
0.6.0 6,036 11/3/2022
0.6.0-rc.9 460 10/28/2022
0.6.0-rc.8 1,162 10/25/2022
0.6.0-rc.7 1,090 10/11/2022
0.6.0-rc.6 394 9/29/2022
0.6.0-rc.4 252 9/23/2022
0.6.0-rc.3 256 9/20/2022
0.6.0-rc.2 343 9/16/2022
0.6.0-preview.6 337 9/8/2022
0.6.0-preview.5 903 8/29/2022
0.6.0-preview.4 394 8/18/2022
0.6.0-preview.3 641 8/8/2022
0.6.0-preview.2 231 8/4/2022
0.6.0-preview.1 245 8/1/2022
0.5.0 5,638 7/29/2022
0.5.0-rc.7 218 7/28/2022
0.5.0-rc.6 430 7/19/2022
0.5.0-rc.5 315 7/13/2022
0.5.0-rc.4 206 7/12/2022
0.5.0-rc.3 234 7/11/2022
0.5.0-rc.2 278 7/8/2022
0.5.0-rc.1 203 7/7/2022
0.5.0-preview.5 442 6/30/2022
0.5.0-preview.4 248 6/27/2022
0.5.0-preview.3 534 6/21/2022
0.5.0-preview.2 312 6/14/2022
0.5.0-preview.1 247 6/10/2022
0.4.0 2,168 5/31/2022
0.4.0-rc.3 393 5/24/2022
0.4.0-rc.2 231 5/19/2022
0.4.0-rc.1 296 5/19/2022
0.4.0-preview.22 281 5/12/2022 0.4.0-preview.22 is deprecated because it is no longer maintained.
0.4.0-preview.21 249 5/12/2022 0.4.0-preview.21 is deprecated because it is no longer maintained.
0.4.0-preview.4 277 5/12/2022
0.4.0-preview.3 202 5/12/2022
0.4.0-preview.2 209 5/11/2022
0.4.0-preview.1 467 4/2/2022
0.3.11407 2,393 4/6/2022
0.3.0 3,185 2/25/2022
0.3.0-rc.28 240 1/25/2022
0.3.0-rc.26 220 1/24/2022
0.3.0-rc.24 229 1/24/2022
0.3.0-rc.23 228 1/24/2022
0.3.0-rc.22 232 1/24/2022
0.3.0-rc.21 242 1/24/2022
0.3.0-rc.20 229 1/23/2022
0.3.0-rc.19 225 1/22/2022
0.3.0-rc.17 223 1/22/2022
0.3.0-rc.16 234 1/21/2022
0.3.0-rc.14 221 1/21/2022
0.3.0-rc.13 232 1/21/2022
0.3.0-rc.12 229 1/21/2022
0.3.0-rc.11 217 1/21/2022
0.3.0-rc.10 230 1/21/2022
0.3.0-rc.9 224 1/20/2022
0.3.0-rc.8 229 1/17/2022
0.3.0-rc.7 221 1/17/2022
0.3.0-rc.6 234 1/14/2022
0.3.0-rc.5 227 1/13/2022
0.3.0-rc.3 236 12/30/2021
0.3.0-rc.2 267 12/28/2021
0.3.0-alpha.795 189 11/15/2022
0.3.0-alpha.793 185 11/15/2022
0.3.0-alpha.551 152 11/2/2022
0.3.0-alpha.550 154 11/2/2022
0.3.0-alpha.505 172 10/31/2022
0.3.0-alpha.481 157 10/31/2022
0.3.0-alpha.467 164 10/28/2022
0.3.0-alpha.456 182 10/27/2022
0.3.0-alpha.420 161 10/26/2022
0.3.0-alpha.415 175 10/25/2022
0.3.0-alpha.410 160 10/25/2022
0.3.0-alpha.407 165 10/25/2022
0.2.15401 997 9/26/2022
0.2.15400 966 9/26/2022
0.2.15352 980 9/23/2022
0.2.15312 977 9/21/2022
0.2.15296 979 9/20/2022
0.2.15295 1,005 9/20/2022
0.2.15288 986 9/20/2022
0.2.15286 997 9/20/2022
0.2.15281 969 9/20/2022
0.2.15275 986 9/19/2022
0.2.15273 972 9/19/2022
0.2.15257 1,016 9/19/2022
0.2.15241 998 9/16/2022
0.2.15240 950 9/16/2022
0.2.15237 990 9/16/2022
0.2.15232 1,016 9/16/2022
0.2.15231 1,014 9/16/2022
0.2.15230 982 9/16/2022
0.2.15229 978 9/16/2022
0.2.15210 1,080 9/15/2022
0.2.15196 1,065 9/14/2022
0.2.15184 972 9/13/2022
0.2.15140 981 9/8/2022
0.2.14958 977 8/30/2022
0.2.14948 1,026 8/29/2022
0.2.14946 1,000 8/29/2022
0.2.14940 1,015 8/29/2022
0.2.14939 1,010 8/29/2022
0.2.14934 994 8/29/2022
0.2.14837 1,005 8/19/2022
0.2.14822 1,025 8/18/2022
0.2.14816 975 8/18/2022
0.2.14805 1,016 8/18/2022
0.2.14781 996 8/17/2022
0.2.14746 997 8/16/2022
0.2.14734 990 8/16/2022
0.2.14541 1,016 8/11/2022
0.2.14496 988 8/10/2022
0.2.14421 995 8/8/2022
0.2.14363 1,010 8/5/2022
0.2.14323 1,041 8/3/2022
0.2.14262 993 8/3/2022
0.2.14189 1,027 8/1/2022
0.2.14171 1,046 8/1/2022
0.2.14169 1,059 8/1/2022
0.2.14163 1,045 7/29/2022
0.2.14072 1,012 7/27/2022
0.2.14007 1,014 7/22/2022
0.2.13863 1,050 7/18/2022
0.2.13821 1,014 7/15/2022
0.2.13819 1,041 7/15/2022
0.2.13795 1,053 7/14/2022
0.2.13777 1,050 7/14/2022
0.2.13776 1,032 7/14/2022
0.2.13741 1,010 7/12/2022
0.2.13740 1,022 7/12/2022
0.2.13724 1,038 7/11/2022
0.2.13717 1,049 7/11/2022
0.2.13705 1,019 7/8/2022
0.2.13703 1,029 7/8/2022
0.2.13687 1,064 7/8/2022
0.2.13675 1,054 7/8/2022
0.2.13672 1,032 7/7/2022
0.2.13665 1,022 7/7/2022
0.2.13627 1,018 7/6/2022
0.2.13626 1,048 7/6/2022
0.2.13620 1,046 7/6/2022
0.2.13594 1,021 7/5/2022
0.2.13593 1,019 7/5/2022
0.2.13573 1,039 7/5/2022
0.2.13564 1,027 7/4/2022
0.2.13561 1,034 7/4/2022
0.2.13560 1,057 7/4/2022
0.2.13555 1,052 7/4/2022
0.2.13549 1,056 7/4/2022
0.2.13491 1,049 6/30/2022
0.2.13488 1,052 6/30/2022
0.2.13487 1,037 6/30/2022
0.2.13486 1,028 6/30/2022
0.2.13482 1,051 6/30/2022
0.2.13481 1,043 6/30/2022
0.2.13480 1,041 6/30/2022
0.2.13479 1,029 6/30/2022
0.2.13476 1,036 6/30/2022
0.2.13474 1,020 6/30/2022
0.2.13472 1,039 6/30/2022
0.2.13471 1,011 6/30/2022
0.2.13470 1,053 6/30/2022
0.2.13469 1,068 6/30/2022
0.2.13461 1,031 6/30/2022
0.2.13458 1,035 6/30/2022
0.2.13453 1,047 6/30/2022
0.2.13449 1,023 6/29/2022
0.2.13447 1,061 6/29/2022
0.2.13438 1,016 6/29/2022
0.2.13417 1,006 6/29/2022
0.2.13414 1,037 6/29/2022
0.2.13413 1,035 6/28/2022
0.2.13404 1,034 6/28/2022
0.2.13399 1,048 6/28/2022
0.2.13398 1,062 6/28/2022
0.2.13387 1,021 6/27/2022
0.2.13382 1,056 6/27/2022
0.2.13377 1,050 6/27/2022
0.2.13356 1,061 6/24/2022
0.2.13330 1,075 6/24/2022
0.2.13310 1,056 6/23/2022
0.2.13294 1,052 6/23/2022
0.2.13291 1,053 6/23/2022
0.2.13290 1,037 6/23/2022
0.2.13286 1,064 6/23/2022
0.2.13214 1,040 6/21/2022
0.2.13211 1,062 6/21/2022
0.2.12942 1,009 6/14/2022
0.2.12901 1,027 6/10/2022
0.2.12871 1,070 6/8/2022
0.2.12848 1,069 6/7/2022
0.2.12846 1,046 6/6/2022
0.2.12794 1,071 6/1/2022
0.2.12793 1,088 6/1/2022
0.2.12694 1,068 5/30/2022
0.2.12507 1,069 5/19/2022
0.2.12495 1,091 5/18/2022
0.2.12494 1,069 5/18/2022
0.2.12492 1,089 5/18/2022
0.2.12478 1,078 5/18/2022
0.2.12476 1,046 5/18/2022
0.2.12468 1,094 5/17/2022
0.2.12453 1,075 5/17/2022
0.2.12452 1,061 5/17/2022
0.2.12450 1,088 5/17/2022
0.2.12437 1,089 5/17/2022
0.2.12435 1,086 5/17/2022
0.2.12433 1,069 5/17/2022
0.2.12431 1,058 5/17/2022
0.2.12407 1,071 5/16/2022
0.2.12395 1,080 5/16/2022
0.2.12340 1,077 5/13/2022
0.2.12339 1,089 5/13/2022
0.2.12324 1,078 5/12/2022
0.2.12323 1,046 5/12/2022
0.2.12309 1,075 5/11/2022
0.2.12277 1,104 5/10/2022
0.2.12265 1,375 5/10/2022
0.2.12261 1,036 5/10/2022
0.2.12240 1,382 5/9/2022
0.2.12238 1,082 5/9/2022
0.2.12237 1,091 5/9/2022
0.2.12228 1,099 5/9/2022
0.2.12227 1,065 5/9/2022
0.2.12173 1,081 5/7/2022
0.2.12129 1,058 5/6/2022
0.2.12121 1,421 5/6/2022
0.2.12120 1,059 5/6/2022
0.2.12057 1,085 4/29/2022
0.2.12051 1,079 4/28/2022
0.2.12050 1,123 4/28/2022
0.2.12019 1,077 4/28/2022
0.2.12018 1,087 4/28/2022
0.2.12017 1,080 4/28/2022
0.2.12016 2,124 4/28/2022
0.2.12005 2,203 4/27/2022
0.2.11993 2,196 4/27/2022
0.2.11989 2,139 4/27/2022
0.2.11975 2,148 4/27/2022
0.2.11974 2,201 4/27/2022
0.2.11962 2,177 4/26/2022
0.2.11934 2,160 4/26/2022
0.2.11933 2,169 4/26/2022
0.2.11923 2,131 4/25/2022
0.2.11907 1,989 4/25/2022
0.2.11906 2,046 4/25/2022
0.2.11903 2,033 4/25/2022
0.2.11902 1,999 4/25/2022
0.2.11869 2,012 4/24/2022
0.2.11852 1,930 4/22/2022
0.2.11799 2,017 4/21/2022
0.2.11763 1,981 4/19/2022
0.2.11740 1,969 4/19/2022
0.2.11701 2,011 4/18/2022
0.2.11698 2,019 4/18/2022
0.2.11681 2,032 4/16/2022
0.2.11568 1,988 4/14/2022
0.2.11507 2,096 4/12/2022
0.2.11501 2,034 4/12/2022
0.2.11476 1,995 4/11/2022
0.2.11472 2,012 4/10/2022
0.2.11396 1,978 4/6/2022
0.2.11395 1,965 4/6/2022
0.2.11364 1,971 4/2/2022
0.2.11356 2,004 4/1/2022
0.2.11355 1,985 4/1/2022
0.2.11354 1,966 4/1/2022
0.2.11350 1,974 4/1/2022
0.2.11329 2,029 4/1/2022
0.2.11327 2,006 4/1/2022
0.2.11326 2,020 4/1/2022
0.2.11323 1,948 4/1/2022
0.2.11320 1,973 3/31/2022
0.2.11319 1,991 3/31/2022
0.2.11281 1,997 3/31/2022
0.2.11268 1,994 3/30/2022
0.2.11267 2,016 3/30/2022
0.2.11259 2,033 3/30/2022
0.2.11257 1,930 3/30/2022
0.2.11211 1,886 3/29/2022
0.2.11205 1,978 3/29/2022
0.2.11202 2,003 3/29/2022
0.2.11197 1,974 3/28/2022
0.2.11195 1,943 3/28/2022
0.2.11194 1,958 3/28/2022
0.2.11190 1,932 3/28/2022
0.2.11174 1,966 3/28/2022
0.2.11170 1,936 3/28/2022
0.2.11169 1,919 3/28/2022
0.2.11123 1,908 3/23/2022
0.2.11120 1,914 3/23/2022
0.2.11092 1,939 3/23/2022
0.2.11091 1,916 3/23/2022
0.2.11090 1,969 3/23/2022
0.2.11087 1,948 3/23/2022
0.2.11059 1,969 3/22/2022
0.2.11057 1,959 3/22/2022
0.2.10900 1,996 3/7/2022
0.2.10893 2,003 3/7/2022
0.2.10846 1,937 3/3/2022
0.2.10844 1,899 3/3/2022
0.2.10829 2,049 3/3/2022
0.2.10739 1,986 2/28/2022
0.2.10649 6,516 2/24/2022
0.2.10628 1,970 2/23/2022
0.2.10602 1,800 2/23/2022
0.2.10600 1,847 2/23/2022
0.2.10574 1,798 2/23/2022
0.2.10494 1,810 2/22/2022
0.2.10426 1,791 2/18/2022
0.2.10424 1,812 2/18/2022
0.2.10395 1,759 2/17/2022
0.2.10377 1,781 2/16/2022
0.2.10375 1,866 2/16/2022
0.2.10367 1,796 2/16/2022
0.2.10365 1,854 2/16/2022
0.2.10349 1,885 2/15/2022
0.2.10329 1,840 2/15/2022
0.2.10323 1,750 2/14/2022
0.2.10321 1,800 2/14/2022
0.2.10317 1,808 2/14/2022
0.2.10312 1,844 2/14/2022
0.2.10303 1,969 2/14/2022
0.2.10288 1,820 2/11/2022
0.2.10287 1,821 2/11/2022
0.2.10286 1,739 2/11/2022
0.2.10285 1,821 2/11/2022
0.2.10283 1,786 2/11/2022
0.2.10277 1,924 2/9/2022
0.2.10275 1,805 2/9/2022
0.2.10273 1,894 2/9/2022
0.2.10268 1,894 2/9/2022
0.2.10261 1,864 2/9/2022
0.2.10256 1,913 2/9/2022
0.2.10254 1,848 2/9/2022
0.2.10245 1,874 1/31/2022
0.2.10244 1,885 1/31/2022
0.2.10243 1,897 1/31/2022
0.2.10240 1,914 1/25/2022
0.2.10232 1,798 1/24/2022
0.2.10220 1,840 1/24/2022
0.2.10217 4,467 1/24/2022
0.2.10212 1,852 1/24/2022
0.2.10210 1,829 1/24/2022
0.2.10208 1,798 1/24/2022
0.2.10206 1,781 1/24/2022
0.2.10204 1,856 1/24/2022
0.2.10194 1,818 1/22/2022
0.2.10192 1,847 1/22/2022
0.2.10190 1,843 1/22/2022
0.2.10172 1,840 1/22/2022
0.2.10118 1,830 1/21/2022
0.2.10097 1,826 1/20/2022
0.2.10091 1,794 1/20/2022
0.2.10073 1,819 1/19/2022
0.2.10068 1,881 1/19/2022
0.2.10064 1,818 1/19/2022
0.2.10061 1,829 1/19/2022
0.2.10057 1,914 1/19/2022
0.2.10039 1,823 1/19/2022
0.2.10037 1,845 1/19/2022
0.2.10022 1,839 1/18/2022
0.2.10021 1,841 1/18/2022
0.2.10020 1,847 1/18/2022
0.2.10018 1,827 1/18/2022
0.2.10005 1,970 1/18/2022
0.2.10002 1,894 1/18/2022
0.2.9994 1,850 1/18/2022
0.2.9992 1,881 1/18/2022
0.2.9985 1,917 1/18/2022
0.2.9982 1,905 1/18/2022
0.2.9981 1,915 1/17/2022
0.2.9977 1,793 1/17/2022
0.2.9973 1,844 1/17/2022
0.2.9971 1,853 1/17/2022
0.2.9961 1,824 1/17/2022
0.2.9959 1,851 1/17/2022
0.2.9956 1,800 1/17/2022
0.2.9952 1,866 1/17/2022
0.2.9950 1,858 1/17/2022
0.2.9943 1,804 1/17/2022
0.2.9941 1,823 1/17/2022
0.2.9940 1,891 1/17/2022
0.2.9934 1,824 1/17/2022
0.2.9932 1,843 1/17/2022
0.2.9929 1,910 1/17/2022
0.2.9899 1,863 1/14/2022
0.2.9889 1,867 1/13/2022
0.2.9886 1,885 1/13/2022
0.2.9856 1,927 1/13/2022
0.2.9854 1,881 1/13/2022
0.2.9835 1,898 1/12/2022
0.2.9801 1,911 1/11/2022
0.2.9798 1,850 1/11/2022
0.2.9797 1,573 1/10/2022
0.2.9794 1,580 1/10/2022
0.2.9782 1,596 1/10/2022
0.2.9775 1,566 1/10/2022
0.2.9771 1,530 1/10/2022
0.2.9736 1,634 1/7/2022
0.2.9735 1,653 1/7/2022
0.2.9679 1,607 1/6/2022
0.2.9664 1,690 1/6/2022
0.2.9642 1,592 1/5/2022
0.2.9627 1,555 1/5/2022
0.2.9623 1,653 1/5/2022
0.2.9617 1,565 1/5/2022
0.2.9606 1,578 1/4/2022
0.2.9599 1,602 1/4/2022
0.2.9595 1,566 1/4/2022
0.2.9578 1,522 1/4/2022
0.2.9566 1,658 1/4/2022
0.2.9545 1,592 12/31/2021
0.2.9533 1,549 12/31/2021
0.2.9525 1,525 12/31/2021
0.2.9513 1,552 12/31/2021
0.2.9476 1,786 12/30/2021
0.2.9442 1,623 12/29/2021
0.2.9441 1,545 12/29/2021
0.2.9411 1,531 12/29/2021
0.2.9386 1,567 12/29/2021
0.2.9384 1,561 12/29/2021
0.2.9382 1,557 12/29/2021
0.2.9381 1,606 12/29/2021
0.2.9377 1,587 12/28/2021
0.2.9374 1,571 12/28/2021
0.2.9370 1,599 12/28/2021
0.2.9369 1,534 12/28/2021
0.2.9367 1,561 12/28/2021
0.2.9351 1,568 12/28/2021
0.2.9347 1,533 12/28/2021
0.2.9346 1,554 12/28/2021
0.2.9337 1,587 12/28/2021
0.2.9331 1,590 12/28/2021
0.2.9323 1,573 12/27/2021
0.2.9322 1,604 12/27/2021
0.2.9320 1,712 12/27/2021
0.2.9319 1,627 12/27/2021
0.2.9318 1,629 12/27/2021
0.2.9312 1,657 12/27/2021
0.2.9308 1,674 12/27/2021
0.2.9295 1,632 12/27/2021
0.2.9291 1,617 12/27/2021
0.2.9283 1,613 12/27/2021
0.2.9282 1,650 12/27/2021
0.2.9228 1,577 12/24/2021
0.2.9225 1,563 12/23/2021
0.2.9221 1,596 12/23/2021
0.2.9217 1,658 12/23/2021
0.2.9216 1,575 12/23/2021
0.2.9202 1,612 12/23/2021
0.2.9198 1,595 12/23/2021
0.2.9197 1,568 12/23/2021
0.2.9187 1,649 12/23/2021
0.2.9182 1,568 12/22/2021
0.2.9180 1,544 12/22/2021
0.2.9163 1,627 12/22/2021
0.2.9155 1,591 12/22/2021
0.2.9154 1,555 12/22/2021
0.2.9140 1,615 12/21/2021
0.2.9116 1,587 12/21/2021
0.2.9098 1,604 12/20/2021
0.2.9095 1,620 12/17/2021
0.2.9094 1,595 12/17/2021
0.2.9086 1,499 12/17/2021
0.2.9083 1,549 12/17/2021
0.2.9079 1,557 12/17/2021
0.2.9075 1,569 12/17/2021
0.2.9061 1,634 12/16/2021
0.2.9049 1,529 12/16/2021
0.2.9046 1,559 12/16/2021
0.2.9036 1,643 12/15/2021
0.2.9035 1,600 12/15/2021
0.2.9034 1,560 12/15/2021
0.2.9016 1,590 12/14/2021
0.2.9009 1,561 12/14/2021
0.2.9006 1,602 12/14/2021
0.2.8987 1,653 12/13/2021
0.2.8984 1,593 12/13/2021
0.2.8980 1,857 12/13/2021
0.2.8977 1,678 12/12/2021
0.2.8965 1,648 12/10/2021
0.2.8964 1,582 12/10/2021
0.2.8963 1,317 12/10/2021
0.2.8962 1,624 12/10/2021
0.2.8961 1,576 12/10/2021
0.2.8960 1,632 12/10/2021
0.2.8959 1,639 12/10/2021
0.2.8958 1,605 12/10/2021
0.2.8952 1,620 12/10/2021
0.2.8864 1,633 12/9/2021
0.2.8809 1,657 12/7/2021
0.2.8768 1,602 12/7/2021
0.2.8764 1,631 12/7/2021
0.2.8762 1,619 12/7/2021
0.2.8760 1,589 12/7/2021
0.2.8759 1,610 12/7/2021
0.2.8633 2,028 12/3/2021
0.2.8603 1,580 12/3/2021
0.2.8567 1,529 12/2/2021
0.2.8566 1,599 12/2/2021
0.2.8553 1,590 12/2/2021
0.2.8542 1,613 12/2/2021
0.2.8538 1,561 12/2/2021
0.2.8495 1,568 12/1/2021
0.2.8494 1,584 12/1/2021
0.2.8470 1,643 12/1/2021
0.2.8390 1,292 11/30/2021
0.2.8383 1,317 11/30/2021
0.2.8187 2,502 11/26/2021
0.2.8146 3,596 11/26/2021
0.2.8145 2,570 11/26/2021
0.2.8139 2,797 11/25/2021
0.2.8120 4,009 11/25/2021
0.2.8118 5,359 11/24/2021
0.2.8096 5,062 11/24/2021
0.2.8078 327 11/23/2021
0.2.8071 302 11/23/2021
0.2.8069 322 11/23/2021
0.2.8065 313 11/23/2021
0.2.8046 334 11/23/2021
0.2.8044 309 11/23/2021
0.2.8036 342 11/22/2021
0.2.8033 320 11/22/2021
0.2.8032 314 11/22/2021
0.2.8031 320 11/22/2021
0.2.8029 326 11/22/2021
0.2.8028 307 11/22/2021
0.2.8024 309 11/22/2021
0.2.8022 322 11/22/2021
0.2.8020 325 11/22/2021
0.2.8019 330 11/22/2021
0.2.8018 346 11/22/2021
0.2.8017 375 11/22/2021
0.2.8016 421 11/22/2021
0.2.8015 435 11/22/2021
0.2.8012 462 11/22/2021
0.2.8006 350 11/19/2021
0.2.8004 355 11/19/2021
0.2.8002 340 11/19/2021
0.2.7996 383 11/19/2021
0.2.7992 391 11/19/2021
0.2.7990 335 11/19/2021
0.2.7988 369 11/19/2021
0.2.7974 373 11/19/2021
0.2.7972 325 11/19/2021
0.2.7968 347 11/18/2021
0.2.7937 383 11/18/2021
0.2.7933 324 11/18/2021
0.2.7931 336 11/18/2021
0.2.7923 344 11/17/2021
0.2.7915 355 11/17/2021
0.2.7912 332 11/17/2021
0.2.7901 368 11/17/2021
0.2.7882 362 11/16/2021
0.2.7876 351 11/16/2021
0.2.7869 393 11/16/2021
0.2.7861 361 11/15/2021
0.2.7853 339 11/15/2021
0.2.7843 358 11/15/2021
0.2.7821 334 11/12/2021
0.2.7811 354 11/12/2021
0.2.7808 354 11/12/2021
0.2.7803 334 11/12/2021
0.2.7802 334 11/12/2021
0.2.7801 332 11/12/2021
0.2.7800 338 11/12/2021
0.2.7789 328 11/11/2021
0.2.7751 292 11/9/2021
0.2.7730 314 11/9/2021
0.2.7727 319 11/9/2021
0.2.7689 266 11/8/2021
0.2.7667 325 11/5/2021
0.2.7641 321 11/4/2021
0.2.7625 284 11/3/2021
0.2.7583 307 11/2/2021
0.2.7580 266 11/1/2021
0.2.7541 306 10/29/2021
0.2.7415 321 10/25/2021
0.2.7399 274 10/22/2021
0.2.7394 289 10/22/2021
0.2.7391 327 10/22/2021
0.2.7369 309 10/20/2021
0.2.7339 303 10/20/2021
0.2.7336 298 10/20/2021
0.2.7332 278 10/20/2021
0.2.7319 274 10/19/2021
0.2.7317 284 10/19/2021
0.2.7316 275 10/19/2021
0.2.7307 270 10/19/2021
0.2.7304 255 10/19/2021
0.2.7302 266 10/18/2021
0.2.7292 307 10/18/2021
0.2.7219 296 10/12/2021
0.2.7197 303 10/11/2021
0.2.7194 302 10/11/2021
0.2.7192 352 10/11/2021
0.2.7183 306 10/9/2021
0.2.7161 311 10/9/2021
0.2.7158 327 10/9/2021
0.2.7157 348 10/9/2021
0.2.7149 304 10/8/2021
0.2.7134 269 10/8/2021
0.2.7121 264 9/30/2021
0.2.7110 287 9/30/2021
0.2.7054 315 9/28/2021
0.2.6901 282 9/26/2021
0.2.6894 283 9/26/2021
0.2.6887 306 9/26/2021
0.2.6884 355 9/26/2021
0.2.6883 374 9/26/2021
0.2.6847 294 9/22/2021
0.2.6662 286 9/18/2021
0.2.6661 285 9/18/2021
0.2.6577 288 9/17/2021
0.2.6573 291 9/17/2021
0.2.6572 301 9/17/2021
0.2.6561 8,924 9/16/2021
0.2.6552 292 9/17/2021
0.2.6547 280 9/17/2021
0.2.6544 275 9/17/2021
0.2.5758 291 9/6/2021
0.2.5757 271 9/6/2021
0.2.5756 270 9/6/2021
0.2.5410 506 8/26/2021
0.2.5408 489 8/26/2021
0.2.5395 275 8/26/2021
0.2.5394 270 8/26/2021
0.2.5393 273 8/25/2021
0.2.5117 346 8/21/2021
0.2.5116 274 8/21/2021
0.2.5115 260 8/21/2021
0.2.4935 1,562 8/18/2021
0.2.4635 306 8/12/2021
0.2.4574 293 8/12/2021
0.2.4523 323 8/11/2021
0.2.4517 293 8/11/2021
0.2.4505 270 8/11/2021
0.2.4503 268 8/11/2021
0.2.4489 288 8/11/2021
0.2.4482 284 8/11/2021
0.2.4476 281 8/11/2021
0.2.4475 280 8/11/2021
0.2.4458 1,677 8/10/2021
0.2.4447 282 8/10/2021
0.2.4426 311 8/10/2021
0.2.4425 296 8/10/2021
0.2.4424 294 8/10/2021
0.2.4312 306 8/9/2021
0.2.4275 296 8/6/2021
0.2.4271 297 8/6/2021
0.2.4259 334 8/6/2021
0.2.4253 334 8/6/2021
0.2.4201 302 8/5/2021
0.2.4161 304 8/5/2021
0.2.4158 311 8/5/2021
0.2.4151 292 8/5/2021
0.2.4064 313 8/3/2021
0.2.4023 284 8/2/2021
0.2.4009 276 8/2/2021
0.2.4008 278 8/2/2021
0.2.4004 281 8/2/2021
0.2.3964 6,643 8/2/2021
0.2.3958 286 8/2/2021
0.2.3954 288 8/2/2021
0.2.3885 379 7/31/2021
0.2.3880 307 7/31/2021
0.2.3850 359 7/31/2021
0.2.3838 388 7/31/2021
0.2.3832 388 7/31/2021
0.2.3829 396 7/31/2021
0.2.3782 318 7/30/2021
0.2.3768 323 7/30/2021
0.2.3760 329 7/30/2021
0.2.3752 302 7/30/2021
0.2.3750 300 7/29/2021
0.2.3734 305 7/29/2021
0.2.3717 480 7/29/2021
0.2.3716 299 7/29/2021
0.2.3710 301 7/29/2021
0.2.397 903 10/25/2022
0.2.396 908 10/24/2022
0.2.395 891 10/24/2022
0.2.392 913 10/24/2022
0.2.385 892 10/21/2022
0.2.373 917 10/21/2022
0.2.368 968 10/20/2022
0.2.357 924 10/20/2022
0.2.345 929 10/19/2022
0.2.317 897 10/18/2022
0.2.316 924 10/18/2022
0.2.315 935 10/18/2022
0.2.313 907 10/18/2022
0.2.312 939 10/18/2022
0.2.311 927 10/18/2022
0.2.299 907 10/17/2022
0.2.297 954 10/17/2022
0.2.296 953 10/17/2022
0.2.295 921 10/17/2022
0.2.288 917 10/17/2022
0.2.259 941 10/13/2022
0.2.258 978 10/13/2022
0.2.194 956 10/11/2022
0.2.175 193 10/11/2022
0.2.173 948 10/10/2022
0.2.169 943 10/10/2022
0.2.155 997 10/10/2022
0.2.60 1,897 3/22/2022
0.2.59 1,949 3/22/2022
0.2.58 1,874 3/22/2022
0.2.57 1,894 3/21/2022
0.2.56 1,975 3/18/2022
0.2.55 1,952 3/18/2022
0.2.53 1,932 3/18/2022
0.2.52 1,963 3/18/2022
0.2.50 1,968 3/18/2022
0.2.49 1,905 3/17/2022
0.2.48 1,927 3/17/2022
0.2.47 1,969 3/17/2022
0.2.44 2,010 3/17/2022
0.2.43 1,924 3/16/2022
0.2.42 1,925 3/16/2022
0.2.41 1,947 3/11/2022
0.2.40 1,242 3/11/2022
0.2.39 1,249 3/10/2022
0.2.38 2,011 3/10/2022
0.2.37 1,219 3/10/2022
0.2.36 1,247 3/9/2022
0.2.35 1,253 3/9/2022
0.2.31 1,293 3/9/2022
0.2.30 1,228 3/8/2022
0.2.29 2,002 3/8/2022
0.2.27 2,003 3/8/2022
0.2.25 1,907 3/8/2022
0.2.20 1,900 3/7/2022
0.2.17 1,997 3/7/2022
0.2.14 1,953 3/3/2022
0.2.11 1,832 2/16/2022
0.2.10 1,803 2/12/2022
0.2.7 1,954 2/16/2022
0.2.3 1,883 2/14/2022
0.2.1 1,830 2/12/2022
0.1.0.3681 347 7/29/2021
0.1.0.3642 373 7/28/2021
0.1.0.3513 305 7/26/2021
0.1.0.3323 328 7/21/2021
0.1.0.3246 660 7/20/2021
0.1.0.3169 284 7/19/2021
0.1.0.3037 319 7/16/2021
0.1.0.3036 320 7/16/2021
0.1.0.3035 357 7/16/2021
0.1.0.3034 358 7/16/2021
0.1.0.3030 281 7/16/2021
0.1.0.2852 301 7/9/2021
0.1.0.2849 295 7/9/2021
0.1.0.345 504 7/9/2021