MaterialDesignThemes.MahApps 5.2.1-ci865

This is a prerelease version of MaterialDesignThemes.MahApps.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MaterialDesignThemes.MahApps --version 5.2.1-ci865
                    
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 5.2.1-ci865
                    
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="MaterialDesignThemes.MahApps" Version="5.2.1-ci865" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MaterialDesignThemes.MahApps" Version="5.2.1-ci865" />
                    
Directory.Packages.props
<PackageReference Include="MaterialDesignThemes.MahApps" />
                    
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 MaterialDesignThemes.MahApps --version 5.2.1-ci865
                    
#r "nuget: MaterialDesignThemes.MahApps, 5.2.1-ci865"
                    
#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=MaterialDesignThemes.MahApps&version=5.2.1-ci865&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Addin
#tool nuget:?package=MaterialDesignThemes.MahApps&version=5.2.1-ci865&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Tool

Material Design In XAML Toolkit Logo of Material Design in XAML

NuGet-Themes NuGet-Colors

NuGet-Themes-CI NuGet-Colors-CI

Backers on Open Collective Sponsors on Open Collective Chat Issues

Comprehensive and easy to use Material Design theme and control library for the Windows desktop (WPF).

  • Material Design styles for all major WPF Framework controls
  • Additional controls to support the theme, including Multi Action Button, Cards, Dialogs, Clock
  • Easy configuration of palette (at design and runtime), according to Google's guidelines
  • Full Material Design Icons icon pack
  • Easy transition effects
  • Compatible with Dragablz, MahApps
  • Demo applications included in the source project

See screenshots

<details> <summary>Table of contents</summary>

</details>


Getting started

See the full starting guide for more in-depth information.

This quick guide assumes you have already created a WPF project and are using Microsoft Visual Studio 2022.

  • Install the toolkit through the visual NuGet package manager in Visual Studio or use the following command:
Install-Package MaterialDesignThemes
  • Alter your App.xaml
<Application 
  x:Class="Example.App"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
  StartupUri="MainWindow.xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" />

                <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign2.Defaults.xaml" /> 
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>
  • If you want to target Material Design 3, alter the ResourceDictionary line in the snippet above to use MaterialDesign3.Defaults.xaml.

  • Alter your MainWindow.xaml

<Window [...]
  Style="{StaticResource MaterialDesignWindow}"
  [...] >

Building the source

To build the project, following is required:

  • Microsoft Visual Studio 2022
  • .NET desktop development workload

This repository also contains 3 different demo applications:

  • MaterialDesignDemo - Reference WPF app with Material Design 2 styling, this contains all controls and is a recommended tool when developing apps with this library
  • MaterialDesign3Demo - Reference WPF app with Material Design 3 styling, under development
  • MahAppsDragablzDemo - Demo app for combining with Dragablz and MahApps

Screenshots

The screenshots below are taken from the Material Design 2 demo app. It is possible that these are out of date. Run the demo app from latest source to see the latest version.

<details> <summary>Show images</summary>

Screenshot of WPF Material Design 2 demo application home page Buttons Toggles Fields ComboBoxes Palette Color Tools Pickers Icons Cards Menus and Toolbars Progress Bars Dialogs Lists Tree View Sliders Chips Typography Group Box Snackbars Elevation </details>

More examples

FAQ

Contributing

Before contributing code read the Contribution Guidelines

Want to say thanks? 🙏🏻

  • Hit the ⭐ star ⭐ button
  • If you'd like to make a very much appreciated financial donation please visit <a href='https://opencollective.com/materialdesigninxaml'>open collective</a>

This project exists thanks to all the people who contribute.

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

Mentions

Backers

Thank you to all our backers! 🙏 Become a backer.

<a href="https://opencollective.com/materialdesigninxaml#backers" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/backers.svg?width=890"></a>

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

<a href="https://opencollective.com/materialdesigninxaml/sponsor/0/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/1/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/2/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/3/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/4/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/5/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/6/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/7/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/8/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/materialdesigninxaml/sponsor/9/website" target="_blank"><img src="https://opencollective.com/materialdesigninxaml/sponsor/9/avatar.svg"></a>

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 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.  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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on MaterialDesignThemes.MahApps:

Package Downloads
SNSHelper

Support functions for SNS, LightMapper, Live Electrochem, BioLED controller etc

OnSite.ClickerAce.Plugin

