Masa.Blazor 1.7.0-rc.2

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.7.0-rc.2                
NuGet\Install-Package Masa.Blazor -Version 1.7.0-rc.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="1.7.0-rc.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Masa.Blazor --version 1.7.0-rc.2                
#r "nuget: Masa.Blazor, 1.7.0-rc.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=1.7.0-rc.2&prerelease

// Install Masa.Blazor as a Cake Tool
#tool nuget:?package=Masa.Blazor&version=1.7.0-rc.2&prerelease                

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

MASA.Blazor .NET Nuget Nuget

</div>

English| 简体中文

🚀 What is MASA Blazor?

Provide a standard basic component library based on Material design specifications. 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

🖥️ Documentation

To check out the docs, visit docs.masastack.com

👨‍💻 Local development

Development environment setup

Clone code

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

Run doc server

cd docs/Masa.Docs.Server
dotnet run

Visit

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

💁‍♂️ Contributing

Please make sure to read the Contributing Guide before making a pull request.

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

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

🌐 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

💬 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 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 is compatible.  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 (9)

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

ThingsGateway.Components

Package Description

GitHub repositories (6)

Showing the top 5 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,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using 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
MicroSugarDeveloperOrg/Avalonia.WebView
Version Downloads Last updated
1.7.4 134 9/26/2024
1.7.3 163 9/19/2024
1.7.2 204 9/9/2024
1.7.1 216 9/4/2024
1.7.0 161 9/2/2024
1.7.0-rc.3 56 8/28/2024
1.7.0-rc.2 54 8/26/2024
1.7.0-rc.1 78 8/19/2024
1.7.0-beta.5 130 8/12/2024
1.7.0-beta.4 60 8/9/2024
1.7.0-beta.3 61 7/26/2024
1.7.0-beta.2 45 7/24/2024
1.7.0-beta.1 500 7/19/2024
1.6.8 429 8/9/2024
1.6.7 146 8/5/2024
1.6.6 430 7/18/2024
1.6.5 284 7/16/2024
1.6.4 246 7/12/2024
1.6.3 229 7/11/2024
1.6.2 259 7/10/2024
1.6.1 315 7/4/2024
1.6.0 730 7/2/2024
1.6.0-beta.7 55 7/1/2024
1.6.0-beta.6 69 6/27/2024
1.6.0-beta.5 71 6/26/2024
1.6.0-beta.4 78 6/17/2024
1.6.0-beta.3 57 6/13/2024
1.6.0-beta.2 138 5/31/2024
1.6.0-beta.1 60 5/31/2024
1.5.5 697 6/3/2024
1.5.4 136 6/3/2024
1.5.3 253 5/29/2024
1.5.2 421 5/21/2024
1.5.1 737 5/10/2024
1.5.0 606 5/7/2024
1.5.0-beta.3 68 5/6/2024
1.5.0-beta.2 59 4/29/2024
1.5.0-beta.1 185 4/25/2024
1.4.2 829 4/22/2024
1.4.1 239 4/17/2024
1.4.0 376 4/7/2024
1.4.0-beta.5 84 4/2/2024
1.4.0-beta.4 74 3/28/2024
1.4.0-beta.3 79 3/18/2024
1.4.0-beta.2 80 3/1/2024
1.4.0-beta.1 159 2/1/2024
1.3.4 2,691 1/26/2024
1.3.3 373 1/25/2024
1.3.2 1,107 1/9/2024
1.3.1 966 12/29/2023
1.3.0 507 12/28/2023
1.3.0-beta.7 89 12/27/2023
1.3.0-beta.6 282 12/26/2023
1.3.0-beta.5 147 12/22/2023
1.3.0-beta.4 100 12/18/2023
1.3.0-beta.3 190 12/5/2023
1.3.0-beta.2 146 11/29/2023
1.2.2 1,504 11/13/2023
1.2.1 317 11/10/2023
1.2.0 284 11/7/2023
1.1.1 1,046 10/23/2023
1.1.0 1,196 10/11/2023
1.0.4 2,402 9/7/2023
1.0.3 1,811 8/28/2023
1.0.2 3,078 8/18/2023
1.0.1 3,032 7/27/2023
1.0.0 3,308 7/17/2023
1.0.0-rc.6 510 7/6/2023
1.0.0-rc.5 343 6/29/2023
1.0.0-rc.4 837 6/15/2023
1.0.0-rc.3 439 6/2/2023
1.0.0-rc.2 2,966 5/15/2023
1.0.0-rc.1 1,756 4/27/2023
1.0.0-preview.19 124 4/27/2023
1.0.0-preview.18 340 4/26/2023
1.0.0-preview.17 2,075 4/23/2023
1.0.0-preview.16 337 4/19/2023
1.0.0-preview.15 623 4/14/2023
1.0.0-preview.14 360 4/12/2023
1.0.0-preview.13 221 4/10/2023
1.0.0-preview.12 816 4/3/2023
1.0.0-preview.11 1,058 3/27/2023
1.0.0-preview.10 776 3/22/2023
1.0.0-preview.9 436 3/18/2023
1.0.0-preview.8 831 3/10/2023
1.0.0-preview.7 522 3/3/2023
1.0.0-preview.6 667 2/28/2023
1.0.0-preview.5 157 2/28/2023
1.0.0-preview.4 447 2/21/2023
1.0.0-preview.3 796 2/13/2023
1.0.0-preview.2 2,025 2/3/2023
1.0.0-preview.1 273 1/17/2023
0.7.0-alpha.6179 78 9/18/2023
0.7.0-alpha.6178 75 9/18/2023
0.7.0-alpha.6177 81 9/18/2023
0.7.0-alpha.6119 99 9/13/2023
0.7.0-alpha.6118 90 9/13/2023
0.7.0-alpha.6107 94 9/13/2023
0.7.0-alpha.6096 82 9/12/2023
0.7.0-alpha.6095 86 9/12/2023
0.7.0-alpha.6094 85 9/12/2023
0.7.0-alpha.6041 102 9/8/2023
0.7.0-alpha.6040 99 9/8/2023
0.7.0-alpha.6025 89 9/7/2023
0.7.0-alpha.6021 94 9/7/2023
0.7.0-alpha.6012 78 9/7/2023
0.7.0-alpha.6011 87 9/7/2023
0.7.0-alpha.5956 87 9/4/2023
0.7.0-alpha.5926 84 9/1/2023
0.7.0-alpha.5897 94 8/30/2023
0.7.0-alpha.5872 88 8/29/2023
0.7.0-alpha.5870 89 8/29/2023
0.7.0-alpha.5857 84 8/28/2023
0.7.0-alpha.5847 86 8/28/2023
0.7.0-alpha.5731 85 8/22/2023
0.7.0-alpha.5699 77 8/18/2023
0.7.0-alpha.5682 71 8/18/2023
0.7.0-alpha.5681 72 8/18/2023
0.7.0-alpha.5650 83 8/16/2023
0.7.0-alpha.5644 94 8/15/2023
0.7.0-alpha.5642 83 8/15/2023
0.7.0-alpha.5641 94 8/15/2023
0.7.0-alpha.5620 90 8/14/2023
0.7.0-alpha.5619 91 8/14/2023
0.7.0-alpha.5618 92 8/14/2023
0.7.0-alpha.5617 89 8/14/2023
0.7.0-alpha.5611 92 8/11/2023
0.7.0-alpha.5609 97 8/11/2023
0.7.0-alpha.5608 94 8/11/2023
0.7.0-alpha.5607 96 8/11/2023
0.7.0-alpha.5606 93 8/11/2023
0.7.0-alpha.5581 86 8/9/2023
0.7.0-alpha.5492 95 8/3/2023
0.7.0-alpha.5482 87 8/3/2023
0.7.0-alpha.5435 97 8/1/2023
0.7.0-alpha.5372 78 7/27/2023
0.7.0-alpha.5365 84 7/26/2023
0.7.0-alpha.5363 89 7/26/2023
0.7.0-alpha.5362 88 7/26/2023
0.7.0-alpha.5344 103 7/25/2023
0.7.0-alpha.5321 98 7/24/2023
0.7.0-alpha.5320 103 7/24/2023
0.7.0-alpha.5319 109 7/24/2023
0.7.0-alpha.5292 102 7/20/2023
0.7.0-alpha.5236 105 7/17/2023
0.7.0-alpha.5160 100 7/13/2023
0.7.0-alpha.5142 96 7/12/2023
0.7.0-alpha.5139 101 7/12/2023
0.7.0-alpha.5124 104 7/11/2023
0.7.0-alpha.5070 72 7/7/2023
0.7.0-alpha.5061 93 7/7/2023
0.7.0-alpha.5056 92 7/6/2023
0.7.0-alpha.5049 89 7/6/2023
0.7.0-alpha.5013 96 7/5/2023
0.7.0-alpha.4994 97 7/4/2023
0.7.0-alpha.4992 95 7/4/2023
0.7.0-alpha.4991 93 7/4/2023
0.7.0-alpha.4963 92 7/3/2023
0.7.0-alpha.4962 95 7/3/2023
0.7.0-alpha.4959 101 7/3/2023
0.7.0-alpha.4926 95 6/30/2023
0.7.0-alpha.4919 91 6/30/2023
0.7.0-alpha.4883 85 6/27/2023
0.7.0-alpha.4882 74 6/27/2023
0.7.0-alpha.4881 83 6/27/2023
0.7.0-alpha.4847 84 6/25/2023
0.7.0-alpha.4804 81 6/20/2023
0.7.0-alpha.4802 83 6/20/2023
0.7.0-alpha.4798 85 6/20/2023
0.7.0-alpha.4797 94 6/20/2023
0.7.0-alpha.4796 91 6/20/2023
0.7.0-alpha.4790 84 6/19/2023
0.7.0-alpha.4736 87 6/16/2023
0.7.0-alpha.4709 85 6/15/2023
0.7.0-alpha.4695 82 6/15/2023
0.7.0-alpha.4639 87 6/12/2023
0.7.0-alpha.4569 88 6/9/2023
0.7.0-alpha.4527 97 6/8/2023
0.7.0-alpha.4503 86 6/7/2023
0.7.0-alpha.4502 88 6/7/2023
0.7.0-alpha.4442 83 6/5/2023
0.7.0-alpha.4441 90 6/5/2023
0.7.0-alpha.4391 85 6/1/2023
0.7.0-alpha.4390 82 6/1/2023
0.7.0-alpha.4389 88 6/1/2023
0.7.0-alpha.4366 95 5/31/2023
0.7.0-alpha.4365 91 5/31/2023
0.7.0-alpha.4363 83 5/31/2023
0.7.0-alpha.4332 84 5/29/2023
0.7.0-alpha.4331 85 5/29/2023
0.7.0-alpha.4329 81 5/26/2023
0.7.0-alpha.4310 99 5/26/2023
0.7.0-alpha.4303 79 5/26/2023
0.7.0-alpha.4262 85 5/24/2023
0.7.0-alpha.4261 90 5/24/2023
0.7.0-alpha.4260 86 5/24/2023
0.7.0-alpha.4158 110 5/19/2023
0.7.0-alpha.4156 101 5/19/2023
0.7.0-alpha.4117 102 5/15/2023
0.7.0-alpha.4108 103 5/15/2023
0.7.0-alpha.3987 94 5/5/2023
0.7.0-alpha.3986 91 5/5/2023
0.7.0-alpha.3965 126 5/4/2023
0.7.0-alpha.3932 103 4/28/2023
0.7.0-alpha.3930 93 4/28/2023
0.7.0-alpha.3929 110 4/28/2023
0.7.0-alpha.3923 100 4/28/2023
0.7.0-alpha.3917 104 4/27/2023
0.7.0-alpha.3915 103 4/27/2023
0.7.0-alpha.3914 100 4/27/2023
0.7.0-alpha.3896 107 4/27/2023
0.7.0-alpha.3895 100 4/27/2023
0.7.0-alpha.3889 119 4/27/2023
0.7.0-alpha.3880 109 4/26/2023
0.7.0-alpha.3875 102 4/26/2023
0.7.0-alpha.3869 98 4/26/2023
0.7.0-alpha.3865 102 4/26/2023
0.7.0-alpha.3852 103 4/26/2023
0.7.0-alpha.3850 111 4/26/2023
0.7.0-alpha.3848 111 4/26/2023
0.7.0-alpha.3841 107 4/26/2023
0.7.0-alpha.3830 122 4/25/2023
0.7.0-alpha.3800 116 4/24/2023
0.7.0-alpha.3767 111 4/23/2023
0.7.0-alpha.3766 113 4/23/2023
0.7.0-alpha.3763 116 4/23/2023
0.7.0-alpha.3757 96 4/21/2023
0.7.0-alpha.3756 110 4/21/2023
0.7.0-alpha.3736 118 4/21/2023
0.7.0-alpha.3734 117 4/21/2023
0.7.0-alpha.3723 119 4/20/2023
0.7.0-alpha.3719 122 4/20/2023
0.7.0-alpha.3690 120 4/19/2023
0.7.0-alpha.3682 132 4/19/2023
0.7.0-alpha.3672 104 4/19/2023
0.7.0-alpha.3671 108 4/19/2023
0.7.0-alpha.3668 106 4/19/2023
0.7.0-alpha.3666 122 4/19/2023
0.7.0-alpha.3575 122 4/14/2023
0.7.0-alpha.3574 130 4/14/2023
0.7.0-alpha.3570 123 4/14/2023
0.7.0-alpha.3569 119 4/14/2023
0.7.0-alpha.3558 115 4/14/2023
0.7.0-alpha.3531 124 4/13/2023
0.7.0-alpha.3522 123 4/13/2023
0.7.0-alpha.3477 128 4/12/2023
0.7.0-alpha.3462 121 4/12/2023
0.7.0-alpha.3460 140 4/12/2023
0.7.0-alpha.3434 129 4/12/2023
0.7.0-alpha.3429 117 4/11/2023
0.7.0-alpha.3415 137 4/11/2023
0.7.0-alpha.3398 118 4/10/2023
0.7.0-alpha.3382 122 4/10/2023
0.7.0-alpha.3380 138 4/10/2023
0.7.0-alpha.3379 130 4/10/2023
0.7.0-alpha.3376 146 4/10/2023
0.7.0-alpha.3373 134 4/10/2023
0.7.0-alpha.3372 138 4/10/2023
0.7.0-alpha.3370 135 4/10/2023
0.7.0-alpha.3348 131 4/7/2023
0.7.0-alpha.3339 156 4/7/2023
0.7.0-alpha.3330 123 4/6/2023
0.7.0-alpha.3329 112 4/6/2023
0.7.0-alpha.3317 116 4/6/2023
0.7.0-alpha.3313 142 4/6/2023
0.7.0-alpha.3310 126 4/6/2023
0.7.0-alpha.3308 148 4/6/2023
0.7.0-alpha.3304 143 4/6/2023
0.7.0-alpha.3292 126 4/5/2023
0.7.0-alpha.3281 152 4/4/2023
0.7.0-alpha.3278 120 4/4/2023
0.7.0-alpha.3236 116 4/3/2023
0.7.0-alpha.3235 143 4/3/2023
0.7.0-alpha.3230 127 4/3/2023
0.7.0-alpha.3228 132 4/3/2023
0.7.0-alpha.3227 125 4/3/2023
0.7.0-alpha.3226 150 4/3/2023
0.7.0-alpha.3222 144 4/1/2023
0.7.0-alpha.3219 128 3/31/2023
0.7.0-alpha.3217 144 3/31/2023
0.7.0-alpha.3214 145 3/31/2023
0.7.0-alpha.3207 154 3/31/2023
0.7.0-alpha.3204 157 3/31/2023
0.7.0-alpha.3186 132 3/31/2023
0.7.0-alpha.3164 130 3/30/2023
0.7.0-alpha.3152 119 3/30/2023
0.7.0-alpha.3129 140 3/29/2023
0.7.0-alpha.3127 140 3/29/2023
0.7.0-alpha.3124 147 3/29/2023
0.7.0-alpha.3112 129 3/29/2023
0.7.0-alpha.3074 140 3/28/2023
0.7.0-alpha.3073 141 3/28/2023
0.7.0-alpha.3064 159 3/28/2023
0.7.0-alpha.3062 151 3/28/2023
0.7.0-alpha.3060 149 3/27/2023
0.7.0-alpha.3057 140 3/27/2023
0.7.0-alpha.3055 166 3/27/2023
0.7.0-alpha.3047 159 3/27/2023
0.7.0-alpha.3042 164 3/27/2023
0.7.0-alpha.3041 141 3/27/2023
0.7.0-alpha.3037 138 3/27/2023
0.7.0-alpha.3036 139 3/27/2023
0.7.0-alpha.3034 149 3/27/2023
0.7.0-alpha.3032 143 3/27/2023
0.7.0-alpha.3031 132 3/27/2023
0.7.0-alpha.3004 146 3/24/2023
0.7.0-alpha.2994 153 3/23/2023
0.7.0-alpha.2986 157 3/23/2023
0.7.0-alpha.2978 183 3/23/2023
0.7.0-alpha.2916 140 3/21/2023
0.7.0-alpha.2907 129 3/21/2023
0.7.0-alpha.2871 146 3/20/2023
0.7.0-alpha.2847 174 3/18/2023
0.7.0-alpha.2836 159 3/17/2023
0.7.0-alpha.2801 141 3/17/2023
0.7.0-alpha.2799 129 3/16/2023
0.7.0-alpha.2798 128 3/16/2023
0.7.0-alpha.2797 121 3/16/2023
0.7.0-alpha.2795 116 3/16/2023
0.7.0-alpha.2787 116 3/16/2023
0.7.0-alpha.2769 127 3/16/2023
0.7.0-alpha.2741 132 3/15/2023
0.7.0-alpha.2733 141 3/14/2023
0.7.0-alpha.2712 121 3/14/2023
0.7.0-alpha.2711 117 3/14/2023
0.7.0-alpha.2705 125 3/14/2023
0.7.0-alpha.2699 120 3/13/2023
0.7.0-alpha.2698 117 3/13/2023
0.7.0-alpha.2697 132 3/13/2023
0.7.0-alpha.2695 120 3/13/2023
0.7.0-alpha.2680 121 3/10/2023
0.7.0-alpha.2650 121 3/10/2023
0.7.0-alpha.2648 118 3/10/2023
0.7.0-alpha.2641 117 3/9/2023
0.7.0-alpha.2640 127 3/9/2023
0.7.0-alpha.2635 133 3/9/2023
0.7.0-alpha.2634 136 3/9/2023
0.7.0-alpha.2629 128 3/9/2023
0.7.0-alpha.2617 125 3/8/2023
0.7.0-alpha.2616 123 3/8/2023
0.7.0-alpha.2614 127 3/8/2023
0.7.0-alpha.2602 111 3/7/2023
0.7.0-alpha.2590 111 3/7/2023
0.7.0-alpha.2589 127 3/7/2023
0.7.0-alpha.2588 127 3/7/2023
0.7.0-alpha.2533 137 3/3/2023
0.7.0-alpha.2529 139 3/3/2023
0.7.0-alpha.2528 131 3/3/2023
0.7.0-alpha.2454 136 2/28/2023
0.7.0-alpha.2445 152 2/28/2023
0.7.0-alpha.2439 129 2/28/2023
0.7.0-alpha.2435 134 2/28/2023
0.7.0-alpha.2429 139 2/28/2023
0.7.0-alpha.2390 137 2/26/2023
0.7.0-alpha.2360 139 2/24/2023
0.7.0-alpha.2296 140 2/22/2023
0.7.0-alpha.2205 125 2/16/2023
0.7.0-alpha.2192 127 2/15/2023
0.7.0-alpha.2157 144 2/14/2023
0.7.0-alpha.2149 129 2/14/2023
0.7.0-alpha.2062 137 2/13/2023
0.7.0-alpha.2058 135 2/13/2023
0.7.0-alpha.2025 131 2/10/2023
0.7.0-alpha.2007 127 2/9/2023
0.7.0-alpha.2005 129 2/8/2023
0.7.0-alpha.2002 154 2/8/2023
0.7.0-alpha.2001 143 2/8/2023
0.7.0-alpha.2000 130 2/8/2023
0.7.0-alpha.1999 135 2/8/2023
0.7.0-alpha.1998 135 2/8/2023
0.7.0-alpha.1971 143 2/5/2023
0.7.0-alpha.1964 143 2/3/2023
0.7.0-alpha.1961 147 2/3/2023
0.7.0-alpha.1960 139 2/3/2023
0.7.0-alpha.1958 135 2/3/2023
0.7.0-alpha.1957 129 2/3/2023
0.7.0-alpha.1956 137 2/3/2023
0.7.0-alpha.1954 143 2/3/2023
0.7.0-alpha.1945 156 2/2/2023
0.7.0-alpha.1944 162 2/2/2023
0.7.0-alpha.1911 154 1/30/2023
0.7.0-alpha.1904 153 1/29/2023
0.7.0-alpha.1903 160 1/29/2023
0.7.0-alpha.1902 171 1/29/2023
0.7.0-alpha.1899 159 1/29/2023
0.7.0-alpha.1897 155 1/20/2023
0.7.0-alpha.1893 145 1/17/2023
0.7.0-alpha.1891 143 1/17/2023
0.7.0-alpha.1882 147 1/17/2023
0.7.0-alpha.1879 137 1/17/2023
0.7.0-alpha.1865 190 1/16/2023
0.7.0-alpha.1864 149 1/16/2023
0.7.0-alpha.1860 161 1/16/2023
0.7.0-alpha.1856 213 1/15/2023
0.7.0-alpha.1846 187 1/15/2023
0.7.0-alpha.1844 211 1/15/2023
0.7.0-alpha.1840 164 1/15/2023
0.7.0-alpha.1827 148 1/14/2023
0.7.0-alpha.1826 159 1/14/2023
0.7.0-alpha.1804 457 1/14/2023
0.7.0-alpha.1798 166 1/13/2023
0.7.0-alpha.1797 129 1/13/2023
0.7.0-alpha.1794 222 1/13/2023
0.7.0-alpha.1787 144 1/13/2023
0.7.0-alpha.1777 138 1/13/2023
0.7.0-alpha.1761 248 1/12/2023
0.7.0-alpha.1744 153 1/11/2023
0.7.0-alpha.1733 198 1/11/2023
0.7.0-alpha.1726 347 1/11/2023
0.7.0-alpha.1725 191 1/11/2023
0.7.0-alpha.1717 164 1/11/2023
0.7.0-alpha.1712 194 1/11/2023
0.7.0-alpha.1709 168 1/11/2023
0.7.0-alpha.1699 156 1/11/2023
0.7.0-alpha.1697 161 1/11/2023
0.7.0-alpha.1696 155 1/10/2023
0.7.0-alpha.1661 191 1/10/2023
0.7.0-alpha.1655 161 1/9/2023
0.7.0-alpha.1634 168 1/9/2023
0.7.0-alpha.1632 167 1/9/2023
0.7.0-alpha.1611 202 1/6/2023
0.7.0-alpha.1559 306 1/5/2023
0.7.0-alpha.1549 182 1/4/2023
0.7.0-alpha.1544 186 1/4/2023
0.7.0-alpha.1541 239 1/4/2023
0.7.0-alpha.1513 176 1/3/2023
0.7.0-alpha.1512 181 1/3/2023
0.7.0-alpha.1511 170 1/3/2023
0.7.0-alpha.1500 170 1/3/2023
0.7.0-alpha.1409 1,149 12/27/2022
0.7.0-alpha.1406 138 12/27/2022
0.7.0-alpha.1402 143 12/27/2022
0.7.0-alpha.1400 140 12/26/2022
0.7.0-alpha.1399 143 12/26/2022
0.7.0-alpha.1397 151 12/26/2022
0.7.0-alpha.1154 228 12/14/2022
0.7.0-alpha.1122 147 12/12/2022
0.7.0-alpha.1114 149 12/12/2022
0.7.0-alpha.1096 157 12/8/2022
0.7.0-alpha.1044 295 12/6/2022
0.7.0-alpha.1036 143 12/6/2022
0.7.0-alpha.973 177 12/2/2022
0.7.0-alpha.972 148 12/2/2022
0.7.0-alpha.961 147 12/1/2022
0.7.0-alpha.937 182 11/30/2022
0.7.0-alpha.913 171 11/28/2022
0.7.0-alpha.900 156 11/25/2022
0.7.0-alpha.896 137 11/25/2022
0.7.0-alpha.888 140 11/24/2022
0.7.0-alpha.883 138 11/23/2022
0.7.0-alpha.882 150 11/23/2022
0.7.0-alpha.879 156 11/23/2022
0.7.0-alpha.873 159 11/22/2022
0.7.0-alpha.868 146 11/21/2022
0.7.0-alpha.864 134 11/21/2022
0.7.0-alpha.861 148 11/21/2022
0.7.0-alpha.858 144 11/21/2022
0.7.0-alpha.856 142 11/21/2022
0.7.0-alpha.855 159 11/21/2022
0.7.0-alpha.852 146 11/18/2022
0.7.0-alpha.851 145 11/18/2022
0.7.0-alpha.849 141 11/18/2022
0.7.0-alpha.842 139 11/17/2022
0.7.0-alpha.838 144 11/17/2022
0.7.0-alpha.835 148 11/17/2022
0.7.0-alpha.833 148 11/17/2022
0.7.0-alpha.832 153 11/17/2022
0.7.0-alpha.831 152 11/17/2022
0.7.0-alpha.829 146 11/16/2022
0.7.0-alpha.820 140 11/16/2022
0.7.0-alpha.812 158 11/16/2022
0.7.0-alpha.802 141 11/15/2022
0.7.0-alpha.800 144 11/15/2022
0.7.0-alpha.799 135 11/15/2022
0.7.0-alpha.798 136 11/15/2022
0.6.2 1,708 4/11/2023
0.6.1 144 4/11/2023
0.6.0 5,805 11/3/2022
0.6.0-rc.9 414 10/28/2022
0.6.0-rc.8 1,036 10/25/2022
0.6.0-rc.7 1,043 10/11/2022
0.6.0-rc.6 359 9/29/2022
0.6.0-rc.4 214 9/23/2022
0.6.0-rc.3 221 9/20/2022
0.6.0-rc.2 307 9/16/2022
0.6.0-preview.6 302 9/8/2022
0.6.0-preview.5 844 8/29/2022
0.6.0-preview.4 356 8/18/2022
0.6.0-preview.3 596 8/8/2022
0.6.0-preview.2 192 8/4/2022
0.6.0-preview.1 207 8/1/2022
0.5.0 5,455 7/29/2022
0.5.0-rc.7 181 7/28/2022
0.5.0-rc.6 393 7/19/2022
0.5.0-rc.5 277 7/13/2022
0.5.0-rc.4 168 7/12/2022
0.5.0-rc.3 196 7/11/2022
0.5.0-rc.2 239 7/8/2022
0.5.0-rc.1 166 7/7/2022
0.5.0-preview.5 403 6/30/2022
0.5.0-preview.4 211 6/27/2022
0.5.0-preview.3 497 6/21/2022
0.5.0-preview.2 278 6/14/2022
0.5.0-preview.1 210 6/10/2022
0.4.0 2,106 5/31/2022
0.4.0-rc.3 356 5/24/2022
0.4.0-rc.2 192 5/19/2022
0.4.0-rc.1 257 5/19/2022
0.4.0-preview.22 222 5/12/2022 0.4.0-preview.22 is deprecated because it is no longer maintained.
0.4.0-preview.21 190 5/12/2022 0.4.0-preview.21 is deprecated because it is no longer maintained.
0.4.0-preview.4 237 5/12/2022
0.4.0-preview.3 164 5/12/2022
0.4.0-preview.2 170 5/11/2022
0.4.0-preview.1 426 4/2/2022
0.3.11407 2,348 4/6/2022
0.3.0 3,096 2/25/2022
0.3.0-rc.28 197 1/25/2022
0.3.0-rc.26 175 1/24/2022
0.3.0-rc.24 184 1/24/2022
0.3.0-rc.23 183 1/24/2022
0.3.0-rc.22 187 1/24/2022
0.3.0-rc.21 197 1/24/2022
0.3.0-rc.20 182 1/23/2022
0.3.0-rc.19 180 1/22/2022
0.3.0-rc.17 172 1/22/2022
0.3.0-rc.16 189 1/21/2022
0.3.0-rc.14 178 1/21/2022
0.3.0-rc.13 181 1/21/2022
0.3.0-rc.12 186 1/21/2022
0.3.0-rc.11 172 1/21/2022
0.3.0-rc.10 184 1/21/2022
0.3.0-rc.9 177 1/20/2022
0.3.0-rc.8 182 1/17/2022
0.3.0-rc.7 175 1/17/2022
0.3.0-rc.6 187 1/14/2022
0.3.0-rc.5 181 1/13/2022
0.3.0-rc.3 184 12/30/2021
0.3.0-rc.2 218 12/28/2021
0.3.0-alpha.795 149 11/15/2022
0.3.0-alpha.793 145 11/15/2022
0.3.0-alpha.551 120 11/2/2022
0.3.0-alpha.550 121 11/2/2022
0.3.0-alpha.505 132 10/31/2022
0.3.0-alpha.481 124 10/31/2022
0.3.0-alpha.467 131 10/28/2022
0.3.0-alpha.456 149 10/27/2022
0.3.0-alpha.420 126 10/26/2022
0.3.0-alpha.415 139 10/25/2022
0.3.0-alpha.410 126 10/25/2022
0.3.0-alpha.407 123 10/25/2022
0.2.15401 947 9/26/2022
0.2.15400 923 9/26/2022
0.2.15352 940 9/23/2022
0.2.15312 939 9/21/2022
0.2.15296 931 9/20/2022
0.2.15295 963 9/20/2022
0.2.15288 946 9/20/2022
0.2.15286 950 9/20/2022
0.2.15281 927 9/20/2022
0.2.15275 945 9/19/2022
0.2.15273 929 9/19/2022
0.2.15257 976 9/19/2022
0.2.15241 958 9/16/2022
0.2.15240 907 9/16/2022
0.2.15237 949 9/16/2022
0.2.15232 976 9/16/2022
0.2.15231 974 9/16/2022
0.2.15230 941 9/16/2022
0.2.15229 932 9/16/2022
0.2.15210 1,038 9/15/2022
0.2.15196 1,025 9/14/2022
0.2.15184 932 9/13/2022
0.2.15140 940 9/8/2022
0.2.14958 936 8/30/2022
0.2.14948 985 8/29/2022
0.2.14946 959 8/29/2022
0.2.14940 972 8/29/2022
0.2.14939 969 8/29/2022
0.2.14934 954 8/29/2022
0.2.14837 964 8/19/2022
0.2.14822 980 8/18/2022
0.2.14816 934 8/18/2022
0.2.14805 974 8/18/2022
0.2.14781 955 8/17/2022
0.2.14746 953 8/16/2022
0.2.14734 950 8/16/2022
0.2.14541 974 8/11/2022
0.2.14496 946 8/10/2022
0.2.14421 954 8/8/2022
0.2.14363 965 8/5/2022
0.2.14323 999 8/3/2022
0.2.14262 951 8/3/2022
0.2.14189 984 8/1/2022
0.2.14171 1,001 8/1/2022
0.2.14169 1,015 8/1/2022
0.2.14163 1,001 7/29/2022
0.2.14072 970 7/27/2022
0.2.14007 970 7/22/2022
0.2.13863 1,005 7/18/2022
0.2.13821 972 7/15/2022
0.2.13819 1,001 7/15/2022
0.2.13795 1,011 7/14/2022
0.2.13777 997 7/14/2022
0.2.13776 989 7/14/2022
0.2.13741 967 7/12/2022
0.2.13740 979 7/12/2022
0.2.13724 995 7/11/2022
0.2.13717 1,006 7/11/2022
0.2.13705 975 7/8/2022
0.2.13703 985 7/8/2022
0.2.13687 1,018 7/8/2022
0.2.13675 1,010 7/8/2022
0.2.13672 978 7/7/2022
0.2.13665 978 7/7/2022
0.2.13627 975 7/6/2022
0.2.13626 1,003 7/6/2022
0.2.13620 1,000 7/6/2022
0.2.13594 978 7/5/2022
0.2.13593 975 7/5/2022
0.2.13573 995 7/5/2022
0.2.13564 983 7/4/2022
0.2.13561 981 7/4/2022
0.2.13560 1,014 7/4/2022
0.2.13555 1,006 7/4/2022
0.2.13549 1,011 7/4/2022
0.2.13491 1,006 6/30/2022
0.2.13488 1,010 6/30/2022
0.2.13487 996 6/30/2022
0.2.13486 976 6/30/2022
0.2.13482 1,008 6/30/2022
0.2.13481 995 6/30/2022
0.2.13480 997 6/30/2022
0.2.13479 984 6/30/2022
0.2.13476 991 6/30/2022
0.2.13474 979 6/30/2022
0.2.13472 996 6/30/2022
0.2.13471 970 6/30/2022
0.2.13470 1,010 6/30/2022
0.2.13469 1,019 6/30/2022
0.2.13461 989 6/30/2022
0.2.13458 988 6/30/2022
0.2.13453 999 6/30/2022
0.2.13449 981 6/29/2022
0.2.13447 1,012 6/29/2022
0.2.13438 973 6/29/2022
0.2.13417 960 6/29/2022
0.2.13414 993 6/29/2022
0.2.13413 993 6/28/2022
0.2.13404 989 6/28/2022
0.2.13399 1,004 6/28/2022
0.2.13398 1,017 6/28/2022
0.2.13387 977 6/27/2022
0.2.13382 1,011 6/27/2022
0.2.13377 1,006 6/27/2022
0.2.13356 1,012 6/24/2022
0.2.13330 1,028 6/24/2022
0.2.13310 1,014 6/23/2022
0.2.13294 1,006 6/23/2022
0.2.13291 1,010 6/23/2022
0.2.13290 989 6/23/2022
0.2.13286 1,021 6/23/2022
0.2.13214 996 6/21/2022
0.2.13211 1,017 6/21/2022
0.2.12942 970 6/14/2022
0.2.12901 983 6/10/2022
0.2.12871 1,022 6/8/2022
0.2.12848 1,025 6/7/2022
0.2.12846 1,003 6/6/2022
0.2.12794 1,029 6/1/2022
0.2.12793 1,044 6/1/2022
0.2.12694 1,026 5/30/2022
0.2.12507 1,026 5/19/2022
0.2.12495 1,048 5/18/2022
0.2.12494 1,026 5/18/2022
0.2.12492 1,043 5/18/2022
0.2.12478 1,029 5/18/2022
0.2.12476 1,003 5/18/2022
0.2.12468 1,051 5/17/2022
0.2.12453 1,030 5/17/2022
0.2.12452 1,016 5/17/2022
0.2.12450 1,042 5/17/2022
0.2.12437 1,044 5/17/2022
0.2.12435 1,038 5/17/2022
0.2.12433 1,023 5/17/2022
0.2.12431 1,010 5/17/2022
0.2.12407 1,025 5/16/2022
0.2.12395 1,036 5/16/2022
0.2.12340 1,031 5/13/2022
0.2.12339 1,045 5/13/2022
0.2.12324 1,034 5/12/2022
0.2.12323 1,002 5/12/2022
0.2.12309 1,023 5/11/2022
0.2.12277 1,058 5/10/2022
0.2.12265 1,323 5/10/2022
0.2.12261 989 5/10/2022
0.2.12240 1,340 5/9/2022
0.2.12238 1,036 5/9/2022
0.2.12237 1,046 5/9/2022
0.2.12228 1,052 5/9/2022
0.2.12227 1,019 5/9/2022
0.2.12173 1,035 5/7/2022
0.2.12129 1,010 5/6/2022
0.2.12121 1,376 5/6/2022
0.2.12120 1,014 5/6/2022
0.2.12057 1,036 4/29/2022
0.2.12051 1,031 4/28/2022
0.2.12050 1,077 4/28/2022
0.2.12019 1,030 4/28/2022
0.2.12018 1,033 4/28/2022
0.2.12017 1,034 4/28/2022
0.2.12016 2,076 4/28/2022
0.2.12005 2,155 4/27/2022
0.2.11993 2,140 4/27/2022
0.2.11989 2,089 4/27/2022
0.2.11975 2,100 4/27/2022
0.2.11974 2,155 4/27/2022
0.2.11962 2,127 4/26/2022
0.2.11934 2,113 4/26/2022
0.2.11933 2,114 4/26/2022
0.2.11923 2,084 4/25/2022
0.2.11907 1,942 4/25/2022
0.2.11906 1,980 4/25/2022
0.2.11903 1,977 4/25/2022
0.2.11902 1,952 4/25/2022
0.2.11869 1,965 4/24/2022
0.2.11852 1,883 4/22/2022
0.2.11799 1,966 4/21/2022
0.2.11763 1,934 4/19/2022
0.2.11740 1,923 4/19/2022
0.2.11701 1,965 4/18/2022
0.2.11698 1,971 4/18/2022
0.2.11681 1,985 4/16/2022
0.2.11568 1,941 4/14/2022
0.2.11507 2,046 4/12/2022
0.2.11501 1,968 4/12/2022
0.2.11476 1,947 4/11/2022
0.2.11472 1,965 4/10/2022
0.2.11396 1,929 4/6/2022
0.2.11395 1,919 4/6/2022
0.2.11364 1,924 4/2/2022
0.2.11356 1,957 4/1/2022
0.2.11355 1,938 4/1/2022
0.2.11354 1,919 4/1/2022
0.2.11350 1,927 4/1/2022
0.2.11329 1,965 4/1/2022
0.2.11327 1,956 4/1/2022
0.2.11326 1,973 4/1/2022
0.2.11323 1,900 4/1/2022
0.2.11320 1,919 3/31/2022
0.2.11319 1,944 3/31/2022
0.2.11281 1,952 3/31/2022
0.2.11268 1,948 3/30/2022
0.2.11267 1,969 3/30/2022
0.2.11259 1,987 3/30/2022
0.2.11257 1,882 3/30/2022
0.2.11211 1,838 3/29/2022
0.2.11205 1,913 3/29/2022
0.2.11202 1,956 3/29/2022
0.2.11197 1,923 3/28/2022
0.2.11195 1,896 3/28/2022
0.2.11194 1,905 3/28/2022
0.2.11190 1,879 3/28/2022
0.2.11174 1,919 3/28/2022
0.2.11170 1,888 3/28/2022
0.2.11169 1,874 3/28/2022
0.2.11123 1,864 3/23/2022
0.2.11120 1,867 3/23/2022
0.2.11092 1,892 3/23/2022
0.2.11091 1,867 3/23/2022
0.2.11090 1,922 3/23/2022
0.2.11087 1,904 3/23/2022
0.2.11059 1,921 3/22/2022
0.2.11057 1,915 3/22/2022
0.2.10900 1,950 3/7/2022
0.2.10893 1,958 3/7/2022
0.2.10846 1,880 3/3/2022
0.2.10844 1,851 3/3/2022
0.2.10829 1,991 3/3/2022
0.2.10739 1,939 2/28/2022
0.2.10649 6,460 2/24/2022
0.2.10628 1,922 2/23/2022
0.2.10602 1,742 2/23/2022
0.2.10600 1,801 2/23/2022
0.2.10574 1,748 2/23/2022
0.2.10494 1,762 2/22/2022
0.2.10426 1,740 2/18/2022
0.2.10424 1,765 2/18/2022
0.2.10395 1,712 2/17/2022
0.2.10377 1,734 2/16/2022
0.2.10375 1,816 2/16/2022
0.2.10367 1,747 2/16/2022
0.2.10365 1,807 2/16/2022
0.2.10349 1,837 2/15/2022
0.2.10329 1,794 2/15/2022
0.2.10323 1,695 2/14/2022
0.2.10321 1,752 2/14/2022
0.2.10317 1,761 2/14/2022
0.2.10312 1,796 2/14/2022
0.2.10303 1,915 2/14/2022
0.2.10288 1,773 2/11/2022
0.2.10287 1,772 2/11/2022
0.2.10286 1,692 2/11/2022
0.2.10285 1,773 2/11/2022
0.2.10283 1,738 2/11/2022
0.2.10277 1,878 2/9/2022
0.2.10275 1,759 2/9/2022
0.2.10273 1,848 2/9/2022
0.2.10268 1,846 2/9/2022
0.2.10261 1,814 2/9/2022
0.2.10256 1,867 2/9/2022
0.2.10254 1,802 2/9/2022
0.2.10245 1,823 1/31/2022
0.2.10244 1,835 1/31/2022
0.2.10243 1,847 1/31/2022
0.2.10240 1,867 1/25/2022
0.2.10232 1,752 1/24/2022
0.2.10220 1,794 1/24/2022
0.2.10217 4,418 1/24/2022
0.2.10212 1,805 1/24/2022
0.2.10210 1,773 1/24/2022
0.2.10208 1,748 1/24/2022
0.2.10206 1,732 1/24/2022
0.2.10204 1,802 1/24/2022
0.2.10194 1,770 1/22/2022
0.2.10192 1,798 1/22/2022
0.2.10190 1,793 1/22/2022
0.2.10172 1,791 1/22/2022
0.2.10118 1,776 1/21/2022
0.2.10097 1,778 1/20/2022
0.2.10091 1,745 1/20/2022
0.2.10073 1,769 1/19/2022
0.2.10068 1,824 1/19/2022
0.2.10064 1,769 1/19/2022
0.2.10061 1,781 1/19/2022
0.2.10057 1,863 1/19/2022
0.2.10039 1,775 1/19/2022
0.2.10037 1,798 1/19/2022
0.2.10022 1,791 1/18/2022
0.2.10021 1,793 1/18/2022
0.2.10020 1,799 1/18/2022
0.2.10018 1,779 1/18/2022
0.2.10005 1,922 1/18/2022
0.2.10002 1,847 1/18/2022
0.2.9994 1,801 1/18/2022
0.2.9992 1,832 1/18/2022
0.2.9985 1,846 1/18/2022
0.2.9982 1,856 1/18/2022
0.2.9981 1,855 1/17/2022
0.2.9977 1,742 1/17/2022
0.2.9973 1,796 1/17/2022
0.2.9971 1,805 1/17/2022
0.2.9961 1,776 1/17/2022
0.2.9959 1,801 1/17/2022
0.2.9956 1,740 1/17/2022
0.2.9952 1,809 1/17/2022
0.2.9950 1,809 1/17/2022
0.2.9943 1,749 1/17/2022
0.2.9941 1,775 1/17/2022
0.2.9940 1,833 1/17/2022
0.2.9934 1,775 1/17/2022
0.2.9932 1,787 1/17/2022
0.2.9929 1,863 1/17/2022
0.2.9899 1,810 1/14/2022
0.2.9889 1,820 1/13/2022
0.2.9886 1,834 1/13/2022
0.2.9856 1,870 1/13/2022
0.2.9854 1,832 1/13/2022
0.2.9835 1,850 1/12/2022
0.2.9801 1,863 1/11/2022
0.2.9798 1,794 1/11/2022
0.2.9797 1,525 1/10/2022
0.2.9794 1,532 1/10/2022
0.2.9782 1,547 1/10/2022
0.2.9775 1,519 1/10/2022
0.2.9771 1,482 1/10/2022
0.2.9736 1,585 1/7/2022
0.2.9735 1,606 1/7/2022
0.2.9679 1,558 1/6/2022
0.2.9664 1,641 1/6/2022
0.2.9642 1,542 1/5/2022
0.2.9627 1,506 1/5/2022
0.2.9623 1,606 1/5/2022
0.2.9617 1,517 1/5/2022
0.2.9606 1,523 1/4/2022
0.2.9599 1,551 1/4/2022
0.2.9595 1,517 1/4/2022
0.2.9578 1,472 1/4/2022
0.2.9566 1,581 1/4/2022
0.2.9545 1,543 12/31/2021
0.2.9533 1,500 12/31/2021
0.2.9525 1,476 12/31/2021
0.2.9513 1,502 12/31/2021
0.2.9476 1,737 12/30/2021
0.2.9442 1,574 12/29/2021
0.2.9441 1,491 12/29/2021
0.2.9411 1,482 12/29/2021
0.2.9386 1,518 12/29/2021
0.2.9384 1,510 12/29/2021
0.2.9382 1,509 12/29/2021
0.2.9381 1,557 12/29/2021
0.2.9377 1,536 12/28/2021
0.2.9374 1,521 12/28/2021
0.2.9370 1,545 12/28/2021
0.2.9369 1,486 12/28/2021
0.2.9367 1,508 12/28/2021
0.2.9351 1,520 12/28/2021
0.2.9347 1,484 12/28/2021
0.2.9346 1,505 12/28/2021
0.2.9337 1,538 12/28/2021
0.2.9331 1,541 12/28/2021
0.2.9323 1,524 12/27/2021
0.2.9322 1,556 12/27/2021
0.2.9320 1,663 12/27/2021
0.2.9319 1,579 12/27/2021
0.2.9318 1,581 12/27/2021
0.2.9312 1,602 12/27/2021
0.2.9308 1,625 12/27/2021
0.2.9295 1,575 12/27/2021
0.2.9291 1,566 12/27/2021
0.2.9283 1,561 12/27/2021
0.2.9282 1,601 12/27/2021
0.2.9228 1,529 12/24/2021
0.2.9225 1,515 12/23/2021
0.2.9221 1,548 12/23/2021
0.2.9217 1,610 12/23/2021
0.2.9216 1,526 12/23/2021
0.2.9202 1,557 12/23/2021
0.2.9198 1,545 12/23/2021
0.2.9197 1,516 12/23/2021
0.2.9187 1,599 12/23/2021
0.2.9182 1,519 12/22/2021
0.2.9180 1,495 12/22/2021
0.2.9163 1,578 12/22/2021
0.2.9155 1,538 12/22/2021
0.2.9154 1,506 12/22/2021
0.2.9140 1,567 12/21/2021
0.2.9116 1,538 12/21/2021
0.2.9098 1,556 12/20/2021
0.2.9095 1,572 12/17/2021
0.2.9094 1,545 12/17/2021
0.2.9086 1,451 12/17/2021
0.2.9083 1,501 12/17/2021
0.2.9079 1,509 12/17/2021
0.2.9075 1,513 12/17/2021
0.2.9061 1,582 12/16/2021
0.2.9049 1,475 12/16/2021
0.2.9046 1,504 12/16/2021
0.2.9036 1,594 12/15/2021
0.2.9035 1,551 12/15/2021
0.2.9034 1,511 12/15/2021
0.2.9016 1,532 12/14/2021
0.2.9009 1,512 12/14/2021
0.2.9006 1,554 12/14/2021
0.2.8987 1,603 12/13/2021
0.2.8984 1,541 12/13/2021
0.2.8980 1,808 12/13/2021
0.2.8977 1,623 12/12/2021
0.2.8965 1,599 12/10/2021
0.2.8964 1,531 12/10/2021
0.2.8963 1,266 12/10/2021
0.2.8962 1,565 12/10/2021
0.2.8961 1,517 12/10/2021
0.2.8960 1,568 12/10/2021
0.2.8959 1,590 12/10/2021
0.2.8958 1,554 12/10/2021
0.2.8952 1,571 12/10/2021
0.2.8864 1,578 12/9/2021
0.2.8809 1,608 12/7/2021
0.2.8768 1,551 12/7/2021
0.2.8764 1,572 12/7/2021
0.2.8762 1,563 12/7/2021
0.2.8760 1,530 12/7/2021
0.2.8759 1,560 12/7/2021
0.2.8633 1,978 12/3/2021
0.2.8603 1,514 12/3/2021
0.2.8567 1,481 12/2/2021
0.2.8566 1,553 12/2/2021
0.2.8553 1,542 12/2/2021
0.2.8542 1,564 12/2/2021
0.2.8538 1,511 12/2/2021
0.2.8495 1,520 12/1/2021
0.2.8494 1,536 12/1/2021
0.2.8470 1,595 12/1/2021
0.2.8390 1,240 11/30/2021
0.2.8383 1,268 11/30/2021
0.2.8187 2,454 11/26/2021
0.2.8146 3,546 11/26/2021
0.2.8145 2,519 11/26/2021
0.2.8139 2,740 11/25/2021
0.2.8120 3,954 11/25/2021
0.2.8118 5,307 11/24/2021
0.2.8096 5,008 11/24/2021
0.2.8078 268 11/23/2021
0.2.8071 251 11/23/2021
0.2.8069 269 11/23/2021
0.2.8065 261 11/23/2021
0.2.8046 282 11/23/2021
0.2.8044 255 11/23/2021
0.2.8036 290 11/22/2021
0.2.8033 265 11/22/2021
0.2.8032 259 11/22/2021
0.2.8031 268 11/22/2021
0.2.8029 274 11/22/2021
0.2.8028 255 11/22/2021
0.2.8024 256 11/22/2021
0.2.8022 269 11/22/2021
0.2.8020 274 11/22/2021
0.2.8019 277 11/22/2021
0.2.8018 293 11/22/2021
0.2.8017 324 11/22/2021
0.2.8016 371 11/22/2021
0.2.8015 382 11/22/2021
0.2.8012 410 11/22/2021
0.2.8006 299 11/19/2021
0.2.8004 306 11/19/2021
0.2.8002 287 11/19/2021
0.2.7996 331 11/19/2021
0.2.7992 339 11/19/2021
0.2.7990 273 11/19/2021
0.2.7988 317 11/19/2021
0.2.7974 320 11/19/2021
0.2.7972 273 11/19/2021
0.2.7968 295 11/18/2021
0.2.7937 334 11/18/2021
0.2.7933 272 11/18/2021
0.2.7931 283 11/18/2021
0.2.7923 295 11/17/2021
0.2.7915 302 11/17/2021
0.2.7912 277 11/17/2021
0.2.7901 317 11/17/2021
0.2.7882 311 11/16/2021
0.2.7876 294 11/16/2021
0.2.7869 338 11/16/2021
0.2.7861 309 11/15/2021
0.2.7853 287 11/15/2021
0.2.7843 307 11/15/2021
0.2.7821 284 11/12/2021
0.2.7811 302 11/12/2021
0.2.7808 302 11/12/2021
0.2.7803 282 11/12/2021
0.2.7802 283 11/12/2021
0.2.7801 282 11/12/2021
0.2.7800 287 11/12/2021
0.2.7789 276 11/11/2021
0.2.7751 239 11/9/2021
0.2.7730 263 11/9/2021
0.2.7727 268 11/9/2021
0.2.7689 213 11/8/2021
0.2.7667 274 11/5/2021
0.2.7641 270 11/4/2021
0.2.7625 231 11/3/2021
0.2.7583 255 11/2/2021
0.2.7580 213 11/1/2021
0.2.7541 254 10/29/2021
0.2.7415 270 10/25/2021
0.2.7399 222 10/22/2021
0.2.7394 237 10/22/2021
0.2.7391 276 10/22/2021
0.2.7369 256 10/20/2021
0.2.7339 252 10/20/2021
0.2.7336 248 10/20/2021
0.2.7332 226 10/20/2021
0.2.7319 224 10/19/2021
0.2.7317 232 10/19/2021
0.2.7316 225 10/19/2021
0.2.7307 217 10/19/2021
0.2.7304 205 10/19/2021
0.2.7302 215 10/18/2021
0.2.7292 255 10/18/2021
0.2.7219 240 10/12/2021
0.2.7197 250 10/11/2021
0.2.7194 250 10/11/2021
0.2.7192 301 10/11/2021
0.2.7183 254 10/9/2021
0.2.7161 260 10/9/2021
0.2.7158 275 10/9/2021
0.2.7157 296 10/9/2021
0.2.7149 254 10/8/2021
0.2.7134 215 10/8/2021
0.2.7121 213 9/30/2021
0.2.7110 233 9/30/2021
0.2.7054 263 9/28/2021
0.2.6901 229 9/26/2021
0.2.6894 233 9/26/2021
0.2.6887 254 9/26/2021
0.2.6884 292 9/26/2021
0.2.6883 322 9/26/2021
0.2.6847 241 9/22/2021
0.2.6662 232 9/18/2021
0.2.6661 235 9/18/2021
0.2.6577 235 9/17/2021
0.2.6573 237 9/17/2021
0.2.6572 249 9/17/2021
0.2.6561 8,855 9/16/2021
0.2.6552 240 9/17/2021
0.2.6547 226 9/17/2021
0.2.6544 224 9/17/2021
0.2.5758 242 9/6/2021
0.2.5757 220 9/6/2021
0.2.5756 214 9/6/2021
0.2.5410 455 8/26/2021
0.2.5408 437 8/26/2021
0.2.5395 223 8/26/2021
0.2.5394 220 8/26/2021
0.2.5393 220 8/25/2021
0.2.5117 289 8/21/2021
0.2.5116 221 8/21/2021
0.2.5115 209 8/21/2021
0.2.4935 1,510 8/18/2021
0.2.4635 254 8/12/2021
0.2.4574 240 8/12/2021
0.2.4523 270 8/11/2021
0.2.4517 240 8/11/2021
0.2.4505 219 8/11/2021
0.2.4503 217 8/11/2021
0.2.4489 230 8/11/2021
0.2.4482 230 8/11/2021
0.2.4476 227 8/11/2021
0.2.4475 228 8/11/2021
0.2.4458 1,626 8/10/2021
0.2.4447 229 8/10/2021
0.2.4426 259 8/10/2021
0.2.4425 245 8/10/2021
0.2.4424 243 8/10/2021
0.2.4312 257 8/9/2021
0.2.4275 245 8/6/2021
0.2.4271 248 8/6/2021
0.2.4259 288 8/6/2021
0.2.4253 280 8/6/2021
0.2.4201 252 8/5/2021
0.2.4161 257 8/5/2021
0.2.4158 263 8/5/2021
0.2.4151 243 8/5/2021
0.2.4064 262 8/3/2021
0.2.4023 235 8/2/2021
0.2.4009 228 8/2/2021
0.2.4008 229 8/2/2021
0.2.4004 230 8/2/2021
0.2.3964 6,594 8/2/2021
0.2.3958 234 8/2/2021
0.2.3954 240 8/2/2021
0.2.3885 323 7/31/2021
0.2.3880 257 7/31/2021
0.2.3850 311 7/31/2021
0.2.3838 338 7/31/2021
0.2.3832 340 7/31/2021
0.2.3829 347 7/31/2021
0.2.3782 268 7/30/2021
0.2.3768 273 7/30/2021
0.2.3760 280 7/30/2021
0.2.3752 247 7/30/2021
0.2.3750 251 7/29/2021
0.2.3734 251 7/29/2021
0.2.3717 431 7/29/2021
0.2.3716 249 7/29/2021
0.2.3710 252 7/29/2021
0.2.397 864 10/25/2022
0.2.396 868 10/24/2022
0.2.395 846 10/24/2022
0.2.392 873 10/24/2022
0.2.385 852 10/21/2022
0.2.373 877 10/21/2022
0.2.368 928 10/20/2022
0.2.357 886 10/20/2022
0.2.345 887 10/19/2022
0.2.317 858 10/18/2022
0.2.316 885 10/18/2022
0.2.315 896 10/18/2022
0.2.313 870 10/18/2022
0.2.312 897 10/18/2022
0.2.311 886 10/18/2022
0.2.299 868 10/17/2022
0.2.297 910 10/17/2022
0.2.296 913 10/17/2022
0.2.295 881 10/17/2022
0.2.288 876 10/17/2022
0.2.259 902 10/13/2022
0.2.258 939 10/13/2022
0.2.194 914 10/11/2022
0.2.175 152 10/11/2022
0.2.173 902 10/10/2022
0.2.169 904 10/10/2022
0.2.155 957 10/10/2022
0.2.60 1,849 3/22/2022
0.2.59 1,898 3/22/2022
0.2.58 1,826 3/22/2022
0.2.57 1,846 3/21/2022
0.2.56 1,928 3/18/2022
0.2.55 1,905 3/18/2022
0.2.53 1,885 3/18/2022
0.2.52 1,916 3/18/2022
0.2.50 1,915 3/18/2022
0.2.49 1,859 3/17/2022
0.2.48 1,870 3/17/2022
0.2.47 1,923 3/17/2022
0.2.44 1,964 3/17/2022
0.2.43 1,877 3/16/2022
0.2.42 1,878 3/16/2022
0.2.41 1,898 3/11/2022
0.2.40 1,193 3/11/2022
0.2.39 1,197 3/10/2022
0.2.38 1,929 3/10/2022
0.2.37 1,170 3/10/2022
0.2.36 1,196 3/9/2022
0.2.35 1,203 3/9/2022
0.2.31 1,242 3/9/2022
0.2.30 1,181 3/8/2022
0.2.29 1,957 3/8/2022
0.2.27 1,952 3/8/2022
0.2.25 1,862 3/8/2022
0.2.20 1,854 3/7/2022
0.2.17 1,951 3/7/2022
0.2.14 1,895 3/3/2022
0.2.11 1,785 2/16/2022
0.2.10 1,757 2/12/2022
0.2.7 1,903 2/16/2022
0.2.3 1,836 2/14/2022
0.2.1 1,781 2/12/2022
0.1.0.3681 298 7/29/2021
0.1.0.3642 323 7/28/2021
0.1.0.3513 256 7/26/2021
0.1.0.3323 280 7/21/2021
0.1.0.3246 612 7/20/2021
0.1.0.3169 236 7/19/2021
0.1.0.3037 268 7/16/2021
0.1.0.3036 271 7/16/2021
0.1.0.3035 306 7/16/2021
0.1.0.3034 308 7/16/2021
0.1.0.3030 231 7/16/2021
0.1.0.2852 254 7/9/2021
0.1.0.2849 247 7/9/2021
0.1.0.345 440 7/9/2021