MaterialDesignThemes.MahApps 5.2.2-ci968

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-ci968
                    
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 5.2.2-ci968
                    
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-ci968" />
                    
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-ci968" />
                    
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-ci968
                    
#r "nuget: MaterialDesignThemes.MahApps, 5.2.2-ci968"
                    
#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-ci968&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Addin
#tool nuget:?package=MaterialDesignThemes.MahApps&version=5.2.2-ci968&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
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地址分配管理系统
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 264 5/16/2025
5.2.2-ci991 137 5/9/2025
5.2.2-ci976 287 4/24/2025
5.2.2-ci975 158 4/23/2025
5.2.2-ci968 236 4/16/2025
5.2.2-ci942 315 3/21/2025
5.2.2-ci938 192 3/17/2025
5.2.2-ci935 129 3/14/2025
5.2.2-ci933 177 3/12/2025
5.2.2-ci929 205 3/8/2025
5.2.2-ci928 226 3/7/2025
5.2.2-ci921 128 2/28/2025
5.2.2-ci914 150 2/21/2025
5.2.2-ci907 195 2/14/2025
5.2.2-ci900 148 2/7/2025
5.2.2-ci893 163 1/31/2025
5.2.2-ci891 121 1/29/2025
5.2.2-ci886 117 1/24/2025
5.2.2-ci882 120 1/20/2025
5.2.2-ci879 124 1/17/2025
5.2.2-ci877 111 1/15/2025
5.2.2-ci875 101 1/13/2025
5.2.2-ci872 95 1/10/2025
5.2.1 14,440 1/10/2025
5.2.1-ci870 84 1/8/2025
5.2.1-ci867 197 1/5/2025
5.2.1-ci865 150 1/3/2025
5.2.0 1,073 1/3/2025
3.1.1-ci859 135 12/28/2024
3.1.1-ci852 169 12/21/2024
3.1.1-ci850 129 12/19/2024
3.1.1-ci842 161 12/11/2024
3.1.1-ci841 112 12/10/2024
3.1.1-ci795 425 10/25/2024
3.1.1-ci794 153 10/24/2024
3.1.1-ci787 161 10/17/2024
3.1.1-ci785 110 10/15/2024
3.1.1-ci780 142 10/10/2024
3.1.1-ci779 128 10/9/2024
3.1.1-ci776 132 10/6/2024
3.1.1-ci753 330 9/13/2024
3.1.1-ci751 141 9/11/2024
3.1.1-ci745 164 9/5/2024
3.1.1-ci738 146 8/29/2024
3.1.1-ci718 311 8/9/2024
3.1.1-ci717 150 8/8/2024
3.1.1-ci697 196 7/19/2024
3.1.1-ci696 105 7/18/2024
3.1.1-ci691 159 7/13/2024
3.1.1-ci689 102 7/11/2024
3.1.1-ci680 235 7/2/2024
3.1.1-ci675 145 6/27/2024
3.1.0 24,780 6/22/2024
3.1.0-ci671 124 6/23/2024
3.1.0-ci670 125 6/22/2024
3.1.0-ci668 141 6/20/2024
3.1.0-ci666 145 6/18/2024
3.1.0-ci662 146 6/14/2024
3.1.0-ci661 124 6/13/2024
3.1.0-ci651 185 6/3/2024
3.1.0-ci649 130 6/1/2024
3.1.0-ci646 130 5/29/2024
3.1.0-ci644 144 5/27/2024
3.1.0-ci633 224 5/16/2024
3.1.0-ci630 145 5/13/2024
3.1.0-ci629 109 5/12/2024
3.1.0-ci626 124 5/9/2024
3.1.0-ci619 151 5/2/2024
3.1.0-ci615 174 4/28/2024
3.1.0-ci614 179 4/27/2024
3.1.0-ci613 143 4/26/2024
3.1.0-ci612 141 4/25/2024
3.1.0-ci609 179 4/22/2024
3.1.0-ci598 270 4/11/2024
3.1.0-ci589 374 4/2/2024
3.1.0-ci588 120 4/1/2024
3.1.0-ci587 128 3/31/2024
3.1.0-ci584 159 3/28/2024
3.1.0-ci577 3,838 3/21/2024
3.1.0-ci571 1,723 3/15/2024
3.0.1-ci570 128 3/14/2024
3.0.1-ci569 121 3/13/2024
3.0.1-ci563 157 3/7/2024
3.0.0-ci552 256 2/25/2024
3.0.0-ci551 119 2/24/2024
3.0.0-ci540 295 2/13/2024
3.0.0-ci539 113 2/12/2024
3.0.0-ci535 126 2/8/2024
3.0.0-ci528 189 2/1/2024
3.0.0-ci508 329 1/12/2024
3.0.0-ci504 181 1/8/2024
3.0.0-ci498 187 1/2/2024
3.0.0-ci484 302 12/19/2023
3.0.0-ci480 188 12/15/2023
3.0.0-ci479 134 12/14/2023
3.0.0-ci478 126 12/13/2023
3.0.0-ci477 144 12/12/2023
3.0.0-ci476 125 12/11/2023
3.0.0-ci472 175 12/8/2023
3.0.0-ci471 103 12/7/2023
3.0.0-ci470 125 12/6/2023
3.0.0-ci469 94 12/5/2023
3.0.0-ci468 110 12/4/2023
3.0.0-ci465 2,864 12/2/2023
3.0.0-ci463 132 11/30/2023
3.0.0-ci462 129 11/29/2023
3.0.0-ci461 128 11/28/2023
3.0.0-ci455 203 11/22/2023
3.0.0-ci453 125 11/21/2023
3.0.0-ci451 149 11/20/2023
3.0.0-ci435 297 11/4/2023
3.0.0-ci434 140 11/3/2023
3.0.0-ci433 125 11/2/2023
3.0.0-ci431 139 10/31/2023
3.0.0-ci430 135 10/30/2023
3.0.0-ci429 125 10/29/2023
3.0.0-ci426 169 10/26/2023
3.0.0-ci368 699 8/31/2023
3.0.0-ci365 192 8/28/2023
3.0.0-ci358 157 8/21/2023
3.0.0-ci354 172 8/17/2023
3.0.0-ci353 150 8/16/2023
3.0.0-ci352 143 8/15/2023
3.0.0-ci351 152 8/14/2023
3.0.0-ci350 164 8/13/2023
3.0.0-ci349 136 8/12/2023
3.0.0-ci346 213 8/9/2023
3.0.0-ci344 174 8/7/2023
3.0.0-ci342 162 8/5/2023
3.0.0-ci341 171 8/4/2023
3.0.0-ci330 285 7/24/2023
3.0.0-ci326 188 7/20/2023
3.0.0-ci325 143 7/19/2023
3.0.0-ci323 191 7/17/2023
3.0.0-ci321 168 7/15/2023
2.1.5-ci317 242 7/11/2023
2.1.5-ci316 151 7/10/2023
2.1.5-ci309 231 7/3/2023
2.1.5-ci302 205 6/26/2023
2.1.5-ci295 354 6/19/2023
2.1.5-ci281 316 6/5/2023
2.1.5-ci276 176 5/31/2023
2.1.5-ci274 165 5/29/2023
2.1.5-ci272 168 5/27/2023
2.1.5-ci268 199 5/23/2023
2.1.4-ci267 230 5/22/2023
2.1.4-ci262 190 5/17/2023
2.1.4-ci259 184 5/14/2023
2.1.4-ci257 159 5/12/2023
2.1.3-ci256 174 5/11/2023
2.1.3-ci255 172 5/10/2023
2.1.3-ci253 179 5/8/2023
2.1.3-ci249 188 5/4/2023
2.1.3-ci246 573 5/1/2023
2.1.3-ci239 230 4/24/2023
2.1.3-ci236 175 4/21/2023
2.1.3-ci235 152 4/20/2023
2.1.3-ci223 314 4/8/2023
2.1.3-ci218 287 4/3/2023
2.1.3-ci215 199 3/31/2023
2.1.3-ci214 164 3/30/2023
2.1.3-ci204 303 3/20/2023
2.1.3-ci200 199 3/16/2023
2.1.3-ci197 1,360 3/13/2023
2.1.3-ci193 259 3/9/2023
2.1.3-ci192 186 3/8/2023
2.1.3-ci186 233 3/2/2023
2.1.2-ci185 195 3/1/2023
2.1.2-ci183 187 2/27/2023
2.1.2-ci182 207 2/26/2023
2.1.2-ci179 242 2/23/2023
2.1.2-ci176 284 2/20/2023
2.1.2-ci172 232 2/16/2023
2.1.2-ci169 828 2/13/2023
2.1.2-ci168 190 2/12/2023
2.1.2-ci167 181 2/11/2023
2.1.2-ci161 250 2/5/2023
2.1.2-ci160 183 2/4/2023
2.1.2-ci155 261 1/30/2023
2.1.2-ci148 317 1/23/2023
2.1.2-ci146 214 1/21/2023
2.1.2-ci143 291 1/18/2023
2.1.2-ci141 234 1/16/2023
2.1.1-ci140 187 1/15/2023
2.1.1-ci136 252 1/11/2023
2.1.1-ci134 218 1/9/2023
2.1.1-ci130 228 1/5/2023
2.1.0-ci121 203 1/4/2023
1.0.0 25,929 3/3/2024
0.3.0 66,154 5/11/2023
0.2.9 590 5/11/2023
0.2.8 32,204 3/2/2023
0.2.7 16,922 1/16/2023
0.2.6 7,911 1/5/2023
0.2.6-ci409 230 12/29/2022
0.2.6-ci402 228 12/22/2022
0.2.6-ci401 801 12/21/2022
0.2.6-ci399 204 12/19/2022
0.2.6-ci390 283 12/10/2022
0.2.6-ci385 190 12/5/2022
0.2.6-ci381 246 12/1/2022
0.2.6-ci378 210 11/28/2022
0.2.6-ci374 237 11/24/2022
0.2.6-ci371 188 11/21/2022
0.2.6-ci369 187 11/19/2022
0.2.6-ci364 321 11/14/2022
0.2.6-ci358 251 11/8/2022
0.2.6-ci357 225 11/7/2022
0.2.6-ci354 194 11/4/2022
0.2.6-ci350 237 10/31/2022
0.2.6-ci346 208 10/27/2022
0.2.6-ci343 234 10/24/2022
0.2.6-ci336 226 10/17/2022
0.2.6-ci333 202 10/14/2022
0.2.6-ci332 222 10/13/2022
0.2.6-ci329 255 10/10/2022
0.2.6-ci325 334 10/6/2022
0.2.6-ci322 235 10/3/2022
0.2.6-ci315 264 9/26/2022
0.2.5 26,148 9/26/2022
0.2.5-ci310 308 9/22/2022
0.2.4-ci307 309 9/19/2022
0.2.4-ci306 252 9/18/2022
0.2.4-ci304 275 9/16/2022
0.2.3 6,766 9/16/2022
0.2.3-ci302 229 9/15/2022
0.2.3-ci298 306 9/11/2022
0.2.3-ci297 204 9/10/2022
0.2.3-ci277 1,222 8/21/2022
0.2.3-ci273 233 8/17/2022
0.2.3-ci259 294 8/3/2022
0.2.3-ci255 238 7/30/2022
0.2.3-ci246 290 7/21/2022
0.2.3-ci244 227 7/19/2022
0.2.3-ci240 244 7/15/2022
0.2.3-ci239 222 7/14/2022
0.2.3-ci234 291 7/9/2022
0.2.3-ci231 232 7/6/2022
0.2.3-ci230 194 7/5/2022
0.2.3-ci229 218 7/4/2022
0.2.3-ci220 320 6/25/2022
0.2.3-ci218 276 6/23/2022
0.2.3-ci216 221 6/21/2022
0.2.3-ci211 213 6/16/2022
0.2.3-ci209 239 6/14/2022
0.2.3-ci205 227 6/10/2022
0.2.3-ci198 249 6/3/2022
0.2.3-ci195 248 5/31/2022
0.2.3-ci191 250 5/27/2022
0.2.3-ci189 229 5/25/2022
0.2.3-ci182 269 5/18/2022
0.2.3-ci176 269 5/12/2022
0.2.3-ci172 264 5/8/2022
0.2.3-ci170 222 5/6/2022
0.2.3-ci169 695 5/5/2022
0.2.2 44,703 4/28/2022
0.2.2-ci168 213 5/4/2022
0.2.2-ci158 186 4/28/2022
0.2.2-ci156 254 4/26/2022
0.2.2-ci153 225 4/23/2022
0.2.2-ci152 240 4/22/2022
0.2.2-ci147 295 4/17/2022
0.2.2-ci145 234 4/15/2022
0.2.2-ci133 355 4/3/2022
0.2.2-ci130 217 3/31/2022
0.2.2-ci129 230 3/30/2022
0.2.2-ci125 243 3/26/2022
0.2.2-ci124 214 3/25/2022
0.2.2-ci122 230 3/23/2022
0.2.2-ci120 225 3/21/2022
0.2.1 9,919 3/20/2022
0.2.1-ci94 549 2/24/2022
0.2.1-ci89 286 2/19/2022
0.2.1-ci74 332 2/4/2022
0.2.1-ci69 341 1/30/2022
0.2.1-ci65 243 1/26/2022
0.2.1-ci62 283 1/23/2022
0.2.1-ci57 467 1/18/2022
0.2.1-ci45 319 1/6/2022
0.2.1-ci43 252 1/4/2022
0.2.1-ci38-ci38 279 12/30/2021
0.2.1-ci32-ci32 230 12/24/2021
0.2.1-ci31-ci31 234 12/23/2021
0.2.1-ci30-ci30 260 12/22/2021
0.2.1-ci29-ci29 235 12/21/2021
0.2.1-ci24-ci24 277 12/16/2021
0.2.1-ci22-ci22 247 12/14/2021
0.2.1-ci16-ci16 277 12/8/2021
0.2.1-ci114 225 3/16/2022
0.2.1-ci112 218 3/14/2022
0.2.1-ci11-ci11 1,011 12/3/2021
0.2.1-ci108 274 12/1/2021
0.2.1-ci107 245 11/30/2021
0.2.1-ci101 208 3/3/2022
0.2.0 22,677 11/28/2021
0.2.0-ci97 2,716 11/20/2021
0.2.0-ci96 263 11/19/2021
0.2.0-ci89 309 11/12/2021
0.2.0-ci82 337 11/5/2021
0.2.0-ci80 280 11/3/2021
0.2.0-ci78 359 11/1/2021
0.2.0-ci75 321 10/29/2021
0.2.0-ci62 499 10/16/2021
0.2.0-ci60 299 10/14/2021
0.2.0-ci58 278 10/12/2021
0.2.0-ci57 318 10/11/2021
0.2.0-ci53 316 10/7/2021
0.2.0-ci50 303 10/4/2021
0.2.0-ci49 306 10/3/2021
0.2.0-ci45 353 9/29/2021
0.2.0-ci44 302 9/28/2021
0.2.0-ci43 299 9/27/2021
0.2.0-ci41 302 9/26/2021
0.2.0-ci40 272 9/25/2021
0.2.0-ci39 285 9/24/2021
0.2.0-ci103 2,147 11/26/2021
0.2.0-ci101 4,460 11/24/2021
0.1.9 10,546 9/20/2021
0.1.9-ci8 536 8/29/2021
0.1.9-ci7 325 8/28/2021
0.1.9-ci6 308 8/27/2021
0.1.9-ci36 328 9/21/2021
0.1.9-ci34 311 9/19/2021
0.1.9-ci29 287 9/14/2021
0.1.9-ci18 300 9/3/2021
0.1.9-ci17 278 9/2/2021
0.1.9-ci16 287 9/1/2021
0.1.9-ci14 299 8/30/2021
0.1.9-ci10 283 8/30/2021
0.1.8-ci3 312 8/27/2021
0.1.8-ci2657 1,969 7/19/2021
0.1.8-ci2654 359 7/18/2021
0.1.8-ci2651 359 7/16/2021
0.1.8-ci2634 358 7/14/2021
0.1.8-ci2631 350 7/13/2021
0.1.8-ci2627 353 7/11/2021
0.1.8-ci2615 342 7/9/2021
0.1.8-ci2610 313 7/8/2021
0.1.8-ci2603 350 7/7/2021
0.1.8-ci2600 695 6/25/2021
0.1.8-ci2595 457 6/22/2021
0.1.8-ci2585 471 6/16/2021
0.1.8-ci2581 447 6/5/2021
0.1.8-ci2578 349 6/2/2021
0.1.8-ci2567 467 5/26/2021
0.1.8-ci2561 353 5/25/2021
0.1.8-ci2558 350 5/23/2021
0.1.7 25,398 5/23/2021
0.1.7-ci2556 331 5/23/2021
0.1.6 18,889 2/13/2021
0.1.6-ci2554 338 5/23/2021
0.1.6-ci2543 325 4/30/2021
0.1.6-ci2525 322 4/16/2021
0.1.6-ci2496 330 3/28/2021
0.1.6-ci2491 372 3/26/2021
0.1.6-ci2482 354 3/24/2021
0.1.6-ci2478 324 3/23/2021
0.1.6-ci2471 355 3/19/2021
0.1.6-ci2463 362 3/16/2021
0.1.6-ci2451 331 3/9/2021
0.1.6-ci2444 339 2/19/2021
0.1.6-ci2426 341 2/16/2021
0.1.6-ci2422 330 2/13/2021
0.1.6-ci2416 312 2/12/2021
0.1.6-ci2405 427 2/5/2021
0.1.6-ci2397 406 1/29/2021
0.1.6-ci2387 448 1/25/2021
0.1.6-ci2347 1,352 1/4/2021
0.1.6-ci2312 590 12/15/2020
0.1.6-ci2305 463 12/12/2020
0.1.6-ci2273 760 11/19/2020
0.1.6-ci2265 430 11/13/2020
0.1.6-ci2230 480 11/6/2020
0.1.6-ci2224 449 11/6/2020
0.1.6-ci2206 452 11/2/2020
0.1.6-ci2191 436 10/30/2020
0.1.6-ci2175 473 10/23/2020
0.1.6-ci2156 804 10/17/2020
0.1.6-ci2139 473 10/12/2020
0.1.6-ci2120 501 10/11/2020
0.1.6-ci2063 470 10/4/2020
0.1.6-ci2054 463 10/3/2020
0.1.6-ci1990 673 9/26/2020
0.1.5 54,812 9/21/2020
0.1.5-ci1979 518 9/20/2020
0.1.5-ci1966 537 9/14/2020
0.1.5-ci1964 509 9/13/2020
0.1.5-ci1955 477 9/12/2020
0.1.5-ci1951 457 9/11/2020
0.1.5-ci1936 461 9/7/2020
0.1.5-ci1917 497 9/4/2020
0.1.5-ci1901 480 8/29/2020
0.1.5-ci1883 459 8/21/2020
0.1.5-ci1875 503 8/18/2020
0.1.5-ci1856 533 8/12/2020
0.1.5-ci1837 471 8/7/2020
0.1.5-ci1798 503 7/28/2020
0.1.5-ci1779 520 7/15/2020
0.1.5-ci1773 436 7/13/2020
0.1.5-ci1767 474 7/10/2020
0.1.5-ci1755 778 7/4/2020
0.1.5-ci1738 432 7/3/2020
0.1.5-ci1727 444 7/2/2020
0.1.5-ci1725 484 7/1/2020
0.1.4 76,522 5/25/2020
0.1.4-ci1706 539 6/28/2020
0.1.4-ci1685 455 6/18/2020
0.1.4-ci1679 477 6/16/2020
0.1.4-ci1652 540 6/14/2020
0.1.4-ci1640 451 6/12/2020
0.1.4-ci1608 448 6/8/2020
0.1.4-ci1564 500 6/4/2020
0.1.4-ci1559 493 6/3/2020
0.1.4-ci1531 453 5/29/2020
0.1.4-ci1524 437 5/28/2020
0.1.4-ci1517 430 5/27/2020
0.1.4-ci1513 462 5/25/2020
0.1.3 39,958 5/25/2020
0.1.3-ci1510 446 5/25/2020
0.1.3-ci1508 463 5/25/2020
0.1.2 1,075 5/25/2020
0.1.2-ci1506 446 5/25/2020
0.1.2-ci1494 499 5/23/2020
0.1.2-ci1491 450 5/22/2020
0.1.2-ci1479 543 5/20/2020
0.1.2-ci1465 580 5/15/2020
0.1.2-ci1463 471 5/16/2020
0.1.2-ci1442 555 5/11/2020
0.1.2-ci1423 526 5/7/2020
0.1.2-ci1420 483 5/6/2020
0.1.2-ci1399 512 5/3/2020
0.1.2-ci1368 526 4/29/2020
0.1.2-ci1363 512 4/28/2020
0.1.2-ci1356 475 4/27/2020
0.1.2-ci1345 460 4/26/2020
0.1.2-ci1333 531 4/25/2020
0.1.2-ci1326 448 4/24/2020
0.1.2-ci1320 1,739 4/23/2020
0.1.2-ci1306 455 4/22/2020
0.1.2-ci1300 499 4/20/2020
0.1.2-ci1276 484 4/18/2020
0.1.2-ci1261 618 4/13/2020
0.1.2-ci1254 623 4/9/2020
0.1.1-ci981 1,536 1/24/2020
0.1.1-ci978 540 1/23/2020
0.1.1-ci948 632 1/12/2020
0.1.1-ci945 573 1/10/2020
0.1.1-ci939 533 1/9/2020
0.1.1-ci936 510 1/8/2020
0.1.1-ci933 575 1/7/2020
0.1.1-ci930 568 1/3/2020
0.1.1-ci926 645 1/1/2020
0.1.1-ci920 625 12/31/2019
0.1.1-ci918 559 12/31/2019
0.1.1-ci914 515 12/30/2019
0.1.1-ci908 554 12/29/2019
0.1.1-ci901 526 12/27/2019
0.1.1-ci882 539 12/23/2019
0.1.1-ci879 574 12/20/2019
0.1.1-ci873 2,270 12/18/2019
0.1.1-ci870 764 12/16/2019
0.1.1-ci858 621 12/14/2019
0.1.1-ci850 774 12/9/2019
0.1.1-ci848 835 12/8/2019
0.1.1-ci844 540 12/6/2019
0.1.1-ci837 654 12/5/2019
0.1.1-ci833 568 12/4/2019
0.1.1-ci828 806 12/1/2019
0.1.1-ci808 556 11/28/2019
0.1.1-ci802 1,678 11/26/2019
0.1.1-ci794 537 11/25/2019
0.1.1-ci783 559 11/22/2019
0.1.1-ci778 585 11/19/2019
0.1.1-ci775 505 11/18/2019
0.1.1-ci772 542 11/17/2019
0.1.1-ci769 517 11/16/2019
0.1.1-ci765 537 11/15/2019
0.1.1-ci753 555 11/14/2019
0.1.1-ci740 738 11/6/2019
0.1.1-ci731 581 11/3/2019
0.1.1-ci727 611 11/1/2019
0.1.1-ci720 579 10/30/2019
0.1.1-ci715 540 10/29/2019
0.1.1-ci699 643 10/21/2019
0.1.1-ci696 552 10/20/2019
0.1.1-ci693 506 10/19/2019
0.1.1-ci689 501 10/18/2019
0.1.1-ci683 543 10/17/2019
0.1.1-ci680 731 10/16/2019
0.1.1-ci671 595 10/15/2019
0.1.1-ci663 613 10/12/2019
0.1.1-ci660 556 10/11/2019
0.1.1-ci653 568 10/10/2019
0.1.1-ci643 569 10/8/2019
0.1.1-ci636 556 10/7/2019
0.1.1-ci632 534 10/6/2019
0.1.1-ci625 551 10/5/2019
0.1.1-ci619 573 10/4/2019
0.1.1-ci607 606 10/1/2019
0.1.1-ci604 561 9/30/2019
0.1.1-ci581 1,767 9/25/2019
0.1.1-ci578 568 9/24/2019
0.1.1-ci561 590 9/23/2019
0.1.1-ci552 874 9/20/2019
0.1.1-ci550 603 9/17/2019
0.1.1-ci547 579 9/15/2019
0.1.1-ci545 569 9/13/2019
0.1.1-ci542 604 9/11/2019
0.1.1-ci539 584 9/10/2019
0.1.1-ci534 616 9/7/2019
0.1.1-ci531 550 9/6/2019
0.1.1-ci524 683 9/3/2019
0.1.1-ci515 590 8/31/2019
0.1.1-ci508 574 8/30/2019
0.1.1-ci492 635 8/22/2019
0.1.1-ci489 590 8/21/2019
0.1.1-ci486 581 8/20/2019
0.1.1-ci482 562 8/18/2019
0.1.1-ci478 590 8/17/2019
0.1.1-ci473 582 8/16/2019
0.1.1-ci470 574 8/15/2019
0.1.1-ci465 601 8/13/2019
0.1.1-ci460 585 8/12/2019
0.1.1-ci448 626 8/11/2019
0.1.1-ci437 603 8/9/2019
0.1.1-ci413 606 8/6/2019
0.1.1-ci376 669 7/26/2019
0.1.1-ci1244 969 4/3/2020
0.1.1-ci1241 518 4/1/2020
0.1.1-ci1238 508 3/31/2020
0.1.1-ci1235 445 3/30/2020
0.1.1-ci1232 467 3/29/2020
0.1.1-ci1213 533 3/22/2020
0.1.1-ci1204 476 3/21/2020
0.1.1-ci1198 471 3/20/2020
0.1.1-ci1179 455 3/19/2020
0.1.1-ci1173 595 3/18/2020
0.1.1-ci1166 463 3/17/2020
0.1.1-ci1156 525 3/14/2020
0.1.1-ci1142 493 3/8/2020
0.1.1-ci1137 454 3/7/2020
0.1.1-ci1133 510 3/4/2020
0.1.1-ci1114 522 3/2/2020
0.1.1-ci1013 461 2/3/2020
0.1.1-ci1004 526 2/1/2020
0.1.1-ci1001 559 1/31/2020
0.1.0 99,710 7/16/2019
0.1.0-ci1565 624 7/10/2019
0.1.0-ci1423 880 5/25/2019
0.1.0-ci1419 576 5/25/2019
0.1.0-ci1418 591 5/25/2019
0.0.13-ci1414 658 5/24/2019
0.0.13-ci1412 575 5/24/2019
0.0.13-ci1366 1,722 4/16/2019
0.0.13-ci1365 605 4/16/2019
0.0.13-ci1364 633 4/15/2019
0.0.13-ci1360 607 4/13/2019
0.0.13-ci1359 607 4/13/2019
0.0.13-ci1358 617 4/11/2019
0.0.13-ci1355 617 4/10/2019
0.0.13-ci1353 671 4/4/2019
0.0.13-ci1350 646 4/3/2019
0.0.13-ci1349 620 4/3/2019
0.0.13-ci1344 681 3/22/2019
0.0.13-ci1338 638 3/18/2019
0.0.13-ci1333 621 3/17/2019
0.0.13-ci1332 604 3/17/2019
0.0.13-ci1329 605 3/17/2019
0.0.13-ci1327 685 3/4/2019
0.0.13-ci1322 666 2/24/2019
0.0.13-ci1319 640 2/21/2019
0.0.12 45,368 9/4/2018
0.0.11 86,740 8/16/2017
0.0.10 29,700 2/1/2017
0.0.9 18,970 1/18/2017
0.0.8 9,598 9/26/2016
0.0.7 2,415 9/22/2016
0.0.6 10,290 7/5/2016
0.0.5 1,557 7/5/2016
0.0.4 8,414 1/27/2016
0.0.3 4,461 11/6/2015
0.0.2 2,041 10/15/2015
0.0.1 1,802 10/14/2015