ClickerAce Plugin Interface

SNS.Helper

Support functions for SNS, LightMapper, Live Electrochem, BioLED controller etc

SnowyRiver.WPF.MaterialDesignInPrism

Package Description

ClassIsland.Core

ClassIsland 应用核心依赖库,包括 ClassIsland 封装的一些常用控件和方法。

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on MaterialDesignThemes.MahApps:

Repository Stars
awaescher/RepoZ
👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
ClassIsland/ClassIsland
一款适用于班级多媒体屏幕的课表信息显示工具,可以一目了然地显示各种信息。
CXWorld/CapFrameX
Frametime capture and analysis tool
visualHFT/VisualHFT
VisualHFT is a WPF/C# desktop GUI that shows market microstructure in real time. You can track advanced limit‑order‑book dynamics and execution quality, then use its modular plugins to shape the analysis to your workflow.
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
dukus/digiCamControl
DSLR camera remote control open source software
reactiveui/Camelotia
Cross-platform sample .NET GUI for cloud file management.
5andr0/PogoLocationFeeder
Json feed of pokemon location data
Keboo/MaterialDesignInXaml.Examples
A collection of small samples using MaterialDesignInXaml.
MeshackMusundi/SignalChat
WPF-MVVM instant messaging application using SignalR
imchillin/CMTool
Zeeex/XTR-Toolbox
🛠 Versatile tool to optimize Windows
yaobus/SIPAM
IP地址分配管理系统
Yoooi0/MultiFunPlayer
flexible application to synchronize various devices with media playback
d-haxton/HaxtonBot
Still the fastest.
lolo77777/OpenCVVision
使用OpenCvSharp创建常用功能集合
Plac3hold3r/MvxScaffolding
🏗️ A customizable template used to scaffold a cross-platform MvvmCross application.
ThinkingTransistor/Sigma
Rocket powered machine learning. Create, compare, adapt, improve - artificial intelligence at the speed of thought.
Fiasco1216/WinDroid_Toolkit
A toolkit for Android devices.
yaobus/IPAM-NOTE
Version Downloads Last updated
5.2.2-ci998 428 5/16/2025
5.2.2-ci991 145 5/9/2025
5.2.2-ci976 328 4/24/2025
5.2.2-ci975 162 4/23/2025
5.2.2-ci968 239 4/16/2025
5.2.2-ci942 326 3/21/2025
5.2.2-ci938 194 3/17/2025
5.2.2-ci935 131 3/14/2025
5.2.2-ci933 180 3/12/2025
5.2.2-ci929 210 3/8/2025
5.2.2-ci928 232 3/7/2025
5.2.2-ci921 129 2/28/2025
5.2.2-ci914 153 2/21/2025
5.2.2-ci907 199 2/14/2025
5.2.2-ci900 150 2/7/2025
5.2.2-ci893 167 1/31/2025
5.2.2-ci891 126 1/29/2025
5.2.2-ci886 120 1/24/2025
5.2.2-ci882 125 1/20/2025
5.2.2-ci879 132 1/17/2025
5.2.2-ci877 113 1/15/2025
5.2.2-ci875 105 1/13/2025
5.2.2-ci872 99 1/10/2025
5.2.2-ci1032 104 6/19/2025
5.2.2-ci1027 126 6/14/2025
5.2.2-ci1026 229 6/13/2025
5.2.2-ci1021 182 6/8/2025
5.2.2-ci1019 97 6/6/2025
5.2.2-ci1012 103 5/30/2025
5.2.1 17,535 1/10/2025
5.2.1-ci870 91 1/8/2025
5.2.1-ci867 208 1/5/2025
5.2.1-ci865 153 1/3/2025
5.2.0 1,171 1/3/2025
3.1.1-ci859 143 12/28/2024
3.1.1-ci852 175 12/21/2024
3.1.1-ci850 137 12/19/2024
3.1.1-ci842 169 12/11/2024
3.1.1-ci841 118 12/10/2024
3.1.1-ci795 433 10/25/2024
3.1.1-ci794 159 10/24/2024
3.1.1-ci787 164 10/17/2024
3.1.1-ci785 114 10/15/2024
3.1.1-ci780 144 10/10/2024
3.1.1-ci779 130 10/9/2024
3.1.1-ci776 134 10/6/2024
3.1.1-ci753 335 9/13/2024
3.1.1-ci751 143 9/11/2024
3.1.1-ci745 170 9/5/2024
3.1.1-ci738 149 8/29/2024
3.1.1-ci718 317 8/9/2024
3.1.1-ci717 152 8/8/2024
3.1.1-ci697 202 7/19/2024
3.1.1-ci696 109 7/18/2024
3.1.1-ci691 161 7/13/2024
3.1.1-ci689 104 7/11/2024
3.1.1-ci680 245 7/2/2024
3.1.1-ci675 154 6/27/2024
3.1.0 25,385 6/22/2024
3.1.0-ci671 128 6/23/2024
3.1.0-ci670 131 6/22/2024
3.1.0-ci668 146 6/20/2024
3.1.0-ci666 152 6/18/2024
3.1.0-ci662 157 6/14/2024
3.1.0-ci661 128 6/13/2024
3.1.0-ci651 187 6/3/2024
3.1.0-ci649 134 6/1/2024
3.1.0-ci646 134 5/29/2024
3.1.0-ci644 150 5/27/2024
3.1.0-ci633 229 5/16/2024
3.1.0-ci630 147 5/13/2024
3.1.0-ci629 116 5/12/2024
3.1.0-ci626 127 5/9/2024
3.1.0-ci619 156 5/2/2024
3.1.0-ci615 180 4/28/2024
3.1.0-ci614 183 4/27/2024
3.1.0-ci613 147 4/26/2024
3.1.0-ci612 146 4/25/2024
3.1.0-ci609 181 4/22/2024
3.1.0-ci598 278 4/11/2024
3.1.0-ci589 378 4/2/2024
3.1.0-ci588 122 4/1/2024
3.1.0-ci587 131 3/31/2024
3.1.0-ci584 162 3/28/2024
3.1.0-ci577 3,954 3/21/2024
3.1.0-ci571 1,807 3/15/2024
3.0.1-ci570 132 3/14/2024
3.0.1-ci569 126 3/13/2024
3.0.1-ci563 160 3/7/2024
3.0.0-ci552 259 2/25/2024
3.0.0-ci551 125 2/24/2024
3.0.0-ci540 298 2/13/2024
3.0.0-ci539 116 2/12/2024
3.0.0-ci535 131 2/8/2024
3.0.0-ci528 192 2/1/2024
3.0.0-ci508 336 1/12/2024
3.0.0-ci504 186 1/8/2024
3.0.0-ci498 190 1/2/2024
3.0.0-ci484 305 12/19/2023
3.0.0-ci480 192 12/15/2023
3.0.0-ci479 142 12/14/2023
3.0.0-ci478 132 12/13/2023
3.0.0-ci477 152 12/12/2023
3.0.0-ci476 131 12/11/2023
3.0.0-ci472 179 12/8/2023
3.0.0-ci471 110 12/7/2023
3.0.0-ci470 131 12/6/2023
3.0.0-ci469 97 12/5/2023
3.0.0-ci468 112 12/4/2023
3.0.0-ci465 2,870 12/2/2023
3.0.0-ci463 136 11/30/2023
3.0.0-ci462 136 11/29/2023
3.0.0-ci461 132 11/28/2023
3.0.0-ci455 204 11/22/2023
3.0.0-ci453 127 11/21/2023
3.0.0-ci451 156 11/20/2023
3.0.0-ci435 302 11/4/2023
3.0.0-ci434 142 11/3/2023
3.0.0-ci433 127 11/2/2023
3.0.0-ci431 141 10/31/2023
3.0.0-ci430 142 10/30/2023
3.0.0-ci429 130 10/29/2023
3.0.0-ci426 171 10/26/2023
3.0.0-ci368 703 8/31/2023
3.0.0-ci365 195 8/28/2023
3.0.0-ci358 159 8/21/2023
3.0.0-ci354 177 8/17/2023
3.0.0-ci353 156 8/16/2023
3.0.0-ci352 147 8/15/2023
3.0.0-ci351 155 8/14/2023
3.0.0-ci350 166 8/13/2023
3.0.0-ci349 139 8/12/2023
3.0.0-ci346 216 8/9/2023
3.0.0-ci344 181 8/7/2023
3.0.0-ci342 170 8/5/2023
3.0.0-ci341 178 8/4/2023
3.0.0-ci330 292 7/24/2023
3.0.0-ci326 192 7/20/2023
3.0.0-ci325 149 7/19/2023
3.0.0-ci323 200 7/17/2023
3.0.0-ci321 177 7/15/2023
2.1.5-ci317 251 7/11/2023
2.1.5-ci316 153 7/10/2023
2.1.5-ci309 233 7/3/2023
2.1.5-ci302 213 6/26/2023
2.1.5-ci295 365 6/19/2023
2.1.5-ci281 322 6/5/2023
2.1.5-ci276 181 5/31/2023
2.1.5-ci274 173 5/29/2023
2.1.5-ci272 172 5/27/2023
2.1.5-ci268 202 5/23/2023
2.1.4-ci267 233 5/22/2023
2.1.4-ci262 198 5/17/2023
2.1.4-ci259 186 5/14/2023
2.1.4-ci257 163 5/12/2023
2.1.3-ci256 180 5/11/2023
2.1.3-ci255 176 5/10/2023
2.1.3-ci253 183 5/8/2023
2.1.3-ci249 190 5/4/2023
2.1.3-ci246 575 5/1/2023
2.1.3-ci239 238 4/24/2023
2.1.3-ci236 182 4/21/2023
2.1.3-ci235 157 4/20/2023
2.1.3-ci223 318 4/8/2023
2.1.3-ci218 297 4/3/2023
2.1.3-ci215 205 3/31/2023
2.1.3-ci214 170 3/30/2023
2.1.3-ci204 314 3/20/2023
2.1.3-ci200 202 3/16/2023
2.1.3-ci197 1,363 3/13/2023
2.1.3-ci193 264 3/9/2023
2.1.3-ci192 188 3/8/2023
2.1.3-ci186 236 3/2/2023
2.1.2-ci185 202 3/1/2023
2.1.2-ci183 194 2/27/2023
2.1.2-ci182 210 2/26/2023
2.1.2-ci179 246 2/23/2023
2.1.2-ci176 288 2/20/2023
2.1.2-ci172 241 2/16/2023
2.1.2-ci169 830 2/13/2023
2.1.2-ci168 202 2/12/2023
2.1.2-ci167 187 2/11/2023
2.1.2-ci161 258 2/5/2023
2.1.2-ci160 188 2/4/2023
2.1.2-ci155 266 1/30/2023
2.1.2-ci148 320 1/23/2023
2.1.2-ci146 218 1/21/2023
2.1.2-ci143 297 1/18/2023
2.1.2-ci141 235 1/16/2023
2.1.1-ci140 191 1/15/2023
2.1.1-ci136 261 1/11/2023
2.1.1-ci134 220 1/9/2023
2.1.1-ci130 230 1/5/2023
2.1.0-ci121 208 1/4/2023
1.0.0 26,714 3/3/2024
0.3.0 67,813 5/11/2023
0.2.9 598 5/11/2023
0.2.8 33,173 3/2/2023
0.2.7 17,029 1/16/2023
0.2.6 7,936 1/5/2023
0.2.6-ci409 232 12/29/2022
0.2.6-ci402 237 12/22/2022
0.2.6-ci401 806 12/21/2022
0.2.6-ci399 207 12/19/2022
0.2.6-ci390 284 12/10/2022
0.2.6-ci385 198 12/5/2022
0.2.6-ci381 247 12/1/2022
0.2.6-ci378 211 11/28/2022
0.2.6-ci374 243 11/24/2022
0.2.6-ci371 199 11/21/2022
0.2.6-ci369 191 11/19/2022
0.2.6-ci364 325 11/14/2022
0.2.6-ci358 260 11/8/2022
0.2.6-ci357 228 11/7/2022
0.2.6-ci354 199 11/4/2022
0.2.6-ci350 244 10/31/2022
0.2.6-ci346 213 10/27/2022
0.2.6-ci343 236 10/24/2022
0.2.6-ci336 228 10/17/2022
0.2.6-ci333 207 10/14/2022
0.2.6-ci332 224 10/13/2022
0.2.6-ci329 258 10/10/2022
0.2.6-ci325 338 10/6/2022
0.2.6-ci322 241 10/3/2022
0.2.6-ci315 274 9/26/2022
0.2.5 26,567 9/26/2022
0.2.5-ci310 309 9/22/2022
0.2.4-ci307 310 9/19/2022
0.2.4-ci306 257 9/18/2022
0.2.4-ci304 280 9/16/2022
0.2.3 7,005 9/16/2022
0.2.3-ci302 234 9/15/2022
0.2.3-ci298 308 9/11/2022
0.2.3-ci297 206 9/10/2022
0.2.3-ci277 1,234 8/21/2022
0.2.3-ci273 242 8/17/2022
0.2.3-ci259 300 8/3/2022
0.2.3-ci255 245 7/30/2022
0.2.3-ci246 298 7/21/2022
0.2.3-ci244 230 7/19/2022
0.2.3-ci240 251 7/15/2022
0.2.3-ci239 227 7/14/2022
0.2.3-ci234 299 7/9/2022
0.2.3-ci231 236 7/6/2022
0.2.3-ci230 197 7/5/2022
0.2.3-ci229 221 7/4/2022
0.2.3-ci220 328 6/25/2022
0.2.3-ci218 283 6/23/2022
0.2.3-ci216 229 6/21/2022
0.2.3-ci211 219 6/16/2022
0.2.3-ci209 244 6/14/2022
0.2.3-ci205 234 6/10/2022
0.2.3-ci198 256 6/3/2022
0.2.3-ci195 255 5/31/2022
0.2.3-ci191 256 5/27/2022
0.2.3-ci189 234 5/25/2022
0.2.3-ci182 276 5/18/2022
0.2.3-ci176 275 5/12/2022
0.2.3-ci172 274 5/8/2022
0.2.3-ci170 229 5/6/2022
0.2.3-ci169 703 5/5/2022
0.2.2 44,944 4/28/2022
0.2.2-ci168 222 5/4/2022
0.2.2-ci158 193 4/28/2022
0.2.2-ci156 265 4/26/2022
0.2.2-ci153 235 4/23/2022
0.2.2-ci152 246 4/22/2022
0.2.2-ci147 302 4/17/2022
0.2.2-ci145 246 4/15/2022
0.2.2-ci133 363 4/3/2022
0.2.2-ci130 231 3/31/2022
0.2.2-ci129 239 3/30/2022
0.2.2-ci125 252 3/26/2022
0.2.2-ci124 225 3/25/2022
0.2.2-ci122 237 3/23/2022
0.2.2-ci120 233 3/21/2022
0.2.1 9,999 3/20/2022
0.2.1-ci94 556 2/24/2022
0.2.1-ci89 295 2/19/2022
0.2.1-ci74 342 2/4/2022
0.2.1-ci69 353 1/30/2022
0.2.1-ci65 251 1/26/2022
0.2.1-ci62 289 1/23/2022
0.2.1-ci57 473 1/18/2022
0.2.1-ci45 328 1/6/2022
0.2.1-ci43 257 1/4/2022
0.2.1-ci38-ci38 288 12/30/2021
0.2.1-ci32-ci32 236 12/24/2021
0.2.1-ci31-ci31 242 12/23/2021
0.2.1-ci30-ci30 267 12/22/2021
0.2.1-ci29-ci29 240 12/21/2021
0.2.1-ci24-ci24 286 12/16/2021
0.2.1-ci22-ci22 256 12/14/2021
0.2.1-ci16-ci16 283 12/8/2021
0.2.1-ci114 235 3/16/2022
0.2.1-ci112 224 3/14/2022
0.2.1-ci11-ci11 1,018 12/3/2021
0.2.1-ci108 283 12/1/2021
0.2.1-ci107 252 11/30/2021
0.2.1-ci101 220 3/3/2022
0.2.0 22,788 11/28/2021
0.2.0-ci97 2,747 11/20/2021
0.2.0-ci96 270 11/19/2021
0.2.0-ci89 321 11/12/2021
0.2.0-ci82 342 11/5/2021
0.2.0-ci80 286 11/3/2021
0.2.0-ci78 365 11/1/2021
0.2.0-ci75 328 10/29/2021
0.2.0-ci62 512 10/16/2021
0.2.0-ci60 306 10/14/2021
0.2.0-ci58 286 10/12/2021
0.2.0-ci57 326 10/11/2021
0.2.0-ci53 327 10/7/2021
0.2.0-ci50 311 10/4/2021
0.2.0-ci49 313 10/3/2021
0.2.0-ci45 362 9/29/2021
0.2.0-ci44 310 9/28/2021
0.2.0-ci43 309 9/27/2021
0.2.0-ci41 310 9/26/2021
0.2.0-ci40 277 9/25/2021
0.2.0-ci39 294 9/24/2021
0.2.0-ci103 2,158 11/26/2021
0.2.0-ci101 4,465 11/24/2021
0.1.9 10,598 9/20/2021
0.1.9-ci8 543 8/29/2021
0.1.9-ci7 331 8/28/2021
0.1.9-ci6 316 8/27/2021
0.1.9-ci36 335 9/21/2021
0.1.9-ci34 319 9/19/2021
0.1.9-ci29 305 9/14/2021
0.1.9-ci18 306 9/3/2021
0.1.9-ci17 284 9/2/2021
0.1.9-ci16 292 9/1/2021
0.1.9-ci14 308 8/30/2021
0.1.9-ci10 291 8/30/2021
0.1.8-ci3 322 8/27/2021
0.1.8-ci2657 1,977 7/19/2021
0.1.8-ci2654 366 7/18/2021
0.1.8-ci2651 366 7/16/2021
0.1.8-ci2634 366 7/14/2021
0.1.8-ci2631 358 7/13/2021
0.1.8-ci2627 360 7/11/2021
0.1.8-ci2615 348 7/9/2021
0.1.8-ci2610 324 7/8/2021
0.1.8-ci2603 359 7/7/2021
0.1.8-ci2600 706 6/25/2021
0.1.8-ci2595 462 6/22/2021
0.1.8-ci2585 477 6/16/2021
0.1.8-ci2581 455 6/5/2021
0.1.8-ci2578 358 6/2/2021
0.1.8-ci2567 478 5/26/2021
0.1.8-ci2561 363 5/25/2021
0.1.8-ci2558 363 5/23/2021
0.1.7 25,458 5/23/2021
0.1.7-ci2556 342 5/23/2021
0.1.6 18,943 2/13/2021
0.1.6-ci2554 347 5/23/2021
0.1.6-ci2543 334 4/30/2021
0.1.6-ci2525 331 4/16/2021
0.1.6-ci2496 343 3/28/2021
0.1.6-ci2491 379 3/26/2021
0.1.6-ci2482 367 3/24/2021
0.1.6-ci2478 336 3/23/2021
0.1.6-ci2471 364 3/19/2021
0.1.6-ci2463 369 3/16/2021
0.1.6-ci2451 338 3/9/2021
0.1.6-ci2444 348 2/19/2021
0.1.6-ci2426 353 2/16/2021
0.1.6-ci2422 342 2/13/2021
0.1.6-ci2416 323 2/12/2021
0.1.6-ci2405 434 2/5/2021
0.1.6-ci2397 413 1/29/2021
0.1.6-ci2387 454 1/25/2021
0.1.6-ci2347 1,360 1/4/2021
0.1.6-ci2312 603 12/15/2020
0.1.6-ci2305 470 12/12/2020
0.1.6-ci2273 770 11/19/2020
0.1.6-ci2265 436 11/13/2020
0.1.6-ci2230 489 11/6/2020
0.1.6-ci2224 456 11/6/2020
0.1.6-ci2206 460 11/2/2020
0.1.6-ci2191 446 10/30/2020
0.1.6-ci2175 484 10/23/2020
0.1.6-ci2156 821 10/17/2020
0.1.6-ci2139 482 10/12/2020
0.1.6-ci2120 510 10/11/2020
0.1.6-ci2063 479 10/4/2020
0.1.6-ci2054 474 10/3/2020
0.1.6-ci1990 682 9/26/2020
0.1.5 55,345 9/21/2020
0.1.5-ci1979 530 9/20/2020
0.1.5-ci1966 544 9/14/2020
0.1.5-ci1964 517 9/13/2020
0.1.5-ci1955 484 9/12/2020
0.1.5-ci1951 467 9/11/2020
0.1.5-ci1936 467 9/7/2020
0.1.5-ci1917 508 9/4/2020
0.1.5-ci1901 488 8/29/2020
0.1.5-ci1883 470 8/21/2020
0.1.5-ci1875 510 8/18/2020
0.1.5-ci1856 541 8/12/2020
0.1.5-ci1837 477 8/7/2020
0.1.5-ci1798 513 7/28/2020
0.1.5-ci1779 535 7/15/2020
0.1.5-ci1773 444 7/13/2020
0.1.5-ci1767 482 7/10/2020
0.1.5-ci1755 784 7/4/2020
0.1.5-ci1738 441 7/3/2020
0.1.5-ci1727 451 7/2/2020
0.1.5-ci1725 498 7/1/2020
0.1.4 77,650 5/25/2020
0.1.4-ci1706 552 6/28/2020
0.1.4-ci1685 463 6/18/2020
0.1.4-ci1679 485 6/16/2020
0.1.4-ci1652 546 6/14/2020
0.1.4-ci1640 460 6/12/2020
0.1.4-ci1608 454 6/8/2020
0.1.4-ci1564 510 6/4/2020
0.1.4-ci1559 504 6/3/2020
0.1.4-ci1531 466 5/29/2020
0.1.4-ci1524 448 5/28/2020
0.1.4-ci1517 442 5/27/2020
0.1.4-ci1513 472 5/25/2020
0.1.3 39,975 5/25/2020
0.1.3-ci1510 456 5/25/2020
0.1.3-ci1508 479 5/25/2020
0.1.2 1,093 5/25/2020
0.1.2-ci1506 461 5/25/2020
0.1.2-ci1494 509 5/23/2020
0.1.2-ci1491 465 5/22/2020
0.1.2-ci1479 559 5/20/2020
0.1.2-ci1465 593 5/15/2020
0.1.2-ci1463 483 5/16/2020
0.1.2-ci1442 567 5/11/2020
0.1.2-ci1423 536 5/7/2020
0.1.2-ci1420 496 5/6/2020
0.1.2-ci1399 528 5/3/2020
0.1.2-ci1368 540 4/29/2020
0.1.2-ci1363 523 4/28/2020
0.1.2-ci1356 488 4/27/2020
0.1.2-ci1345 470 4/26/2020
0.1.2-ci1333 544 4/25/2020
0.1.2-ci1326 461 4/24/2020
0.1.2-ci1320 1,751 4/23/2020
0.1.2-ci1306 466 4/22/2020
0.1.2-ci1300 512 4/20/2020
0.1.2-ci1276 494 4/18/2020
0.1.2-ci1261 633 4/13/2020
0.1.2-ci1254 635 4/9/2020
0.1.1-ci981 1,551 1/24/2020
0.1.1-ci978 558 1/23/2020
0.1.1-ci948 645 1/12/2020
0.1.1-ci945 586 1/10/2020
0.1.1-ci939 548 1/9/2020
0.1.1-ci936 526 1/8/2020
0.1.1-ci933 585 1/7/2020
0.1.1-ci930 580 1/3/2020
0.1.1-ci926 656 1/1/2020
0.1.1-ci920 635 12/31/2019
0.1.1-ci918 571 12/31/2019
0.1.1-ci914 527 12/30/2019
0.1.1-ci908 565 12/29/2019
0.1.1-ci901 538 12/27/2019
0.1.1-ci882 549 12/23/2019
0.1.1-ci879 586 12/20/2019
0.1.1-ci873 2,286 12/18/2019
0.1.1-ci870 781 12/16/2019
0.1.1-ci858 633 12/14/2019
0.1.1-ci850 785 12/9/2019
0.1.1-ci848 846 12/8/2019
0.1.1-ci844 551 12/6/2019
0.1.1-ci837 664 12/5/2019
0.1.1-ci833 578 12/4/2019
0.1.1-ci828 818 12/1/2019
0.1.1-ci808 567 11/28/2019
0.1.1-ci802 1,692 11/26/2019
0.1.1-ci794 548 11/25/2019
0.1.1-ci783 577 11/22/2019
0.1.1-ci778 600 11/19/2019
0.1.1-ci775 519 11/18/2019
0.1.1-ci772 556 11/17/2019
0.1.1-ci769 528 11/16/2019
0.1.1-ci765 552 11/15/2019
0.1.1-ci753 568 11/14/2019
0.1.1-ci740 749 11/6/2019
0.1.1-ci731 597 11/3/2019
0.1.1-ci727 626 11/1/2019
0.1.1-ci720 592 10/30/2019
0.1.1-ci715 551 10/29/2019
0.1.1-ci699 656 10/21/2019
0.1.1-ci696 567 10/20/2019
0.1.1-ci693 520 10/19/2019
0.1.1-ci689 518 10/18/2019
0.1.1-ci683 557 10/17/2019
0.1.1-ci680 746 10/16/2019
0.1.1-ci671 606 10/15/2019
0.1.1-ci663 625 10/12/2019
0.1.1-ci660 573 10/11/2019
0.1.1-ci653 579 10/10/2019
0.1.1-ci643 586 10/8/2019
0.1.1-ci636 573 10/7/2019
0.1.1-ci632 546 10/6/2019
0.1.1-ci625 563 10/5/2019
0.1.1-ci619 585 10/4/2019
0.1.1-ci607 620 10/1/2019
0.1.1-ci604 580 9/30/2019
0.1.1-ci581 1,778 9/25/2019
0.1.1-ci578 581 9/24/2019
0.1.1-ci561 603 9/23/2019
0.1.1-ci552 885 9/20/2019
0.1.1-ci550 614 9/17/2019
0.1.1-ci547 590 9/15/2019
0.1.1-ci545 580 9/13/2019
0.1.1-ci542 621 9/11/2019
0.1.1-ci539 598 9/10/2019
0.1.1-ci534 628 9/7/2019
0.1.1-ci531 563 9/6/2019
0.1.1-ci524 696 9/3/2019
0.1.1-ci515 602 8/31/2019
0.1.1-ci508 586 8/30/2019
0.1.1-ci492 650 8/22/2019
0.1.1-ci489 608 8/21/2019
0.1.1-ci486 599 8/20/2019
0.1.1-ci482 576 8/18/2019
0.1.1-ci478 601 8/17/2019
0.1.1-ci473 596 8/16/2019
0.1.1-ci470 586 8/15/2019
0.1.1-ci465 617 8/13/2019
0.1.1-ci460 600 8/12/2019
0.1.1-ci448 642 8/11/2019
0.1.1-ci437 621 8/9/2019
0.1.1-ci413 620 8/6/2019
0.1.1-ci376 682 7/26/2019
0.1.1-ci1244 981 4/3/2020
0.1.1-ci1241 533 4/1/2020
0.1.1-ci1238 521 3/31/2020
0.1.1-ci1235 458 3/30/2020
0.1.1-ci1232 477 3/29/2020
0.1.1-ci1213 543 3/22/2020
0.1.1-ci1204 489 3/21/2020
0.1.1-ci1198 485 3/20/2020
0.1.1-ci1179 468 3/19/2020
0.1.1-ci1173 607 3/18/2020
0.1.1-ci1166 477 3/17/2020
0.1.1-ci1156 536 3/14/2020
0.1.1-ci1142 514 3/8/2020
0.1.1-ci1137 468 3/7/2020
0.1.1-ci1133 522 3/4/2020
0.1.1-ci1114 532 3/2/2020
0.1.1-ci1013 475 2/3/2020
0.1.1-ci1004 539 2/1/2020
0.1.1-ci1001 574 1/31/2020
0.1.0 101,339 7/16/2019
0.1.0-ci1565 640 7/10/2019
0.1.0-ci1423 914 5/25/2019
0.1.0-ci1419 591 5/25/2019
0.1.0-ci1418 603 5/25/2019
0.0.13-ci1414 671 5/24/2019
0.0.13-ci1412 586 5/24/2019
0.0.13-ci1366 1,774 4/16/2019
0.0.13-ci1365 622 4/16/2019
0.0.13-ci1364 649 4/15/2019
0.0.13-ci1360 619 4/13/2019
0.0.13-ci1359 618 4/13/2019
0.0.13-ci1358 632 4/11/2019
0.0.13-ci1355 630 4/10/2019
0.0.13-ci1353 688 4/4/2019
0.0.13-ci1350 659 4/3/2019
0.0.13-ci1349 638 4/3/2019
0.0.13-ci1344 694 3/22/2019
0.0.13-ci1338 650 3/18/2019
0.0.13-ci1333 633 3/17/2019
0.0.13-ci1332 617 3/17/2019
0.0.13-ci1329 618 3/17/2019
0.0.13-ci1327 697 3/4/2019
0.0.13-ci1322 685 2/24/2019
0.0.13-ci1319 656 2/21/2019
0.0.12 45,497 9/4/2018
0.0.11 87,094 8/16/2017
0.0.10 29,780 2/1/2017
0.0.9 19,006 1/18/2017
0.0.8 9,642 9/26/2016
0.0.7 2,449 9/22/2016
0.0.6 10,336 7/5/2016
0.0.5 1,600 7/5/2016
0.0.4 8,455 1/27/2016
0.0.3 4,503 11/6/2015
0.0.2 2,089 10/15/2015
0.0.1 1,861 10/14/2015