MaterialDesignThemes.MahApps 5.2.2-ci942

This is a prerelease version of MaterialDesignThemes.MahApps.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MaterialDesignThemes.MahApps --version 5.2.2-ci942
                    
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 5.2.2-ci942
                    
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.2-ci942" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MaterialDesignThemes.MahApps" Version="5.2.2-ci942" />
                    
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.2-ci942
                    
#r "nuget: MaterialDesignThemes.MahApps, 5.2.2-ci942"
                    
#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.2-ci942&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Addin
#tool nuget:?package=MaterialDesignThemes.MahApps&version=5.2.2-ci942&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 0 5/16/2025
5.2.2-ci991 126 5/9/2025
5.2.2-ci976 248 4/24/2025
5.2.2-ci975 157 4/23/2025
5.2.2-ci968 233 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 172 3/12/2025
5.2.2-ci929 203 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 191 2/14/2025
5.2.2-ci900 147 2/7/2025
5.2.2-ci893 161 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 93 1/10/2025
5.2.1 12,879 1/10/2025
5.2.1-ci870 83 1/8/2025
5.2.1-ci867 194 1/5/2025
5.2.1-ci865 149 1/3/2025
5.2.0 1,021 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 422 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 125 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 233 7/2/2024
3.1.1-ci675 144 6/27/2024
3.1.0 24,509 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 266 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,808 3/21/2024
3.1.0-ci571 1,664 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 287 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 326 1/12/2024
3.0.0-ci504 180 1/8/2024
3.0.0-ci498 186 1/2/2024
3.0.0-ci484 297 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 123 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 697 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 185 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 163 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,358 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,545 3/3/2024
0.3.0 65,466 5/11/2023
0.2.9 587 5/11/2023
0.2.8 31,400 3/2/2023
0.2.7 16,837 1/16/2023
0.2.6 7,898 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 192 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,829 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,693 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,216 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 219 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,590 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,870 3/20/2022
0.2.1-ci94 546 2/24/2022
0.2.1-ci89 276 2/19/2022
0.2.1-ci74 329 2/4/2022
0.2.1-ci69 338 1/30/2022
0.2.1-ci65 240 1/26/2022
0.2.1-ci62 280 1/23/2022
0.2.1-ci57 463 1/18/2022
0.2.1-ci45 315 1/6/2022
0.2.1-ci43 248 1/4/2022
0.2.1-ci38-ci38 275 12/30/2021
0.2.1-ci32-ci32 226 12/24/2021
0.2.1-ci31-ci31 229 12/23/2021
0.2.1-ci30-ci30 256 12/22/2021
0.2.1-ci29-ci29 231 12/21/2021
0.2.1-ci24-ci24 273 12/16/2021
0.2.1-ci22-ci22 243 12/14/2021
0.2.1-ci16-ci16 273 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,007 12/3/2021
0.2.1-ci108 270 12/1/2021
0.2.1-ci107 241 11/30/2021
0.2.1-ci101 205 3/3/2022
0.2.0 22,629 11/28/2021
0.2.0-ci97 2,705 11/20/2021
0.2.0-ci96 259 11/19/2021
0.2.0-ci89 305 11/12/2021
0.2.0-ci82 333 11/5/2021
0.2.0-ci80 276 11/3/2021
0.2.0-ci78 355 11/1/2021
0.2.0-ci75 317 10/29/2021
0.2.0-ci62 494 10/16/2021
0.2.0-ci60 295 10/14/2021
0.2.0-ci58 274 10/12/2021
0.2.0-ci57 314 10/11/2021
0.2.0-ci53 311 10/7/2021
0.2.0-ci50 299 10/4/2021
0.2.0-ci49 302 10/3/2021
0.2.0-ci45 349 9/29/2021
0.2.0-ci44 298 9/28/2021
0.2.0-ci43 295 9/27/2021
0.2.0-ci41 298 9/26/2021
0.2.0-ci40 268 9/25/2021
0.2.0-ci39 281 9/24/2021
0.2.0-ci103 2,143 11/26/2021
0.2.0-ci101 4,456 11/24/2021
0.1.9 10,514 9/20/2021
0.1.9-ci8 532 8/29/2021
0.1.9-ci7 321 8/28/2021
0.1.9-ci6 304 8/27/2021
0.1.9-ci36 324 9/21/2021
0.1.9-ci34 306 9/19/2021
0.1.9-ci29 283 9/14/2021
0.1.9-ci18 296 9/3/2021
0.1.9-ci17 274 9/2/2021
0.1.9-ci16 283 9/1/2021
0.1.9-ci14 295 8/30/2021
0.1.9-ci10 279 8/30/2021
0.1.8-ci3 308 8/27/2021
0.1.8-ci2657 1,964 7/19/2021
0.1.8-ci2654 355 7/18/2021
0.1.8-ci2651 355 7/16/2021
0.1.8-ci2634 354 7/14/2021
0.1.8-ci2631 346 7/13/2021
0.1.8-ci2627 349 7/11/2021
0.1.8-ci2615 338 7/9/2021
0.1.8-ci2610 309 7/8/2021
0.1.8-ci2603 346 7/7/2021
0.1.8-ci2600 691 6/25/2021
0.1.8-ci2595 453 6/22/2021
0.1.8-ci2585 467 6/16/2021
0.1.8-ci2581 443 6/5/2021
0.1.8-ci2578 344 6/2/2021
0.1.8-ci2567 462 5/26/2021
0.1.8-ci2561 349 5/25/2021
0.1.8-ci2558 345 5/23/2021
0.1.7 25,370 5/23/2021
0.1.7-ci2556 327 5/23/2021
0.1.6 18,851 2/13/2021
0.1.6-ci2554 333 5/23/2021
0.1.6-ci2543 320 4/30/2021
0.1.6-ci2525 317 4/16/2021
0.1.6-ci2496 325 3/28/2021
0.1.6-ci2491 367 3/26/2021
0.1.6-ci2482 349 3/24/2021
0.1.6-ci2478 319 3/23/2021
0.1.6-ci2471 350 3/19/2021
0.1.6-ci2463 357 3/16/2021
0.1.6-ci2451 326 3/9/2021
0.1.6-ci2444 334 2/19/2021
0.1.6-ci2426 336 2/16/2021
0.1.6-ci2422 325 2/13/2021
0.1.6-ci2416 307 2/12/2021
0.1.6-ci2405 422 2/5/2021
0.1.6-ci2397 400 1/29/2021
0.1.6-ci2387 442 1/25/2021
0.1.6-ci2347 1,345 1/4/2021
0.1.6-ci2312 583 12/15/2020
0.1.6-ci2305 456 12/12/2020
0.1.6-ci2273 753 11/19/2020
0.1.6-ci2265 423 11/13/2020
0.1.6-ci2230 473 11/6/2020
0.1.6-ci2224 442 11/6/2020
0.1.6-ci2206 445 11/2/2020
0.1.6-ci2191 429 10/30/2020
0.1.6-ci2175 466 10/23/2020
0.1.6-ci2156 796 10/17/2020
0.1.6-ci2139 466 10/12/2020
0.1.6-ci2120 494 10/11/2020
0.1.6-ci2063 463 10/4/2020
0.1.6-ci2054 456 10/3/2020
0.1.6-ci1990 666 9/26/2020
0.1.5 54,546 9/21/2020
0.1.5-ci1979 511 9/20/2020
0.1.5-ci1966 529 9/14/2020
0.1.5-ci1964 502 9/13/2020
0.1.5-ci1955 470 9/12/2020
0.1.5-ci1951 450 9/11/2020
0.1.5-ci1936 454 9/7/2020
0.1.5-ci1917 489 9/4/2020
0.1.5-ci1901 473 8/29/2020
0.1.5-ci1883 452 8/21/2020
0.1.5-ci1875 496 8/18/2020
0.1.5-ci1856 526 8/12/2020
0.1.5-ci1837 464 8/7/2020
0.1.5-ci1798 496 7/28/2020
0.1.5-ci1779 513 7/15/2020
0.1.5-ci1773 429 7/13/2020
0.1.5-ci1767 467 7/10/2020
0.1.5-ci1755 771 7/4/2020
0.1.5-ci1738 425 7/3/2020
0.1.5-ci1727 437 7/2/2020
0.1.5-ci1725 476 7/1/2020
0.1.4 75,894 5/25/2020
0.1.4-ci1706 532 6/28/2020
0.1.4-ci1685 448 6/18/2020
0.1.4-ci1679 470 6/16/2020
0.1.4-ci1652 533 6/14/2020
0.1.4-ci1640 444 6/12/2020
0.1.4-ci1608 441 6/8/2020
0.1.4-ci1564 493 6/4/2020
0.1.4-ci1559 485 6/3/2020
0.1.4-ci1531 446 5/29/2020
0.1.4-ci1524 430 5/28/2020
0.1.4-ci1517 423 5/27/2020
0.1.4-ci1513 455 5/25/2020
0.1.3 39,950 5/25/2020
0.1.3-ci1510 439 5/25/2020
0.1.3-ci1508 456 5/25/2020
0.1.2 1,066 5/25/2020
0.1.2-ci1506 439 5/25/2020
0.1.2-ci1494 492 5/23/2020
0.1.2-ci1491 443 5/22/2020
0.1.2-ci1479 536 5/20/2020
0.1.2-ci1465 573 5/15/2020
0.1.2-ci1463 464 5/16/2020
0.1.2-ci1442 548 5/11/2020
0.1.2-ci1423 519 5/7/2020
0.1.2-ci1420 476 5/6/2020
0.1.2-ci1399 505 5/3/2020
0.1.2-ci1368 519 4/29/2020
0.1.2-ci1363 505 4/28/2020
0.1.2-ci1356 468 4/27/2020
0.1.2-ci1345 453 4/26/2020
0.1.2-ci1333 524 4/25/2020
0.1.2-ci1326 441 4/24/2020
0.1.2-ci1320 1,731 4/23/2020
0.1.2-ci1306 448 4/22/2020
0.1.2-ci1300 492 4/20/2020
0.1.2-ci1276 477 4/18/2020
0.1.2-ci1261 611 4/13/2020
0.1.2-ci1254 616 4/9/2020
0.1.1-ci981 1,529 1/24/2020
0.1.1-ci978 533 1/23/2020
0.1.1-ci948 625 1/12/2020
0.1.1-ci945 566 1/10/2020
0.1.1-ci939 526 1/9/2020
0.1.1-ci936 502 1/8/2020
0.1.1-ci933 568 1/7/2020
0.1.1-ci930 561 1/3/2020
0.1.1-ci926 638 1/1/2020
0.1.1-ci920 618 12/31/2019
0.1.1-ci918 552 12/31/2019
0.1.1-ci914 508 12/30/2019
0.1.1-ci908 546 12/29/2019
0.1.1-ci901 519 12/27/2019
0.1.1-ci882 532 12/23/2019
0.1.1-ci879 567 12/20/2019
0.1.1-ci873 2,262 12/18/2019
0.1.1-ci870 756 12/16/2019
0.1.1-ci858 614 12/14/2019
0.1.1-ci850 767 12/9/2019
0.1.1-ci848 828 12/8/2019
0.1.1-ci844 533 12/6/2019
0.1.1-ci837 647 12/5/2019
0.1.1-ci833 561 12/4/2019
0.1.1-ci828 799 12/1/2019
0.1.1-ci808 549 11/28/2019
0.1.1-ci802 1,671 11/26/2019
0.1.1-ci794 530 11/25/2019
0.1.1-ci783 552 11/22/2019
0.1.1-ci778 578 11/19/2019
0.1.1-ci775 498 11/18/2019
0.1.1-ci772 535 11/17/2019
0.1.1-ci769 509 11/16/2019
0.1.1-ci765 530 11/15/2019
0.1.1-ci753 547 11/14/2019
0.1.1-ci740 731 11/6/2019
0.1.1-ci731 574 11/3/2019
0.1.1-ci727 604 11/1/2019
0.1.1-ci720 572 10/30/2019
0.1.1-ci715 532 10/29/2019
0.1.1-ci699 636 10/21/2019
0.1.1-ci696 545 10/20/2019
0.1.1-ci693 499 10/19/2019
0.1.1-ci689 494 10/18/2019
0.1.1-ci683 536 10/17/2019
0.1.1-ci680 724 10/16/2019
0.1.1-ci671 588 10/15/2019
0.1.1-ci663 606 10/12/2019
0.1.1-ci660 549 10/11/2019
0.1.1-ci653 561 10/10/2019
0.1.1-ci643 561 10/8/2019
0.1.1-ci636 549 10/7/2019
0.1.1-ci632 527 10/6/2019
0.1.1-ci625 544 10/5/2019
0.1.1-ci619 566 10/4/2019
0.1.1-ci607 598 10/1/2019
0.1.1-ci604 554 9/30/2019
0.1.1-ci581 1,760 9/25/2019
0.1.1-ci578 561 9/24/2019
0.1.1-ci561 583 9/23/2019
0.1.1-ci552 867 9/20/2019
0.1.1-ci550 596 9/17/2019
0.1.1-ci547 572 9/15/2019
0.1.1-ci545 562 9/13/2019
0.1.1-ci542 597 9/11/2019
0.1.1-ci539 577 9/10/2019
0.1.1-ci534 609 9/7/2019
0.1.1-ci531 543 9/6/2019
0.1.1-ci524 676 9/3/2019
0.1.1-ci515 583 8/31/2019
0.1.1-ci508 567 8/30/2019
0.1.1-ci492 628 8/22/2019
0.1.1-ci489 583 8/21/2019
0.1.1-ci486 574 8/20/2019
0.1.1-ci482 555 8/18/2019
0.1.1-ci478 582 8/17/2019
0.1.1-ci473 575 8/16/2019
0.1.1-ci470 567 8/15/2019
0.1.1-ci465 594 8/13/2019
0.1.1-ci460 578 8/12/2019
0.1.1-ci448 619 8/11/2019
0.1.1-ci437 596 8/9/2019
0.1.1-ci413 599 8/6/2019
0.1.1-ci376 662 7/26/2019
0.1.1-ci1244 962 4/3/2020
0.1.1-ci1241 511 4/1/2020
0.1.1-ci1238 501 3/31/2020
0.1.1-ci1235 438 3/30/2020
0.1.1-ci1232 460 3/29/2020
0.1.1-ci1213 526 3/22/2020
0.1.1-ci1204 469 3/21/2020
0.1.1-ci1198 464 3/20/2020
0.1.1-ci1179 448 3/19/2020
0.1.1-ci1173 588 3/18/2020
0.1.1-ci1166 456 3/17/2020
0.1.1-ci1156 518 3/14/2020
0.1.1-ci1142 486 3/8/2020
0.1.1-ci1137 447 3/7/2020
0.1.1-ci1133 502 3/4/2020
0.1.1-ci1114 514 3/2/2020
0.1.1-ci1013 454 2/3/2020
0.1.1-ci1004 519 2/1/2020
0.1.1-ci1001 552 1/31/2020
0.1.0 99,029 7/16/2019
0.1.0-ci1565 617 7/10/2019
0.1.0-ci1423 873 5/25/2019
0.1.0-ci1419 568 5/25/2019
0.1.0-ci1418 584 5/25/2019
0.0.13-ci1414 651 5/24/2019
0.0.13-ci1412 568 5/24/2019
0.0.13-ci1366 1,704 4/16/2019
0.0.13-ci1365 598 4/16/2019
0.0.13-ci1364 625 4/15/2019
0.0.13-ci1360 599 4/13/2019
0.0.13-ci1359 600 4/13/2019
0.0.13-ci1358 610 4/11/2019
0.0.13-ci1355 610 4/10/2019
0.0.13-ci1353 664 4/4/2019
0.0.13-ci1350 639 4/3/2019
0.0.13-ci1349 613 4/3/2019
0.0.13-ci1344 673 3/22/2019
0.0.13-ci1338 631 3/18/2019
0.0.13-ci1333 614 3/17/2019
0.0.13-ci1332 597 3/17/2019
0.0.13-ci1329 598 3/17/2019
0.0.13-ci1327 678 3/4/2019
0.0.13-ci1322 659 2/24/2019
0.0.13-ci1319 633 2/21/2019
0.0.12 45,307 9/4/2018
0.0.11 86,528 8/16/2017
0.0.10 29,673 2/1/2017
0.0.9 18,955 1/18/2017
0.0.8 9,582 9/26/2016
0.0.7 2,401 9/22/2016
0.0.6 10,271 7/5/2016
0.0.5 1,542 7/5/2016
0.0.4 8,393 1/27/2016
0.0.3 4,438 11/6/2015
0.0.2 2,027 10/15/2015
0.0.1 1,784 10/14/2015