Masa.Blazor 0.6.2

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

// Install Masa.Blazor as a Cake Tool
#tool nuget:?package=Masa.Blazor&version=0.6.2

<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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

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.Stack.Components

Package Description

MASA.Blazor.Experimental.Components

Experimental components about MASA.Blazor

CurrencyComponents

Package Description

GitHub repositories (3)

Showing the top 3 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.
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
Version Downloads Last updated
1.0.0-rc.3 93 6/2/2023
1.0.0-rc.2 931 5/15/2023
1.0.0-rc.1 968 4/27/2023
1.0.0-preview.19 70 4/27/2023
1.0.0-preview.18 177 4/26/2023
1.0.0-preview.17 1,033 4/23/2023
1.0.0-preview.16 271 4/19/2023
1.0.0-preview.15 439 4/14/2023
1.0.0-preview.14 283 4/12/2023
1.0.0-preview.13 156 4/10/2023
1.0.0-preview.12 629 4/3/2023
1.0.0-preview.11 941 3/27/2023
1.0.0-preview.10 700 3/22/2023
1.0.0-preview.9 374 3/18/2023
1.0.0-preview.8 722 3/10/2023
1.0.0-preview.7 464 3/3/2023
1.0.0-preview.6 607 2/28/2023
1.0.0-preview.5 109 2/28/2023
1.0.0-preview.4 361 2/21/2023
1.0.0-preview.3 701 2/13/2023
1.0.0-preview.2 609 2/3/2023
1.0.0-preview.1 196 1/17/2023
0.7.0-alpha.4503 12 6/7/2023
0.7.0-alpha.4502 14 6/7/2023
0.7.0-alpha.4442 23 6/5/2023
0.7.0-alpha.4441 24 6/5/2023
0.7.0-alpha.4391 30 6/1/2023
0.7.0-alpha.4390 30 6/1/2023
0.7.0-alpha.4389 29 6/1/2023
0.7.0-alpha.4366 32 5/31/2023
0.7.0-alpha.4365 30 5/31/2023
0.7.0-alpha.4363 30 5/31/2023
0.7.0-alpha.4332 32 5/29/2023
0.7.0-alpha.4331 31 5/29/2023
0.7.0-alpha.4329 30 5/26/2023
0.7.0-alpha.4310 31 5/26/2023
0.7.0-alpha.4303 34 5/26/2023
0.7.0-alpha.4262 36 5/24/2023
0.7.0-alpha.4261 36 5/24/2023
0.7.0-alpha.4260 36 5/24/2023
0.7.0-alpha.4158 40 5/19/2023
0.7.0-alpha.4156 36 5/19/2023
0.7.0-alpha.4117 38 5/15/2023
0.7.0-alpha.4108 39 5/15/2023
0.7.0-alpha.3987 48 5/5/2023
0.7.0-alpha.3986 47 5/5/2023
0.7.0-alpha.3965 49 5/4/2023
0.7.0-alpha.3932 54 4/28/2023
0.7.0-alpha.3930 54 4/28/2023
0.7.0-alpha.3929 56 4/28/2023
0.7.0-alpha.3923 51 4/28/2023
0.7.0-alpha.3917 58 4/27/2023
0.7.0-alpha.3915 56 4/27/2023
0.7.0-alpha.3914 57 4/27/2023
0.7.0-alpha.3896 58 4/27/2023
0.7.0-alpha.3895 57 4/27/2023
0.7.0-alpha.3889 73 4/27/2023
0.7.0-alpha.3880 59 4/26/2023
0.7.0-alpha.3875 58 4/26/2023
0.7.0-alpha.3869 53 4/26/2023
0.7.0-alpha.3865 59 4/26/2023
0.7.0-alpha.3852 52 4/26/2023
0.7.0-alpha.3850 51 4/26/2023
0.7.0-alpha.3848 56 4/26/2023
0.7.0-alpha.3841 56 4/26/2023
0.7.0-alpha.3830 61 4/25/2023
0.7.0-alpha.3800 64 4/24/2023
0.7.0-alpha.3767 61 4/23/2023
0.7.0-alpha.3766 59 4/23/2023
0.7.0-alpha.3763 64 4/23/2023
0.7.0-alpha.3757 51 4/21/2023
0.7.0-alpha.3756 58 4/21/2023
0.7.0-alpha.3736 51 4/21/2023
0.7.0-alpha.3734 65 4/21/2023
0.7.0-alpha.3723 57 4/20/2023
0.7.0-alpha.3719 57 4/20/2023
0.7.0-alpha.3690 53 4/19/2023
0.7.0-alpha.3682 60 4/19/2023
0.7.0-alpha.3672 59 4/19/2023
0.7.0-alpha.3671 57 4/19/2023
0.7.0-alpha.3668 57 4/19/2023
0.7.0-alpha.3666 56 4/19/2023
0.7.0-alpha.3575 62 4/14/2023
0.7.0-alpha.3574 64 4/14/2023
0.7.0-alpha.3570 63 4/14/2023
0.7.0-alpha.3569 59 4/14/2023
0.7.0-alpha.3558 57 4/14/2023
0.7.0-alpha.3531 60 4/13/2023
0.7.0-alpha.3522 59 4/13/2023
0.7.0-alpha.3477 57 4/12/2023
0.7.0-alpha.3462 61 4/12/2023
0.7.0-alpha.3460 65 4/12/2023
0.7.0-alpha.3434 66 4/12/2023
0.7.0-alpha.3429 62 4/11/2023
0.7.0-alpha.3415 65 4/11/2023
0.7.0-alpha.3398 65 4/10/2023
0.7.0-alpha.3382 62 4/10/2023
0.7.0-alpha.3380 69 4/10/2023
0.7.0-alpha.3379 66 4/10/2023
0.7.0-alpha.3376 67 4/10/2023
0.7.0-alpha.3373 69 4/10/2023
0.7.0-alpha.3372 66 4/10/2023
0.7.0-alpha.3370 68 4/10/2023
0.7.0-alpha.3348 66 4/7/2023
0.7.0-alpha.3339 62 4/7/2023
0.7.0-alpha.3330 57 4/6/2023
0.7.0-alpha.3329 65 4/6/2023
0.7.0-alpha.3317 60 4/6/2023
0.7.0-alpha.3313 68 4/6/2023
0.7.0-alpha.3310 61 4/6/2023
0.7.0-alpha.3308 63 4/6/2023
0.7.0-alpha.3304 59 4/6/2023
0.7.0-alpha.3292 65 4/5/2023
0.7.0-alpha.3281 73 4/4/2023
0.7.0-alpha.3278 59 4/4/2023
0.7.0-alpha.3236 65 4/3/2023
0.7.0-alpha.3235 69 4/3/2023
0.7.0-alpha.3230 58 4/3/2023
0.7.0-alpha.3228 60 4/3/2023
0.7.0-alpha.3227 58 4/3/2023
0.7.0-alpha.3226 66 4/3/2023
0.7.0-alpha.3222 67 4/1/2023
0.7.0-alpha.3219 60 3/31/2023
0.7.0-alpha.3217 69 3/31/2023
0.7.0-alpha.3214 62 3/31/2023
0.7.0-alpha.3207 62 3/31/2023
0.7.0-alpha.3204 64 3/31/2023
0.7.0-alpha.3186 66 3/31/2023
0.7.0-alpha.3164 68 3/30/2023
0.7.0-alpha.3152 60 3/30/2023
0.7.0-alpha.3129 70 3/29/2023
0.7.0-alpha.3127 75 3/29/2023
0.7.0-alpha.3124 77 3/29/2023
0.7.0-alpha.3112 76 3/29/2023
0.7.0-alpha.3074 74 3/28/2023
0.7.0-alpha.3073 73 3/28/2023
0.7.0-alpha.3064 75 3/28/2023
0.7.0-alpha.3062 69 3/28/2023
0.7.0-alpha.3060 74 3/27/2023
0.7.0-alpha.3057 72 3/27/2023
0.7.0-alpha.3055 85 3/27/2023
0.7.0-alpha.3047 79 3/27/2023
0.7.0-alpha.3042 76 3/27/2023
0.7.0-alpha.3041 80 3/27/2023
0.7.0-alpha.3037 72 3/27/2023
0.7.0-alpha.3036 78 3/27/2023
0.7.0-alpha.3034 80 3/27/2023
0.7.0-alpha.3032 76 3/27/2023
0.7.0-alpha.3031 68 3/27/2023
0.7.0-alpha.3004 79 3/24/2023
0.7.0-alpha.2994 80 3/23/2023
0.7.0-alpha.2986 78 3/23/2023
0.7.0-alpha.2978 74 3/23/2023
0.7.0-alpha.2916 82 3/21/2023
0.7.0-alpha.2907 72 3/21/2023
0.7.0-alpha.2871 84 3/20/2023
0.7.0-alpha.2847 85 3/18/2023
0.7.0-alpha.2836 78 3/17/2023
0.7.0-alpha.2801 75 3/17/2023
0.7.0-alpha.2799 75 3/16/2023
0.7.0-alpha.2798 82 3/16/2023
0.7.0-alpha.2797 74 3/16/2023
0.7.0-alpha.2795 72 3/16/2023
0.7.0-alpha.2787 73 3/16/2023
0.7.0-alpha.2769 77 3/16/2023
0.7.0-alpha.2741 83 3/15/2023
0.7.0-alpha.2733 88 3/14/2023
0.7.0-alpha.2712 75 3/14/2023
0.7.0-alpha.2711 73 3/14/2023
0.7.0-alpha.2705 80 3/14/2023
0.7.0-alpha.2699 75 3/13/2023
0.7.0-alpha.2698 74 3/13/2023
0.7.0-alpha.2697 75 3/13/2023
0.7.0-alpha.2695 77 3/13/2023
0.7.0-alpha.2680 75 3/10/2023
0.7.0-alpha.2650 80 3/10/2023
0.7.0-alpha.2648 76 3/10/2023
0.7.0-alpha.2641 73 3/9/2023
0.7.0-alpha.2640 81 3/9/2023
0.7.0-alpha.2635 86 3/9/2023
0.7.0-alpha.2634 79 3/9/2023
0.7.0-alpha.2629 81 3/9/2023
0.7.0-alpha.2617 83 3/8/2023
0.7.0-alpha.2616 80 3/8/2023
0.7.0-alpha.2614 80 3/8/2023
0.7.0-alpha.2602 73 3/7/2023
0.7.0-alpha.2590 72 3/7/2023
0.7.0-alpha.2589 80 3/7/2023
0.7.0-alpha.2588 83 3/7/2023
0.7.0-alpha.2533 88 3/3/2023
0.7.0-alpha.2529 82 3/3/2023
0.7.0-alpha.2528 89 3/3/2023
0.7.0-alpha.2454 90 2/28/2023
0.7.0-alpha.2445 99 2/28/2023
0.7.0-alpha.2439 83 2/28/2023
0.7.0-alpha.2435 86 2/28/2023
0.7.0-alpha.2429 87 2/28/2023
0.7.0-alpha.2390 90 2/26/2023
0.7.0-alpha.2360 92 2/24/2023
0.7.0-alpha.2296 90 2/22/2023
0.7.0-alpha.2205 76 2/16/2023
0.7.0-alpha.2192 73 2/15/2023
0.7.0-alpha.2157 76 2/14/2023
0.7.0-alpha.2149 71 2/14/2023
0.7.0-alpha.2062 77 2/13/2023
0.7.0-alpha.2058 81 2/13/2023
0.7.0-alpha.2025 77 2/10/2023
0.7.0-alpha.2007 73 2/9/2023
0.7.0-alpha.2005 75 2/8/2023
0.7.0-alpha.2002 79 2/8/2023
0.7.0-alpha.2001 78 2/8/2023
0.7.0-alpha.2000 73 2/8/2023
0.7.0-alpha.1999 73 2/8/2023
0.7.0-alpha.1998 77 2/8/2023
0.7.0-alpha.1971 74 2/5/2023
0.7.0-alpha.1964 78 2/3/2023
0.7.0-alpha.1961 85 2/3/2023
0.7.0-alpha.1960 85 2/3/2023
0.7.0-alpha.1958 77 2/3/2023
0.7.0-alpha.1957 74 2/3/2023
0.7.0-alpha.1956 79 2/3/2023
0.7.0-alpha.1954 86 2/3/2023
0.7.0-alpha.1945 92 2/2/2023
0.7.0-alpha.1944 98 2/2/2023
0.7.0-alpha.1911 96 1/30/2023
0.7.0-alpha.1904 99 1/29/2023
0.7.0-alpha.1903 96 1/29/2023
0.7.0-alpha.1902 104 1/29/2023
0.7.0-alpha.1899 95 1/29/2023
0.7.0-alpha.1897 98 1/20/2023
0.7.0-alpha.1893 78 1/17/2023
0.7.0-alpha.1891 88 1/17/2023
0.7.0-alpha.1882 79 1/17/2023
0.7.0-alpha.1879 85 1/17/2023
0.7.0-alpha.1865 125 1/16/2023
0.7.0-alpha.1864 82 1/16/2023
0.7.0-alpha.1860 90 1/16/2023
0.7.0-alpha.1856 145 1/15/2023
0.7.0-alpha.1846 114 1/15/2023
0.7.0-alpha.1844 140 1/15/2023
0.7.0-alpha.1840 90 1/15/2023
0.7.0-alpha.1827 84 1/14/2023
0.7.0-alpha.1826 88 1/14/2023
0.7.0-alpha.1804 316 1/14/2023
0.7.0-alpha.1798 123 1/13/2023
0.7.0-alpha.1797 81 1/13/2023
0.7.0-alpha.1794 171 1/13/2023
0.7.0-alpha.1787 89 1/13/2023
0.7.0-alpha.1777 87 1/13/2023
0.7.0-alpha.1761 142 1/12/2023
0.7.0-alpha.1744 90 1/11/2023
0.7.0-alpha.1733 123 1/11/2023
0.7.0-alpha.1726 203 1/11/2023
0.7.0-alpha.1725 87 1/11/2023
0.7.0-alpha.1717 80 1/11/2023
0.7.0-alpha.1712 84 1/11/2023
0.7.0-alpha.1709 88 1/11/2023
0.7.0-alpha.1699 83 1/11/2023
0.7.0-alpha.1697 88 1/11/2023
0.7.0-alpha.1696 82 1/10/2023
0.7.0-alpha.1661 124 1/10/2023
0.7.0-alpha.1655 87 1/9/2023
0.7.0-alpha.1634 92 1/9/2023
0.7.0-alpha.1632 85 1/9/2023
0.7.0-alpha.1611 130 1/6/2023
0.7.0-alpha.1559 201 1/5/2023
0.7.0-alpha.1549 93 1/4/2023
0.7.0-alpha.1544 93 1/4/2023
0.7.0-alpha.1541 150 1/4/2023
0.7.0-alpha.1513 89 1/3/2023
0.7.0-alpha.1512 86 1/3/2023
0.7.0-alpha.1511 83 1/3/2023
0.7.0-alpha.1500 88 1/3/2023
0.7.0-alpha.1409 315 12/27/2022
0.7.0-alpha.1406 88 12/27/2022
0.7.0-alpha.1402 100 12/27/2022
0.7.0-alpha.1400 92 12/26/2022
0.7.0-alpha.1399 91 12/26/2022
0.7.0-alpha.1397 96 12/26/2022
0.7.0-alpha.1154 177 12/14/2022
0.7.0-alpha.1122 91 12/12/2022
0.7.0-alpha.1114 97 12/12/2022
0.7.0-alpha.1096 102 12/8/2022
0.7.0-alpha.1044 244 12/6/2022
0.7.0-alpha.1036 88 12/6/2022
0.7.0-alpha.973 119 12/2/2022
0.7.0-alpha.972 95 12/2/2022
0.7.0-alpha.961 93 12/1/2022
0.7.0-alpha.937 127 11/30/2022
0.7.0-alpha.913 117 11/28/2022
0.7.0-alpha.900 106 11/25/2022
0.7.0-alpha.896 88 11/25/2022
0.7.0-alpha.888 97 11/24/2022
0.7.0-alpha.883 100 11/23/2022
0.7.0-alpha.882 106 11/23/2022
0.7.0-alpha.879 109 11/23/2022
0.7.0-alpha.873 105 11/22/2022
0.7.0-alpha.868 104 11/21/2022
0.7.0-alpha.864 92 11/21/2022
0.7.0-alpha.861 101 11/21/2022
0.7.0-alpha.858 96 11/21/2022
0.7.0-alpha.856 86 11/21/2022
0.7.0-alpha.855 108 11/21/2022
0.7.0-alpha.852 102 11/18/2022
0.7.0-alpha.851 95 11/18/2022
0.7.0-alpha.849 92 11/18/2022
0.7.0-alpha.842 92 11/17/2022
0.7.0-alpha.838 96 11/17/2022
0.7.0-alpha.835 102 11/17/2022
0.7.0-alpha.833 98 11/17/2022
0.7.0-alpha.832 103 11/17/2022
0.7.0-alpha.831 100 11/17/2022
0.7.0-alpha.829 100 11/16/2022
0.7.0-alpha.820 96 11/16/2022
0.7.0-alpha.812 105 11/16/2022
0.7.0-alpha.802 92 11/15/2022
0.7.0-alpha.800 94 11/15/2022
0.7.0-alpha.799 95 11/15/2022
0.7.0-alpha.798 87 11/15/2022
0.6.2 694 4/11/2023
0.6.1 63 4/11/2023
0.6.0 3,706 11/3/2022
0.6.0-rc.9 332 10/28/2022
0.6.0-rc.8 266 10/25/2022
0.6.0-rc.7 950 10/11/2022
0.6.0-rc.6 301 9/29/2022
0.6.0-rc.4 157 9/23/2022
0.6.0-rc.3 160 9/20/2022
0.6.0-rc.2 254 9/16/2022
0.6.0-preview.6 260 9/8/2022
0.6.0-preview.5 675 8/29/2022
0.6.0-preview.4 316 8/18/2022
0.6.0-preview.3 522 8/8/2022
0.6.0-preview.2 154 8/4/2022
0.6.0-preview.1 174 8/1/2022
0.5.0 3,786 7/29/2022
0.5.0-rc.7 142 7/28/2022
0.5.0-rc.6 358 7/19/2022
0.5.0-rc.5 242 7/13/2022
0.5.0-rc.4 133 7/12/2022
0.5.0-rc.3 156 7/11/2022
0.5.0-rc.2 199 7/8/2022
0.5.0-rc.1 126 7/7/2022
0.5.0-preview.5 359 6/30/2022
0.5.0-preview.4 168 6/27/2022
0.5.0-preview.3 466 6/21/2022
0.5.0-preview.2 245 6/14/2022
0.5.0-preview.1 169 6/10/2022
0.4.0 1,482 5/31/2022
0.4.0-rc.3 315 5/24/2022
0.4.0-rc.2 157 5/19/2022
0.4.0-rc.1 223 5/19/2022
0.4.0-preview.22 187 5/12/2022
0.4.0-preview.21 152 5/12/2022
0.4.0-preview.4 205 5/12/2022
0.4.0-preview.3 130 5/12/2022
0.4.0-preview.2 129 5/11/2022
0.4.0-preview.1 389 4/2/2022
0.3.11407 1,169 4/6/2022
0.3.0 1,880 2/25/2022
0.3.0-rc.28 159 1/25/2022
0.3.0-rc.26 144 1/24/2022
0.3.0-rc.24 148 1/24/2022
0.3.0-rc.23 144 1/24/2022
0.3.0-rc.22 148 1/24/2022
0.3.0-rc.21 157 1/24/2022
0.3.0-rc.20 152 1/23/2022
0.3.0-rc.19 147 1/22/2022
0.3.0-rc.17 137 1/22/2022
0.3.0-rc.16 152 1/21/2022
0.3.0-rc.14 145 1/21/2022
0.3.0-rc.13 147 1/21/2022
0.3.0-rc.12 143 1/21/2022
0.3.0-rc.11 143 1/21/2022
0.3.0-rc.10 150 1/21/2022
0.3.0-rc.9 145 1/20/2022
0.3.0-rc.8 147 1/17/2022
0.3.0-rc.7 141 1/17/2022
0.3.0-rc.6 152 1/14/2022
0.3.0-rc.5 146 1/13/2022
0.3.0-rc.3 154 12/30/2021
0.3.0-rc.2 178 12/28/2021
0.3.0-alpha.795 102 11/15/2022
0.3.0-alpha.793 99 11/15/2022
0.3.0-alpha.551 86 11/2/2022
0.3.0-alpha.550 85 11/2/2022
0.3.0-alpha.505 87 10/31/2022
0.3.0-alpha.481 88 10/31/2022
0.3.0-alpha.467 92 10/28/2022
0.3.0-alpha.456 92 10/27/2022
0.3.0-alpha.420 84 10/26/2022
0.3.0-alpha.415 92 10/25/2022
0.3.0-alpha.410 90 10/25/2022
0.3.0-alpha.407 89 10/25/2022
0.2.15401 362 9/26/2022
0.2.15400 366 9/26/2022
0.2.15352 372 9/23/2022
0.2.15312 369 9/21/2022
0.2.15296 370 9/20/2022
0.2.15295 372 9/20/2022
0.2.15288 372 9/20/2022
0.2.15286 374 9/20/2022
0.2.15281 363 9/20/2022
0.2.15275 381 9/19/2022
0.2.15273 380 9/19/2022
0.2.15257 382 9/19/2022
0.2.15241 381 9/16/2022
0.2.15240 367 9/16/2022
0.2.15237 371 9/16/2022
0.2.15232 388 9/16/2022
0.2.15231 385 9/16/2022
0.2.15230 364 9/16/2022
0.2.15229 374 9/16/2022
0.2.15210 438 9/15/2022
0.2.15196 438 9/14/2022
0.2.15184 379 9/13/2022
0.2.15140 385 9/8/2022
0.2.14958 377 8/30/2022
0.2.14948 402 8/29/2022
0.2.14946 394 8/29/2022
0.2.14940 390 8/29/2022
0.2.14939 393 8/29/2022
0.2.14934 389 8/29/2022
0.2.14837 410 8/19/2022
0.2.14822 410 8/18/2022
0.2.14816 391 8/18/2022
0.2.14805 400 8/18/2022
0.2.14781 393 8/17/2022
0.2.14746 388 8/16/2022
0.2.14734 381 8/16/2022
0.2.14541 414 8/11/2022
0.2.14496 419 8/10/2022
0.2.14421 399 8/8/2022
0.2.14363 407 8/5/2022
0.2.14323 408 8/3/2022
0.2.14262 383 8/3/2022
0.2.14189 409 8/1/2022
0.2.14171 424 8/1/2022
0.2.14169 434 8/1/2022
0.2.14163 424 7/29/2022
0.2.14072 401 7/27/2022
0.2.14007 411 7/22/2022
0.2.13863 443 7/18/2022
0.2.13821 421 7/15/2022
0.2.13819 428 7/15/2022
0.2.13795 425 7/14/2022
0.2.13777 420 7/14/2022
0.2.13776 417 7/14/2022
0.2.13741 421 7/12/2022
0.2.13740 426 7/12/2022
0.2.13724 437 7/11/2022
0.2.13717 426 7/11/2022
0.2.13705 407 7/8/2022
0.2.13703 418 7/8/2022
0.2.13687 452 7/8/2022
0.2.13675 442 7/8/2022
0.2.13672 411 7/7/2022
0.2.13665 420 7/7/2022
0.2.13627 431 7/6/2022
0.2.13626 431 7/6/2022
0.2.13620 428 7/6/2022
0.2.13594 433 7/5/2022
0.2.13593 438 7/5/2022
0.2.13573 445 7/5/2022
0.2.13564 428 7/4/2022
0.2.13561 424 7/4/2022
0.2.13560 437 7/4/2022
0.2.13555 436 7/4/2022
0.2.13549 439 7/4/2022
0.2.13491 448 6/30/2022
0.2.13488 439 6/30/2022
0.2.13487 427 6/30/2022
0.2.13486 420 6/30/2022
0.2.13482 427 6/30/2022
0.2.13481 442 6/30/2022
0.2.13480 431 6/30/2022
0.2.13479 418 6/30/2022
0.2.13476 413 6/30/2022
0.2.13474 426 6/30/2022
0.2.13472 426 6/30/2022
0.2.13471 423 6/30/2022
0.2.13470 439 6/30/2022
0.2.13469 434 6/30/2022
0.2.13461 438 6/30/2022
0.2.13458 427 6/30/2022
0.2.13453 431 6/30/2022
0.2.13449 435 6/29/2022
0.2.13447 430 6/29/2022
0.2.13438 424 6/29/2022
0.2.13417 404 6/29/2022
0.2.13414 413 6/29/2022
0.2.13413 436 6/28/2022
0.2.13404 425 6/28/2022
0.2.13399 434 6/28/2022
0.2.13398 440 6/28/2022
0.2.13387 424 6/27/2022
0.2.13382 439 6/27/2022
0.2.13377 449 6/27/2022
0.2.13356 434 6/24/2022
0.2.13330 451 6/24/2022
0.2.13310 438 6/23/2022
0.2.13294 447 6/23/2022
0.2.13291 441 6/23/2022
0.2.13290 439 6/23/2022
0.2.13286 442 6/23/2022
0.2.13214 430 6/21/2022
0.2.13211 438 6/21/2022
0.2.12942 408 6/14/2022
0.2.12901 440 6/10/2022
0.2.12871 460 6/8/2022
0.2.12848 464 6/7/2022
0.2.12846 449 6/6/2022
0.2.12794 462 6/1/2022
0.2.12793 462 6/1/2022
0.2.12694 473 5/30/2022
0.2.12507 457 5/19/2022
0.2.12495 478 5/18/2022
0.2.12494 475 5/18/2022
0.2.12492 474 5/18/2022
0.2.12478 460 5/18/2022
0.2.12476 461 5/18/2022
0.2.12468 475 5/17/2022
0.2.12453 457 5/17/2022
0.2.12452 441 5/17/2022
0.2.12450 466 5/17/2022
0.2.12437 478 5/17/2022
0.2.12435 467 5/17/2022
0.2.12433 447 5/17/2022
0.2.12431 464 5/17/2022
0.2.12407 470 5/16/2022
0.2.12395 463 5/16/2022
0.2.12340 473 5/13/2022
0.2.12339 464 5/13/2022
0.2.12324 485 5/12/2022
0.2.12323 456 5/12/2022
0.2.12309 462 5/11/2022
0.2.12277 485 5/10/2022
0.2.12265 625 5/10/2022
0.2.12261 437 5/10/2022
0.2.12240 601 5/9/2022
0.2.12238 477 5/9/2022
0.2.12237 484 5/9/2022
0.2.12228 472 5/9/2022
0.2.12227 467 5/9/2022
0.2.12173 464 5/7/2022
0.2.12129 466 5/6/2022
0.2.12121 617 5/6/2022
0.2.12120 475 5/6/2022
0.2.12057 483 4/29/2022
0.2.12051 500 4/28/2022
0.2.12050 502 4/28/2022
0.2.12019 472 4/28/2022
0.2.12018 477 4/28/2022
0.2.12017 469 4/28/2022
0.2.12016 937 4/28/2022
0.2.12005 972 4/27/2022
0.2.11993 1,010 4/27/2022
0.2.11989 964 4/27/2022
0.2.11975 980 4/27/2022
0.2.11974 977 4/27/2022
0.2.11962 954 4/26/2022
0.2.11934 980 4/26/2022
0.2.11933 956 4/26/2022
0.2.11923 940 4/25/2022
0.2.11907 787 4/25/2022
0.2.11906 815 4/25/2022
0.2.11903 825 4/25/2022
0.2.11902 824 4/25/2022
0.2.11869 792 4/24/2022
0.2.11852 763 4/22/2022
0.2.11799 813 4/21/2022
0.2.11763 821 4/19/2022
0.2.11740 810 4/19/2022
0.2.11701 843 4/18/2022
0.2.11698 864 4/18/2022
0.2.11681 828 4/16/2022
0.2.11568 837 4/14/2022
0.2.11507 892 4/12/2022
0.2.11501 849 4/12/2022
0.2.11476 833 4/11/2022
0.2.11472 828 4/10/2022
0.2.11396 814 4/6/2022
0.2.11395 805 4/6/2022
0.2.11364 800 4/2/2022
0.2.11356 796 4/1/2022
0.2.11355 801 4/1/2022
0.2.11354 802 4/1/2022
0.2.11350 782 4/1/2022
0.2.11329 802 4/1/2022
0.2.11327 834 4/1/2022
0.2.11326 829 4/1/2022
0.2.11323 811 4/1/2022
0.2.11320 823 3/31/2022
0.2.11319 808 3/31/2022
0.2.11281 822 3/31/2022
0.2.11268 821 3/30/2022
0.2.11267 823 3/30/2022
0.2.11259 826 3/30/2022
0.2.11257 779 3/30/2022
0.2.11211 766 3/29/2022
0.2.11205 787 3/29/2022
0.2.11202 801 3/29/2022
0.2.11197 797 3/28/2022
0.2.11195 786 3/28/2022
0.2.11194 813 3/28/2022
0.2.11190 806 3/28/2022
0.2.11174 809 3/28/2022
0.2.11170 799 3/28/2022
0.2.11169 796 3/28/2022
0.2.11123 799 3/23/2022
0.2.11120 805 3/23/2022
0.2.11092 817 3/23/2022
0.2.11091 812 3/23/2022
0.2.11090 824 3/23/2022
0.2.11087 799 3/23/2022
0.2.11059 808 3/22/2022
0.2.11057 794 3/22/2022
0.2.10900 819 3/7/2022
0.2.10893 828 3/7/2022
0.2.10846 839 3/3/2022
0.2.10844 774 3/3/2022
0.2.10829 871 3/3/2022
0.2.10739 892 2/28/2022
0.2.10649 2,822 2/24/2022
0.2.10628 819 2/23/2022
0.2.10602 818 2/23/2022
0.2.10600 789 2/23/2022
0.2.10574 805 2/23/2022
0.2.10494 811 2/22/2022
0.2.10426 836 2/18/2022
0.2.10424 793 2/18/2022
0.2.10395 779 2/17/2022
0.2.10377 822 2/16/2022
0.2.10375 827 2/16/2022
0.2.10367 825 2/16/2022
0.2.10365 837 2/16/2022
0.2.10349 796 2/15/2022
0.2.10329 808 2/15/2022
0.2.10323 761 2/14/2022
0.2.10321 768 2/14/2022
0.2.10317 818 2/14/2022
0.2.10312 820 2/14/2022
0.2.10303 873 2/14/2022
0.2.10288 838 2/11/2022
0.2.10287 793 2/11/2022
0.2.10286 789 2/11/2022
0.2.10285 796 2/11/2022
0.2.10283 790 2/11/2022
0.2.10277 832 2/9/2022
0.2.10275 813 2/9/2022
0.2.10273 845 2/9/2022
0.2.10268 842 2/9/2022
0.2.10261 826 2/9/2022
0.2.10256 843 2/9/2022
0.2.10254 851 2/9/2022
0.2.10245 868 1/31/2022
0.2.10244 824 1/31/2022
0.2.10243 830 1/31/2022
0.2.10240 850 1/25/2022
0.2.10232 834 1/24/2022
0.2.10220 850 1/24/2022
0.2.10217 1,940 1/24/2022
0.2.10212 816 1/24/2022
0.2.10210 834 1/24/2022
0.2.10208 817 1/24/2022
0.2.10206 812 1/24/2022
0.2.10204 838 1/24/2022
0.2.10194 800 1/22/2022
0.2.10192 804 1/22/2022
0.2.10190 820 1/22/2022
0.2.10172 843 1/22/2022
0.2.10118 814 1/21/2022
0.2.10097 768 1/20/2022
0.2.10091 790 1/20/2022
0.2.10073 819 1/19/2022
0.2.10068 822 1/19/2022
0.2.10064 811 1/19/2022
0.2.10061 818 1/19/2022
0.2.10057 807 1/19/2022
0.2.10039 804 1/19/2022
0.2.10037 802 1/19/2022
0.2.10022 818 1/18/2022
0.2.10021 797 1/18/2022
0.2.10020 790 1/18/2022
0.2.10018 812 1/18/2022
0.2.10005 927 1/18/2022
0.2.10002 838 1/18/2022
0.2.9994 803 1/18/2022
0.2.9992 805 1/18/2022
0.2.9985 837 1/18/2022
0.2.9982 876 1/18/2022
0.2.9981 831 1/17/2022
0.2.9977 810 1/17/2022
0.2.9973 826 1/17/2022
0.2.9971 818 1/17/2022
0.2.9961 808 1/17/2022
0.2.9959 820 1/17/2022
0.2.9956 756 1/17/2022
0.2.9952 828 1/17/2022
0.2.9950 829 1/17/2022
0.2.9943 791 1/17/2022
0.2.9941 772 1/17/2022
0.2.9940 816 1/17/2022
0.2.9934 830 1/17/2022
0.2.9932 797 1/17/2022
0.2.9929 811 1/17/2022
0.2.9899 804 1/14/2022
0.2.9889 802 1/13/2022
0.2.9886 851 1/13/2022
0.2.9856 876 1/13/2022
0.2.9854 844 1/13/2022
0.2.9835 857 1/12/2022
0.2.9801 866 1/11/2022
0.2.9798 763 1/11/2022
0.2.9797 522 1/10/2022
0.2.9794 523 1/10/2022
0.2.9782 543 1/10/2022
0.2.9775 502 1/10/2022
0.2.9771 489 1/10/2022
0.2.9736 528 1/7/2022
0.2.9735 544 1/7/2022
0.2.9679 555 1/6/2022
0.2.9664 603 1/6/2022
0.2.9642 533 1/5/2022
0.2.9627 550 1/5/2022
0.2.9623 593 1/5/2022
0.2.9617 515 1/5/2022
0.2.9606 518 1/4/2022
0.2.9599 511 1/4/2022
0.2.9595 516 1/4/2022
0.2.9578 477 1/4/2022
0.2.9566 503 1/4/2022
0.2.9545 515 12/31/2021
0.2.9533 509 12/31/2021
0.2.9525 500 12/31/2021
0.2.9513 501 12/31/2021
0.2.9476 693 12/30/2021
0.2.9442 557 12/29/2021
0.2.9441 489 12/29/2021
0.2.9411 494 12/29/2021
0.2.9386 503 12/29/2021
0.2.9384 515 12/29/2021
0.2.9382 532 12/29/2021
0.2.9381 532 12/29/2021
0.2.9377 525 12/28/2021
0.2.9374 514 12/28/2021
0.2.9370 519 12/28/2021
0.2.9369 540 12/28/2021
0.2.9367 527 12/28/2021
0.2.9351 517 12/28/2021
0.2.9347 499 12/28/2021
0.2.9346 494 12/28/2021
0.2.9337 566 12/28/2021
0.2.9331 534 12/28/2021
0.2.9323 535 12/27/2021
0.2.9322 553 12/27/2021
0.2.9320 549 12/27/2021
0.2.9319 538 12/27/2021
0.2.9318 516 12/27/2021
0.2.9312 529 12/27/2021
0.2.9308 548 12/27/2021
0.2.9295 549 12/27/2021
0.2.9291 508 12/27/2021
0.2.9283 506 12/27/2021
0.2.9282 527 12/27/2021
0.2.9228 540 12/24/2021
0.2.9225 500 12/23/2021
0.2.9221 519 12/23/2021
0.2.9217 516 12/23/2021
0.2.9216 514 12/23/2021
0.2.9202 550 12/23/2021
0.2.9198 515 12/23/2021
0.2.9197 509 12/23/2021
0.2.9187 523 12/23/2021
0.2.9182 506 12/22/2021
0.2.9180 489 12/22/2021
0.2.9163 514 12/22/2021
0.2.9155 538 12/22/2021
0.2.9154 493 12/22/2021
0.2.9140 530 12/21/2021
0.2.9116 532 12/21/2021
0.2.9098 519 12/20/2021
0.2.9095 587 12/17/2021
0.2.9094 555 12/17/2021
0.2.9086 491 12/17/2021
0.2.9083 503 12/17/2021
0.2.9079 499 12/17/2021
0.2.9075 505 12/17/2021
0.2.9061 561 12/16/2021
0.2.9049 556 12/16/2021
0.2.9046 516 12/16/2021
0.2.9036 559 12/15/2021
0.2.9035 500 12/15/2021
0.2.9034 522 12/15/2021
0.2.9016 512 12/14/2021
0.2.9009 510 12/14/2021
0.2.9006 561 12/14/2021
0.2.8987 582 12/13/2021
0.2.8984 574 12/13/2021
0.2.8980 772 12/13/2021
0.2.8977 600 12/12/2021
0.2.8965 587 12/10/2021
0.2.8964 548 12/10/2021
0.2.8963 466 12/10/2021
0.2.8962 556 12/10/2021
0.2.8961 560 12/10/2021
0.2.8960 558 12/10/2021
0.2.8959 577 12/10/2021
0.2.8958 547 12/10/2021
0.2.8952 539 12/10/2021
0.2.8864 566 12/9/2021
0.2.8809 586 12/7/2021
0.2.8768 554 12/7/2021
0.2.8764 548 12/7/2021
0.2.8762 543 12/7/2021
0.2.8760 551 12/7/2021
0.2.8759 568 12/7/2021
0.2.8633 986 12/3/2021
0.2.8603 539 12/3/2021
0.2.8567 526 12/2/2021
0.2.8566 529 12/2/2021
0.2.8553 566 12/2/2021
0.2.8542 555 12/2/2021
0.2.8538 564 12/2/2021
0.2.8495 551 12/1/2021
0.2.8494 560 12/1/2021
0.2.8470 614 12/1/2021
0.2.8390 530 11/30/2021
0.2.8383 518 11/30/2021
0.2.8187 1,709 11/26/2021
0.2.8146 2,739 11/26/2021
0.2.8145 2,455 11/26/2021
0.2.8139 2,675 11/25/2021
0.2.8120 3,897 11/25/2021
0.2.8118 5,258 11/24/2021
0.2.8096 4,945 11/24/2021
0.2.8078 207 11/23/2021
0.2.8071 191 11/23/2021
0.2.8069 199 11/23/2021
0.2.8065 200 11/23/2021
0.2.8046 214 11/23/2021
0.2.8044 190 11/23/2021
0.2.8036 220 11/22/2021
0.2.8033 198 11/22/2021
0.2.8032 200 11/22/2021
0.2.8031 207 11/22/2021
0.2.8029 212 11/22/2021
0.2.8028 194 11/22/2021
0.2.8024 196 11/22/2021
0.2.8022 205 11/22/2021
0.2.8020 207 11/22/2021
0.2.8019 210 11/22/2021
0.2.8018 224 11/22/2021
0.2.8017 268 11/22/2021
0.2.8016 312 11/22/2021
0.2.8015 321 11/22/2021
0.2.8012 349 11/22/2021
0.2.8006 236 11/19/2021
0.2.8004 248 11/19/2021
0.2.8002 224 11/19/2021
0.2.7996 270 11/19/2021
0.2.7992 276 11/19/2021
0.2.7990 213 11/19/2021
0.2.7988 257 11/19/2021
0.2.7974 258 11/19/2021
0.2.7972 213 11/19/2021
0.2.7968 235 11/18/2021
0.2.7937 267 11/18/2021
0.2.7933 211 11/18/2021
0.2.7931 224 11/18/2021
0.2.7923 235 11/17/2021
0.2.7915 239 11/17/2021
0.2.7912 222 11/17/2021
0.2.7901 258 11/17/2021
0.2.7882 246 11/16/2021
0.2.7876 229 11/16/2021
0.2.7869 269 11/16/2021
0.2.7861 239 11/15/2021
0.2.7853 224 11/15/2021
0.2.7843 247 11/15/2021
0.2.7821 231 11/12/2021
0.2.7811 230 11/12/2021
0.2.7808 242 11/12/2021
0.2.7803 216 11/12/2021
0.2.7802 219 11/12/2021
0.2.7801 225 11/12/2021
0.2.7800 228 11/12/2021
0.2.7789 217 11/11/2021
0.2.7751 198 11/9/2021
0.2.7730 215 11/9/2021
0.2.7727 227 11/9/2021
0.2.7689 172 11/8/2021
0.2.7667 227 11/5/2021
0.2.7641 223 11/4/2021
0.2.7625 188 11/3/2021
0.2.7583 209 11/2/2021
0.2.7580 174 11/1/2021
0.2.7541 203 10/29/2021
0.2.7415 227 10/25/2021
0.2.7399 184 10/22/2021
0.2.7394 192 10/22/2021
0.2.7391 235 10/22/2021
0.2.7369 209 10/20/2021
0.2.7339 204 10/20/2021
0.2.7336 204 10/20/2021
0.2.7332 182 10/20/2021
0.2.7319 179 10/19/2021
0.2.7317 187 10/19/2021
0.2.7316 184 10/19/2021
0.2.7307 172 10/19/2021
0.2.7304 158 10/19/2021
0.2.7302 168 10/18/2021
0.2.7292 209 10/18/2021
0.2.7219 186 10/12/2021
0.2.7197 204 10/11/2021
0.2.7194 205 10/11/2021
0.2.7192 257 10/11/2021
0.2.7183 211 10/9/2021
0.2.7161 217 10/9/2021
0.2.7158 227 10/9/2021
0.2.7157 244 10/9/2021
0.2.7149 209 10/8/2021
0.2.7134 169 10/8/2021
0.2.7121 170 9/30/2021
0.2.7110 190 9/30/2021
0.2.7054 220 9/28/2021
0.2.6901 191 9/26/2021
0.2.6894 191 9/26/2021
0.2.6887 212 9/26/2021
0.2.6884 253 9/26/2021
0.2.6883 271 9/26/2021
0.2.6847 198 9/22/2021
0.2.6662 189 9/18/2021
0.2.6661 188 9/18/2021
0.2.6577 193 9/17/2021
0.2.6573 199 9/17/2021
0.2.6572 201 9/17/2021
0.2.6561 8,729 9/16/2021
0.2.6552 198 9/17/2021
0.2.6547 181 9/17/2021
0.2.6544 180 9/17/2021
0.2.5758 192 9/6/2021
0.2.5757 170 9/6/2021
0.2.5756 174 9/6/2021
0.2.5410 408 8/26/2021
0.2.5408 384 8/26/2021
0.2.5395 181 8/26/2021
0.2.5394 180 8/26/2021
0.2.5393 178 8/25/2021
0.2.5117 242 8/21/2021
0.2.5116 176 8/21/2021
0.2.5115 168 8/21/2021
0.2.4935 1,470 8/18/2021
0.2.4635 211 8/12/2021
0.2.4574 187 8/12/2021
0.2.4523 223 8/11/2021
0.2.4517 197 8/11/2021
0.2.4505 173 8/11/2021
0.2.4503 170 8/11/2021
0.2.4489 185 8/11/2021
0.2.4482 177 8/11/2021
0.2.4476 175 8/11/2021
0.2.4475 182 8/11/2021
0.2.4458 1,578 8/10/2021
0.2.4447 187 8/10/2021
0.2.4426 209 8/10/2021
0.2.4425 201 8/10/2021
0.2.4424 196 8/10/2021
0.2.4312 215 8/9/2021
0.2.4275 199 8/6/2021
0.2.4271 201 8/6/2021
0.2.4259 231 8/6/2021
0.2.4253 236 8/6/2021
0.2.4201 205 8/5/2021
0.2.4161 208 8/5/2021
0.2.4158 211 8/5/2021
0.2.4151 198 8/5/2021
0.2.4064 212 8/3/2021
0.2.4023 188 8/2/2021
0.2.4009 179 8/2/2021
0.2.4008 181 8/2/2021
0.2.4004 184 8/2/2021
0.2.3964 6,543 8/2/2021
0.2.3958 190 8/2/2021
0.2.3954 195 8/2/2021
0.2.3885 275 7/31/2021
0.2.3880 214 7/31/2021
0.2.3850 259 7/31/2021
0.2.3838 292 7/31/2021
0.2.3832 294 7/31/2021
0.2.3829 302 7/31/2021
0.2.3782 219 7/30/2021
0.2.3768 225 7/30/2021
0.2.3760 230 7/30/2021
0.2.3752 197 7/30/2021
0.2.3750 205 7/29/2021
0.2.3734 206 7/29/2021
0.2.3717 381 7/29/2021
0.2.3716 202 7/29/2021
0.2.3710 205 7/29/2021
0.2.397 308 10/25/2022
0.2.396 311 10/24/2022
0.2.395 316 10/24/2022
0.2.392 308 10/24/2022
0.2.385 315 10/21/2022
0.2.373 336 10/21/2022
0.2.368 341 10/20/2022
0.2.357 331 10/20/2022
0.2.345 341 10/19/2022
0.2.317 319 10/18/2022
0.2.316 328 10/18/2022
0.2.315 321 10/18/2022
0.2.313 316 10/18/2022
0.2.312 323 10/18/2022
0.2.311 301 10/18/2022
0.2.299 312 10/17/2022
0.2.297 328 10/17/2022
0.2.296 328 10/17/2022
0.2.295 329 10/17/2022
0.2.288 324 10/17/2022
0.2.259 354 10/13/2022
0.2.258 362 10/13/2022
0.2.194 346 10/11/2022
0.2.175 101 10/11/2022
0.2.173 342 10/10/2022
0.2.169 364 10/10/2022
0.2.155 374 10/10/2022
0.2.60 791 3/22/2022
0.2.59 782 3/22/2022
0.2.58 770 3/22/2022
0.2.57 787 3/21/2022
0.2.56 818 3/18/2022
0.2.55 802 3/18/2022
0.2.53 808 3/18/2022
0.2.52 824 3/18/2022
0.2.50 809 3/18/2022
0.2.49 786 3/17/2022
0.2.48 800 3/17/2022
0.2.47 846 3/17/2022
0.2.44 845 3/17/2022
0.2.43 780 3/16/2022
0.2.42 792 3/16/2022
0.2.41 829 3/11/2022
0.2.40 570 3/11/2022
0.2.39 571 3/10/2022
0.2.38 823 3/10/2022