MaterialDesignThemes.MahApps 3.1.1-ci795

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 3.1.1-ci795
                    
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 3.1.1-ci795
                    
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="3.1.1-ci795" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MaterialDesignThemes.MahApps" Version="3.1.1-ci795" />
                    
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 3.1.1-ci795
                    
#r "nuget: MaterialDesignThemes.MahApps, 3.1.1-ci795"
                    
#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=3.1.1-ci795&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Addin
#tool nuget:?package=MaterialDesignThemes.MahApps&version=3.1.1-ci795&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

Sorschia.Windows

Sorschia Library for Windows Presentation Foundation (WPF). This replaces Sorschia.Wpf.

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
CXWorld/CapFrameX
Frametime capture and analysis tool
ClassIsland/ClassIsland
一款适用于班级多媒体屏幕的课表信息显示工具,可以一目了然地显示各种信息。
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地址分配管理系统
d-haxton/HaxtonBot
Still the fastest.
Yoooi0/MultiFunPlayer
flexible application to synchronize various devices with media playback
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 180 5/16/2025
5.2.2-ci991 130 5/9/2025
5.2.2-ci976 257 4/24/2025
5.2.2-ci975 157 4/23/2025
5.2.2-ci968 234 4/16/2025
5.2.2-ci942 312 3/21/2025
5.2.2-ci938 191 3/17/2025
5.2.2-ci935 126 3/14/2025
5.2.2-ci933 176 3/12/2025
5.2.2-ci929 204 3/8/2025
5.2.2-ci928 225 3/7/2025
5.2.2-ci921 126 2/28/2025
5.2.2-ci914 149 2/21/2025
5.2.2-ci907 192 2/14/2025
5.2.2-ci900 147 2/7/2025
5.2.2-ci893 162 1/31/2025
5.2.2-ci891 120 1/29/2025
5.2.2-ci886 115 1/24/2025
5.2.2-ci882 119 1/20/2025
5.2.2-ci879 123 1/17/2025
5.2.2-ci877 110 1/15/2025
5.2.2-ci875 99 1/13/2025
5.2.2-ci872 94 1/10/2025
5.2.1 13,399 1/10/2025
5.2.1-ci870 83 1/8/2025
5.2.1-ci867 195 1/5/2025
5.2.1-ci865 149 1/3/2025
5.2.0 1,046 1/3/2025
3.1.1-ci859 134 12/28/2024
3.1.1-ci852 168 12/21/2024
3.1.1-ci850 128 12/19/2024
3.1.1-ci842 160 12/11/2024
3.1.1-ci841 111 12/10/2024
3.1.1-ci795 424 10/25/2024
3.1.1-ci794 152 10/24/2024
3.1.1-ci787 160 10/17/2024
3.1.1-ci785 109 10/15/2024
3.1.1-ci780 141 10/10/2024
3.1.1-ci779 126 10/9/2024
3.1.1-ci776 130 10/6/2024
3.1.1-ci753 328 9/13/2024
3.1.1-ci751 140 9/11/2024
3.1.1-ci745 163 9/5/2024
3.1.1-ci738 145 8/29/2024
3.1.1-ci718 310 8/9/2024
3.1.1-ci717 148 8/8/2024
3.1.1-ci697 195 7/19/2024
3.1.1-ci696 104 7/18/2024
3.1.1-ci691 158 7/13/2024
3.1.1-ci689 101 7/11/2024
3.1.1-ci680 234 7/2/2024
3.1.1-ci675 144 6/27/2024
3.1.0 24,613 6/22/2024
3.1.0-ci671 123 6/23/2024
3.1.0-ci670 124 6/22/2024
3.1.0-ci668 140 6/20/2024
3.1.0-ci666 144 6/18/2024
3.1.0-ci662 145 6/14/2024
3.1.0-ci661 123 6/13/2024
3.1.0-ci651 184 6/3/2024
3.1.0-ci649 129 6/1/2024
3.1.0-ci646 129 5/29/2024
3.1.0-ci644 143 5/27/2024
3.1.0-ci633 223 5/16/2024
3.1.0-ci630 144 5/13/2024
3.1.0-ci629 108 5/12/2024
3.1.0-ci626 123 5/9/2024
3.1.0-ci619 150 5/2/2024
3.1.0-ci615 173 4/28/2024
3.1.0-ci614 178 4/27/2024
3.1.0-ci613 142 4/26/2024
3.1.0-ci612 140 4/25/2024
3.1.0-ci609 178 4/22/2024
3.1.0-ci598 267 4/11/2024
3.1.0-ci589 373 4/2/2024
3.1.0-ci588 119 4/1/2024
3.1.0-ci587 127 3/31/2024
3.1.0-ci584 158 3/28/2024
3.1.0-ci577 3,820 3/21/2024
3.1.0-ci571 1,685 3/15/2024
3.0.1-ci570 127 3/14/2024
3.0.1-ci569 120 3/13/2024
3.0.1-ci563 156 3/7/2024
3.0.0-ci552 255 2/25/2024
3.0.0-ci551 118 2/24/2024
3.0.0-ci540 288 2/13/2024
3.0.0-ci539 112 2/12/2024
3.0.0-ci535 125 2/8/2024
3.0.0-ci528 188 2/1/2024
3.0.0-ci508 328 1/12/2024
3.0.0-ci504 180 1/8/2024
3.0.0-ci498 186 1/2/2024
3.0.0-ci484 298 12/19/2023
3.0.0-ci480 185 12/15/2023
3.0.0-ci479 133 12/14/2023
3.0.0-ci478 125 12/13/2023
3.0.0-ci477 142 12/12/2023
3.0.0-ci476 124 12/11/2023
3.0.0-ci472 171 12/8/2023
3.0.0-ci471 102 12/7/2023
3.0.0-ci470 124 12/6/2023
3.0.0-ci469 93 12/5/2023
3.0.0-ci468 109 12/4/2023
3.0.0-ci465 2,863 12/2/2023
3.0.0-ci463 131 11/30/2023
3.0.0-ci462 128 11/29/2023
3.0.0-ci461 127 11/28/2023
3.0.0-ci455 201 11/22/2023
3.0.0-ci453 124 11/21/2023
3.0.0-ci451 148 11/20/2023
3.0.0-ci435 296 11/4/2023
3.0.0-ci434 139 11/3/2023
3.0.0-ci433 124 11/2/2023
3.0.0-ci431 138 10/31/2023
3.0.0-ci430 134 10/30/2023
3.0.0-ci429 124 10/29/2023
3.0.0-ci426 168 10/26/2023
3.0.0-ci368 698 8/31/2023
3.0.0-ci365 191 8/28/2023
3.0.0-ci358 156 8/21/2023
3.0.0-ci354 171 8/17/2023
3.0.0-ci353 149 8/16/2023
3.0.0-ci352 142 8/15/2023
3.0.0-ci351 151 8/14/2023
3.0.0-ci350 162 8/13/2023
3.0.0-ci349 135 8/12/2023
3.0.0-ci346 212 8/9/2023
3.0.0-ci344 173 8/7/2023
3.0.0-ci342 161 8/5/2023
3.0.0-ci341 170 8/4/2023
3.0.0-ci330 282 7/24/2023
3.0.0-ci326 187 7/20/2023
3.0.0-ci325 142 7/19/2023
3.0.0-ci323 190 7/17/2023
3.0.0-ci321 166 7/15/2023
2.1.5-ci317 241 7/11/2023
2.1.5-ci316 150 7/10/2023
2.1.5-ci309 230 7/3/2023
2.1.5-ci302 204 6/26/2023
2.1.5-ci295 350 6/19/2023
2.1.5-ci281 315 6/5/2023
2.1.5-ci276 175 5/31/2023
2.1.5-ci274 164 5/29/2023
2.1.5-ci272 166 5/27/2023
2.1.5-ci268 198 5/23/2023
2.1.4-ci267 229 5/22/2023
2.1.4-ci262 189 5/17/2023
2.1.4-ci259 183 5/14/2023
2.1.4-ci257 158 5/12/2023
2.1.3-ci256 173 5/11/2023
2.1.3-ci255 171 5/10/2023
2.1.3-ci253 178 5/8/2023
2.1.3-ci249 187 5/4/2023
2.1.3-ci246 572 5/1/2023
2.1.3-ci239 228 4/24/2023
2.1.3-ci236 174 4/21/2023
2.1.3-ci235 151 4/20/2023
2.1.3-ci223 313 4/8/2023
2.1.3-ci218 286 4/3/2023
2.1.3-ci215 198 3/31/2023
2.1.3-ci214 163 3/30/2023
2.1.3-ci204 302 3/20/2023
2.1.3-ci200 198 3/16/2023
2.1.3-ci197 1,359 3/13/2023
2.1.3-ci193 258 3/9/2023
2.1.3-ci192 185 3/8/2023
2.1.3-ci186 232 3/2/2023
2.1.2-ci185 193 3/1/2023
2.1.2-ci183 186 2/27/2023
2.1.2-ci182 206 2/26/2023
2.1.2-ci179 241 2/23/2023
2.1.2-ci176 283 2/20/2023
2.1.2-ci172 231 2/16/2023
2.1.2-ci169 826 2/13/2023
2.1.2-ci168 189 2/12/2023
2.1.2-ci167 180 2/11/2023
2.1.2-ci161 249 2/5/2023
2.1.2-ci160 182 2/4/2023
2.1.2-ci155 260 1/30/2023
2.1.2-ci148 316 1/23/2023
2.1.2-ci146 213 1/21/2023
2.1.2-ci143 290 1/18/2023
2.1.2-ci141 233 1/16/2023
2.1.1-ci140 186 1/15/2023
2.1.1-ci136 251 1/11/2023
2.1.1-ci134 217 1/9/2023
2.1.1-ci130 227 1/5/2023
2.1.0-ci121 202 1/4/2023
1.0.0 25,654 3/3/2024
0.3.0 65,689 5/11/2023
0.2.9 587 5/11/2023
0.2.8 31,537 3/2/2023
0.2.7 16,864 1/16/2023
0.2.6 7,900 1/5/2023
0.2.6-ci409 229 12/29/2022
0.2.6-ci402 227 12/22/2022
0.2.6-ci401 800 12/21/2022
0.2.6-ci399 203 12/19/2022
0.2.6-ci390 282 12/10/2022
0.2.6-ci385 189 12/5/2022
0.2.6-ci381 245 12/1/2022
0.2.6-ci378 209 11/28/2022
0.2.6-ci374 236 11/24/2022
0.2.6-ci371 187 11/21/2022
0.2.6-ci369 186 11/19/2022
0.2.6-ci364 320 11/14/2022
0.2.6-ci358 250 11/8/2022
0.2.6-ci357 224 11/7/2022
0.2.6-ci354 193 11/4/2022
0.2.6-ci350 236 10/31/2022
0.2.6-ci346 207 10/27/2022
0.2.6-ci343 233 10/24/2022
0.2.6-ci336 225 10/17/2022
0.2.6-ci333 201 10/14/2022
0.2.6-ci332 221 10/13/2022
0.2.6-ci329 252 10/10/2022
0.2.6-ci325 333 10/6/2022
0.2.6-ci322 234 10/3/2022
0.2.6-ci315 263 9/26/2022
0.2.5 25,925 9/26/2022
0.2.5-ci310 307 9/22/2022
0.2.4-ci307 308 9/19/2022
0.2.4-ci306 251 9/18/2022
0.2.4-ci304 273 9/16/2022
0.2.3 6,713 9/16/2022
0.2.3-ci302 228 9/15/2022
0.2.3-ci298 305 9/11/2022
0.2.3-ci297 203 9/10/2022
0.2.3-ci277 1,219 8/21/2022
0.2.3-ci273 231 8/17/2022
0.2.3-ci259 292 8/3/2022
0.2.3-ci255 236 7/30/2022
0.2.3-ci246 288 7/21/2022
0.2.3-ci244 225 7/19/2022
0.2.3-ci240 242 7/15/2022
0.2.3-ci239 220 7/14/2022
0.2.3-ci234 288 7/9/2022
0.2.3-ci231 230 7/6/2022
0.2.3-ci230 192 7/5/2022
0.2.3-ci229 216 7/4/2022
0.2.3-ci220 312 6/25/2022
0.2.3-ci218 274 6/23/2022
0.2.3-ci216 219 6/21/2022
0.2.3-ci211 211 6/16/2022
0.2.3-ci209 237 6/14/2022
0.2.3-ci205 225 6/10/2022
0.2.3-ci198 247 6/3/2022
0.2.3-ci195 245 5/31/2022
0.2.3-ci191 248 5/27/2022
0.2.3-ci189 227 5/25/2022
0.2.3-ci182 267 5/18/2022
0.2.3-ci176 267 5/12/2022
0.2.3-ci172 262 5/8/2022
0.2.3-ci170 220 5/6/2022
0.2.3-ci169 693 5/5/2022
0.2.2 44,638 4/28/2022
0.2.2-ci168 211 5/4/2022
0.2.2-ci158 184 4/28/2022
0.2.2-ci156 252 4/26/2022
0.2.2-ci153 223 4/23/2022
0.2.2-ci152 238 4/22/2022
0.2.2-ci147 292 4/17/2022
0.2.2-ci145 232 4/15/2022
0.2.2-ci133 353 4/3/2022
0.2.2-ci130 215 3/31/2022
0.2.2-ci129 228 3/30/2022
0.2.2-ci125 241 3/26/2022
0.2.2-ci124 212 3/25/2022
0.2.2-ci122 227 3/23/2022
0.2.2-ci120 222 3/21/2022
0.2.1 9,880 3/20/2022
0.2.1-ci94 547 2/24/2022
0.2.1-ci89 277 2/19/2022
0.2.1-ci74 330 2/4/2022
0.2.1-ci69 339 1/30/2022
0.2.1-ci65 241 1/26/2022
0.2.1-ci62 281 1/23/2022
0.2.1-ci57 464 1/18/2022
0.2.1-ci45 316 1/6/2022
0.2.1-ci43 249 1/4/2022
0.2.1-ci38-ci38 276 12/30/2021
0.2.1-ci32-ci32 227 12/24/2021
0.2.1-ci31-ci31 231 12/23/2021
0.2.1-ci30-ci30 257 12/22/2021
0.2.1-ci29-ci29 232 12/21/2021
0.2.1-ci24-ci24 274 12/16/2021
0.2.1-ci22-ci22 244 12/14/2021
0.2.1-ci16-ci16 274 12/8/2021
0.2.1-ci114 222 3/16/2022
0.2.1-ci112 215 3/14/2022
0.2.1-ci11-ci11 1,008 12/3/2021
0.2.1-ci108 271 12/1/2021
0.2.1-ci107 242 11/30/2021
0.2.1-ci101 206 3/3/2022
0.2.0 22,650 11/28/2021
0.2.0-ci97 2,707 11/20/2021
0.2.0-ci96 260 11/19/2021
0.2.0-ci89 306 11/12/2021
0.2.0-ci82 334 11/5/2021
0.2.0-ci80 277 11/3/2021
0.2.0-ci78 356 11/1/2021
0.2.0-ci75 318 10/29/2021
0.2.0-ci62 495 10/16/2021
0.2.0-ci60 296 10/14/2021
0.2.0-ci58 275 10/12/2021
0.2.0-ci57 315 10/11/2021
0.2.0-ci53 312 10/7/2021
0.2.0-ci50 300 10/4/2021
0.2.0-ci49 303 10/3/2021
0.2.0-ci45 350 9/29/2021
0.2.0-ci44 299 9/28/2021
0.2.0-ci43 296 9/27/2021
0.2.0-ci41 299 9/26/2021
0.2.0-ci40 269 9/25/2021
0.2.0-ci39 282 9/24/2021
0.2.0-ci103 2,144 11/26/2021
0.2.0-ci101 4,457 11/24/2021
0.1.9 10,528 9/20/2021
0.1.9-ci8 533 8/29/2021
0.1.9-ci7 322 8/28/2021
0.1.9-ci6 305 8/27/2021
0.1.9-ci36 325 9/21/2021
0.1.9-ci34 307 9/19/2021
0.1.9-ci29 284 9/14/2021
0.1.9-ci18 297 9/3/2021
0.1.9-ci17 275 9/2/2021
0.1.9-ci16 284 9/1/2021
0.1.9-ci14 296 8/30/2021
0.1.9-ci10 280 8/30/2021
0.1.8-ci3 309 8/27/2021
0.1.8-ci2657 1,965 7/19/2021
0.1.8-ci2654 356 7/18/2021
0.1.8-ci2651 356 7/16/2021
0.1.8-ci2634 355 7/14/2021
0.1.8-ci2631 347 7/13/2021
0.1.8-ci2627 350 7/11/2021
0.1.8-ci2615 339 7/9/2021
0.1.8-ci2610 310 7/8/2021
0.1.8-ci2603 347 7/7/2021
0.1.8-ci2600 692 6/25/2021
0.1.8-ci2595 454 6/22/2021
0.1.8-ci2585 468 6/16/2021
0.1.8-ci2581 444 6/5/2021
0.1.8-ci2578 346 6/2/2021
0.1.8-ci2567 464 5/26/2021
0.1.8-ci2561 350 5/25/2021
0.1.8-ci2558 347 5/23/2021
0.1.7 25,380 5/23/2021
0.1.7-ci2556 328 5/23/2021
0.1.6 18,859 2/13/2021
0.1.6-ci2554 334 5/23/2021
0.1.6-ci2543 321 4/30/2021
0.1.6-ci2525 318 4/16/2021
0.1.6-ci2496 326 3/28/2021
0.1.6-ci2491 368 3/26/2021
0.1.6-ci2482 350 3/24/2021
0.1.6-ci2478 320 3/23/2021
0.1.6-ci2471 351 3/19/2021
0.1.6-ci2463 358 3/16/2021
0.1.6-ci2451 327 3/9/2021
0.1.6-ci2444 335 2/19/2021
0.1.6-ci2426 337 2/16/2021
0.1.6-ci2422 326 2/13/2021
0.1.6-ci2416 308 2/12/2021
0.1.6-ci2405 423 2/5/2021
0.1.6-ci2397 401 1/29/2021
0.1.6-ci2387 443 1/25/2021
0.1.6-ci2347 1,346 1/4/2021
0.1.6-ci2312 584 12/15/2020
0.1.6-ci2305 457 12/12/2020
0.1.6-ci2273 754 11/19/2020
0.1.6-ci2265 424 11/13/2020
0.1.6-ci2230 474 11/6/2020
0.1.6-ci2224 443 11/6/2020
0.1.6-ci2206 446 11/2/2020
0.1.6-ci2191 430 10/30/2020
0.1.6-ci2175 467 10/23/2020
0.1.6-ci2156 797 10/17/2020
0.1.6-ci2139 467 10/12/2020
0.1.6-ci2120 495 10/11/2020
0.1.6-ci2063 464 10/4/2020
0.1.6-ci2054 457 10/3/2020
0.1.6-ci1990 667 9/26/2020
0.1.5 54,604 9/21/2020
0.1.5-ci1979 512 9/20/2020
0.1.5-ci1966 530 9/14/2020
0.1.5-ci1964 503 9/13/2020
0.1.5-ci1955 471 9/12/2020
0.1.5-ci1951 451 9/11/2020
0.1.5-ci1936 455 9/7/2020
0.1.5-ci1917 490 9/4/2020
0.1.5-ci1901 474 8/29/2020
0.1.5-ci1883 453 8/21/2020
0.1.5-ci1875 497 8/18/2020
0.1.5-ci1856 527 8/12/2020
0.1.5-ci1837 465 8/7/2020
0.1.5-ci1798 497 7/28/2020
0.1.5-ci1779 514 7/15/2020
0.1.5-ci1773 431 7/13/2020
0.1.5-ci1767 469 7/10/2020
0.1.5-ci1755 773 7/4/2020
0.1.5-ci1738 427 7/3/2020
0.1.5-ci1727 439 7/2/2020
0.1.5-ci1725 479 7/1/2020
0.1.4 76,105 5/25/2020
0.1.4-ci1706 534 6/28/2020
0.1.4-ci1685 450 6/18/2020
0.1.4-ci1679 472 6/16/2020
0.1.4-ci1652 535 6/14/2020
0.1.4-ci1640 446 6/12/2020
0.1.4-ci1608 443 6/8/2020
0.1.4-ci1564 495 6/4/2020
0.1.4-ci1559 488 6/3/2020
0.1.4-ci1531 448 5/29/2020
0.1.4-ci1524 432 5/28/2020
0.1.4-ci1517 425 5/27/2020
0.1.4-ci1513 457 5/25/2020
0.1.3 39,952 5/25/2020
0.1.3-ci1510 441 5/25/2020
0.1.3-ci1508 458 5/25/2020
0.1.2 1,069 5/25/2020
0.1.2-ci1506 441 5/25/2020
0.1.2-ci1494 494 5/23/2020
0.1.2-ci1491 445 5/22/2020
0.1.2-ci1479 538 5/20/2020
0.1.2-ci1465 575 5/15/2020
0.1.2-ci1463 466 5/16/2020
0.1.2-ci1442 550 5/11/2020
0.1.2-ci1423 521 5/7/2020
0.1.2-ci1420 478 5/6/2020
0.1.2-ci1399 507 5/3/2020
0.1.2-ci1368 521 4/29/2020
0.1.2-ci1363 507 4/28/2020
0.1.2-ci1356 470 4/27/2020
0.1.2-ci1345 455 4/26/2020
0.1.2-ci1333 526 4/25/2020
0.1.2-ci1326 443 4/24/2020
0.1.2-ci1320 1,734 4/23/2020
0.1.2-ci1306 450 4/22/2020
0.1.2-ci1300 494 4/20/2020
0.1.2-ci1276 479 4/18/2020
0.1.2-ci1261 613 4/13/2020
0.1.2-ci1254 618 4/9/2020
0.1.1-ci981 1,531 1/24/2020
0.1.1-ci978 535 1/23/2020
0.1.1-ci948 627 1/12/2020
0.1.1-ci945 568 1/10/2020
0.1.1-ci939 528 1/9/2020
0.1.1-ci936 504 1/8/2020
0.1.1-ci933 570 1/7/2020
0.1.1-ci930 563 1/3/2020
0.1.1-ci926 640 1/1/2020
0.1.1-ci920 620 12/31/2019
0.1.1-ci918 554 12/31/2019
0.1.1-ci914 510 12/30/2019
0.1.1-ci908 549 12/29/2019
0.1.1-ci901 521 12/27/2019
0.1.1-ci882 534 12/23/2019
0.1.1-ci879 569 12/20/2019
0.1.1-ci873 2,265 12/18/2019
0.1.1-ci870 758 12/16/2019
0.1.1-ci858 616 12/14/2019
0.1.1-ci850 769 12/9/2019
0.1.1-ci848 830 12/8/2019
0.1.1-ci844 535 12/6/2019
0.1.1-ci837 649 12/5/2019
0.1.1-ci833 563 12/4/2019
0.1.1-ci828 801 12/1/2019
0.1.1-ci808 551 11/28/2019
0.1.1-ci802 1,673 11/26/2019
0.1.1-ci794 532 11/25/2019
0.1.1-ci783 554 11/22/2019
0.1.1-ci778 580 11/19/2019
0.1.1-ci775 500 11/18/2019
0.1.1-ci772 537 11/17/2019
0.1.1-ci769 511 11/16/2019
0.1.1-ci765 532 11/15/2019
0.1.1-ci753 550 11/14/2019
0.1.1-ci740 733 11/6/2019
0.1.1-ci731 576 11/3/2019
0.1.1-ci727 606 11/1/2019
0.1.1-ci720 574 10/30/2019
0.1.1-ci715 534 10/29/2019
0.1.1-ci699 638 10/21/2019
0.1.1-ci696 547 10/20/2019
0.1.1-ci693 501 10/19/2019
0.1.1-ci689 496 10/18/2019
0.1.1-ci683 538 10/17/2019
0.1.1-ci680 726 10/16/2019
0.1.1-ci671 590 10/15/2019
0.1.1-ci663 608 10/12/2019
0.1.1-ci660 551 10/11/2019
0.1.1-ci653 563 10/10/2019
0.1.1-ci643 564 10/8/2019
0.1.1-ci636 551 10/7/2019
0.1.1-ci632 529 10/6/2019
0.1.1-ci625 546 10/5/2019
0.1.1-ci619 568 10/4/2019
0.1.1-ci607 601 10/1/2019
0.1.1-ci604 556 9/30/2019
0.1.1-ci581 1,762 9/25/2019
0.1.1-ci578 563 9/24/2019
0.1.1-ci561 585 9/23/2019
0.1.1-ci552 869 9/20/2019
0.1.1-ci550 598 9/17/2019
0.1.1-ci547 574 9/15/2019
0.1.1-ci545 564 9/13/2019
0.1.1-ci542 599 9/11/2019
0.1.1-ci539 579 9/10/2019
0.1.1-ci534 611 9/7/2019
0.1.1-ci531 545 9/6/2019
0.1.1-ci524 678 9/3/2019
0.1.1-ci515 585 8/31/2019
0.1.1-ci508 569 8/30/2019
0.1.1-ci492 630 8/22/2019
0.1.1-ci489 585 8/21/2019
0.1.1-ci486 576 8/20/2019
0.1.1-ci482 557 8/18/2019
0.1.1-ci478 584 8/17/2019
0.1.1-ci473 577 8/16/2019
0.1.1-ci470 569 8/15/2019
0.1.1-ci465 596 8/13/2019
0.1.1-ci460 580 8/12/2019
0.1.1-ci448 621 8/11/2019
0.1.1-ci437 598 8/9/2019
0.1.1-ci413 601 8/6/2019
0.1.1-ci376 664 7/26/2019
0.1.1-ci1244 964 4/3/2020
0.1.1-ci1241 513 4/1/2020
0.1.1-ci1238 503 3/31/2020
0.1.1-ci1235 440 3/30/2020
0.1.1-ci1232 462 3/29/2020
0.1.1-ci1213 528 3/22/2020
0.1.1-ci1204 471 3/21/2020
0.1.1-ci1198 466 3/20/2020
0.1.1-ci1179 450 3/19/2020
0.1.1-ci1173 590 3/18/2020
0.1.1-ci1166 458 3/17/2020
0.1.1-ci1156 520 3/14/2020
0.1.1-ci1142 488 3/8/2020
0.1.1-ci1137 449 3/7/2020
0.1.1-ci1133 504 3/4/2020
0.1.1-ci1114 516 3/2/2020
0.1.1-ci1013 456 2/3/2020
0.1.1-ci1004 521 2/1/2020
0.1.1-ci1001 554 1/31/2020
0.1.0 99,285 7/16/2019
0.1.0-ci1565 619 7/10/2019
0.1.0-ci1423 875 5/25/2019
0.1.0-ci1419 570 5/25/2019
0.1.0-ci1418 586 5/25/2019
0.0.13-ci1414 653 5/24/2019
0.0.13-ci1412 570 5/24/2019
0.0.13-ci1366 1,706 4/16/2019
0.0.13-ci1365 600 4/16/2019
0.0.13-ci1364 627 4/15/2019
0.0.13-ci1360 601 4/13/2019
0.0.13-ci1359 602 4/13/2019
0.0.13-ci1358 612 4/11/2019
0.0.13-ci1355 612 4/10/2019
0.0.13-ci1353 666 4/4/2019
0.0.13-ci1350 641 4/3/2019
0.0.13-ci1349 615 4/3/2019
0.0.13-ci1344 675 3/22/2019
0.0.13-ci1338 633 3/18/2019
0.0.13-ci1333 616 3/17/2019
0.0.13-ci1332 599 3/17/2019
0.0.13-ci1329 600 3/17/2019
0.0.13-ci1327 680 3/4/2019
0.0.13-ci1322 661 2/24/2019
0.0.13-ci1319 635 2/21/2019
0.0.12 45,324 9/4/2018
0.0.11 86,591 8/16/2017
0.0.10 29,679 2/1/2017
0.0.9 18,960 1/18/2017
0.0.8 9,587 9/26/2016
0.0.7 2,406 9/22/2016
0.0.6 10,276 7/5/2016
0.0.5 1,548 7/5/2016
0.0.4 8,399 1/27/2016
0.0.3 4,445 11/6/2015
0.0.2 2,032 10/15/2015
0.0.1 1,791 10/14/2015