MaterialDesignThemes.MahApps 5.2.2-ci975

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-ci975
                    
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 5.2.2-ci975
                    
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-ci975" />
                    
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-ci975" />
                    
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-ci975
                    
#r "nuget: MaterialDesignThemes.MahApps, 5.2.2-ci975"
                    
#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-ci975&prerelease
                    
Install MaterialDesignThemes.MahApps as a Cake Addin
#tool nuget:?package=MaterialDesignThemes.MahApps&version=5.2.2-ci975&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 376 5/16/2025
5.2.2-ci991 143 5/9/2025
5.2.2-ci976 318 4/24/2025
5.2.2-ci975 161 4/23/2025
5.2.2-ci968 238 4/16/2025
5.2.2-ci942 324 3/21/2025
5.2.2-ci938 194 3/17/2025
5.2.2-ci935 131 3/14/2025
5.2.2-ci933 179 3/12/2025
5.2.2-ci929 208 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 124 1/29/2025
5.2.2-ci886 120 1/24/2025
5.2.2-ci882 124 1/20/2025
5.2.2-ci879 129 1/17/2025
5.2.2-ci877 113 1/15/2025
5.2.2-ci875 103 1/13/2025
5.2.2-ci872 98 1/10/2025
5.2.2-ci1027 103 6/14/2025
5.2.2-ci1026 208 6/13/2025
5.2.2-ci1021 178 6/8/2025
5.2.2-ci1019 94 6/6/2025
5.2.2-ci1012 101 5/30/2025
5.2.1 16,839 1/10/2025
5.2.1-ci870 90 1/8/2025
5.2.1-ci867 203 1/5/2025
5.2.1-ci865 152 1/3/2025
5.2.0 1,156 1/3/2025
3.1.1-ci859 139 12/28/2024
3.1.1-ci852 174 12/21/2024
3.1.1-ci850 135 12/19/2024
3.1.1-ci842 164 12/11/2024
3.1.1-ci841 117 12/10/2024
3.1.1-ci795 432 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 333 9/13/2024
3.1.1-ci751 143 9/11/2024
3.1.1-ci745 169 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 244 7/2/2024
3.1.1-ci675 151 6/27/2024
3.1.0 25,211 6/22/2024
3.1.0-ci671 126 6/23/2024
3.1.0-ci670 128 6/22/2024
3.1.0-ci668 144 6/20/2024
3.1.0-ci666 151 6/18/2024
3.1.0-ci662 155 6/14/2024
3.1.0-ci661 127 6/13/2024
3.1.0-ci651 187 6/3/2024
3.1.0-ci649 133 6/1/2024
3.1.0-ci646 134 5/29/2024
3.1.0-ci644 149 5/27/2024
3.1.0-ci633 229 5/16/2024
3.1.0-ci630 147 5/13/2024
3.1.0-ci629 113 5/12/2024
3.1.0-ci626 126 5/9/2024
3.1.0-ci619 156 5/2/2024
3.1.0-ci615 178 4/28/2024
3.1.0-ci614 183 4/27/2024
3.1.0-ci613 146 4/26/2024
3.1.0-ci612 144 4/25/2024
3.1.0-ci609 181 4/22/2024
3.1.0-ci598 275 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,928 3/21/2024
3.1.0-ci571 1,807 3/15/2024
3.0.1-ci570 130 3/14/2024
3.0.1-ci569 125 3/13/2024
3.0.1-ci563 159 3/7/2024
3.0.0-ci552 258 2/25/2024
3.0.0-ci551 120 2/24/2024
3.0.0-ci540 297 2/13/2024
3.0.0-ci539 114 2/12/2024
3.0.0-ci535 129 2/8/2024
3.0.0-ci528 191 2/1/2024
3.0.0-ci508 332 1/12/2024
3.0.0-ci504 183 1/8/2024
3.0.0-ci498 188 1/2/2024
3.0.0-ci484 305 12/19/2023
3.0.0-ci480 190 12/15/2023
3.0.0-ci479 138 12/14/2023
3.0.0-ci478 128 12/13/2023
3.0.0-ci477 146 12/12/2023
3.0.0-ci476 129 12/11/2023
3.0.0-ci472 177 12/8/2023
3.0.0-ci471 106 12/7/2023
3.0.0-ci470 129 12/6/2023
3.0.0-ci469 97 12/5/2023
3.0.0-ci468 112 12/4/2023
3.0.0-ci465 2,869 12/2/2023
3.0.0-ci463 134 11/30/2023
3.0.0-ci462 132 11/29/2023
3.0.0-ci461 130 11/28/2023
3.0.0-ci455 204 11/22/2023
3.0.0-ci453 126 11/21/2023
3.0.0-ci451 151 11/20/2023
3.0.0-ci435 300 11/4/2023
3.0.0-ci434 141 11/3/2023
3.0.0-ci433 126 11/2/2023
3.0.0-ci431 141 10/31/2023
3.0.0-ci430 139 10/30/2023
3.0.0-ci429 126 10/29/2023
3.0.0-ci426 170 10/26/2023
3.0.0-ci368 700 8/31/2023
3.0.0-ci365 193 8/28/2023
3.0.0-ci358 158 8/21/2023
3.0.0-ci354 175 8/17/2023
3.0.0-ci353 152 8/16/2023
3.0.0-ci352 144 8/15/2023
3.0.0-ci351 154 8/14/2023
3.0.0-ci350 165 8/13/2023
3.0.0-ci349 137 8/12/2023
3.0.0-ci346 214 8/9/2023
3.0.0-ci344 176 8/7/2023
3.0.0-ci342 168 8/5/2023
3.0.0-ci341 176 8/4/2023
3.0.0-ci330 288 7/24/2023
3.0.0-ci326 190 7/20/2023
3.0.0-ci325 146 7/19/2023
3.0.0-ci323 193 7/17/2023
3.0.0-ci321 173 7/15/2023
2.1.5-ci317 245 7/11/2023
2.1.5-ci316 152 7/10/2023
2.1.5-ci309 232 7/3/2023
2.1.5-ci302 211 6/26/2023
2.1.5-ci295 357 6/19/2023
2.1.5-ci281 318 6/5/2023
2.1.5-ci276 178 5/31/2023
2.1.5-ci274 169 5/29/2023
2.1.5-ci272 170 5/27/2023
2.1.5-ci268 201 5/23/2023
2.1.4-ci267 231 5/22/2023
2.1.4-ci262 195 5/17/2023
2.1.4-ci259 185 5/14/2023
2.1.4-ci257 161 5/12/2023
2.1.3-ci256 177 5/11/2023
2.1.3-ci255 173 5/10/2023
2.1.3-ci253 181 5/8/2023
2.1.3-ci249 189 5/4/2023
2.1.3-ci246 574 5/1/2023
2.1.3-ci239 234 4/24/2023
2.1.3-ci236 176 4/21/2023
2.1.3-ci235 153 4/20/2023
2.1.3-ci223 315 4/8/2023
2.1.3-ci218 291 4/3/2023
2.1.3-ci215 201 3/31/2023
2.1.3-ci214 167 3/30/2023
2.1.3-ci204 307 3/20/2023
2.1.3-ci200 200 3/16/2023
2.1.3-ci197 1,362 3/13/2023
2.1.3-ci193 260 3/9/2023
2.1.3-ci192 187 3/8/2023
2.1.3-ci186 234 3/2/2023
2.1.2-ci185 200 3/1/2023
2.1.2-ci183 192 2/27/2023
2.1.2-ci182 208 2/26/2023
2.1.2-ci179 244 2/23/2023
2.1.2-ci176 285 2/20/2023
2.1.2-ci172 236 2/16/2023
2.1.2-ci169 829 2/13/2023
2.1.2-ci168 193 2/12/2023
2.1.2-ci167 185 2/11/2023
2.1.2-ci161 257 2/5/2023
2.1.2-ci160 186 2/4/2023
2.1.2-ci155 262 1/30/2023
2.1.2-ci148 318 1/23/2023
2.1.2-ci146 215 1/21/2023
2.1.2-ci143 293 1/18/2023
2.1.2-ci141 235 1/16/2023
2.1.1-ci140 189 1/15/2023
2.1.1-ci136 255 1/11/2023
2.1.1-ci134 219 1/9/2023
2.1.1-ci130 229 1/5/2023
2.1.0-ci121 205 1/4/2023
1.0.0 26,571 3/3/2024
0.3.0 67,472 5/11/2023
0.2.9 595 5/11/2023
0.2.8 32,937 3/2/2023
0.2.7 16,986 1/16/2023
0.2.6 7,933 1/5/2023
0.2.6-ci409 231 12/29/2022
0.2.6-ci402 236 12/22/2022
0.2.6-ci401 803 12/21/2022
0.2.6-ci399 205 12/19/2022
0.2.6-ci390 284 12/10/2022
0.2.6-ci385 196 12/5/2022
0.2.6-ci381 247 12/1/2022
0.2.6-ci378 211 11/28/2022
0.2.6-ci374 239 11/24/2022
0.2.6-ci371 195 11/21/2022
0.2.6-ci369 190 11/19/2022
0.2.6-ci364 322 11/14/2022
0.2.6-ci358 255 11/8/2022
0.2.6-ci357 227 11/7/2022
0.2.6-ci354 197 11/4/2022
0.2.6-ci350 241 10/31/2022
0.2.6-ci346 210 10/27/2022
0.2.6-ci343 235 10/24/2022
0.2.6-ci336 227 10/17/2022
0.2.6-ci333 205 10/14/2022
0.2.6-ci332 223 10/13/2022
0.2.6-ci329 257 10/10/2022
0.2.6-ci325 336 10/6/2022
0.2.6-ci322 240 10/3/2022
0.2.6-ci315 269 9/26/2022
0.2.5 26,441 9/26/2022
0.2.5-ci310 309 9/22/2022
0.2.4-ci307 310 9/19/2022
0.2.4-ci306 253 9/18/2022
0.2.4-ci304 277 9/16/2022
0.2.3 6,953 9/16/2022
0.2.3-ci302 232 9/15/2022
0.2.3-ci298 307 9/11/2022
0.2.3-ci297 206 9/10/2022
0.2.3-ci277 1,229 8/21/2022
0.2.3-ci273 237 8/17/2022
0.2.3-ci259 298 8/3/2022
0.2.3-ci255 244 7/30/2022
0.2.3-ci246 296 7/21/2022
0.2.3-ci244 230 7/19/2022
0.2.3-ci240 250 7/15/2022
0.2.3-ci239 227 7/14/2022
0.2.3-ci234 295 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 282 6/23/2022
0.2.3-ci216 227 6/21/2022
0.2.3-ci211 218 6/16/2022
0.2.3-ci209 244 6/14/2022
0.2.3-ci205 232 6/10/2022
0.2.3-ci198 254 6/3/2022
0.2.3-ci195 253 5/31/2022
0.2.3-ci191 255 5/27/2022
0.2.3-ci189 234 5/25/2022
0.2.3-ci182 275 5/18/2022
0.2.3-ci176 275 5/12/2022
0.2.3-ci172 272 5/8/2022
0.2.3-ci170 228 5/6/2022
0.2.3-ci169 702 5/5/2022
0.2.2 44,903 4/28/2022
0.2.2-ci168 220 5/4/2022
0.2.2-ci158 192 4/28/2022
0.2.2-ci156 262 4/26/2022
0.2.2-ci153 231 4/23/2022
0.2.2-ci152 246 4/22/2022
0.2.2-ci147 302 4/17/2022
0.2.2-ci145 243 4/15/2022
0.2.2-ci133 361 4/3/2022
0.2.2-ci130 227 3/31/2022
0.2.2-ci129 236 3/30/2022
0.2.2-ci125 249 3/26/2022
0.2.2-ci124 224 3/25/2022
0.2.2-ci122 236 3/23/2022
0.2.2-ci120 232 3/21/2022
0.2.1 9,990 3/20/2022
0.2.1-ci94 556 2/24/2022
0.2.1-ci89 292 2/19/2022
0.2.1-ci74 339 2/4/2022
0.2.1-ci69 351 1/30/2022
0.2.1-ci65 249 1/26/2022
0.2.1-ci62 289 1/23/2022
0.2.1-ci57 472 1/18/2022
0.2.1-ci45 326 1/6/2022
0.2.1-ci43 257 1/4/2022
0.2.1-ci38-ci38 285 12/30/2021
0.2.1-ci32-ci32 235 12/24/2021
0.2.1-ci31-ci31 239 12/23/2021
0.2.1-ci30-ci30 266 12/22/2021
0.2.1-ci29-ci29 240 12/21/2021
0.2.1-ci24-ci24 283 12/16/2021
0.2.1-ci22-ci22 253 12/14/2021
0.2.1-ci16-ci16 282 12/8/2021
0.2.1-ci114 234 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 281 12/1/2021
0.2.1-ci107 250 11/30/2021
0.2.1-ci101 216 3/3/2022
0.2.0 22,761 11/28/2021
0.2.0-ci97 2,739 11/20/2021
0.2.0-ci96 268 11/19/2021
0.2.0-ci89 316 11/12/2021
0.2.0-ci82 342 11/5/2021
0.2.0-ci80 286 11/3/2021
0.2.0-ci78 364 11/1/2021
0.2.0-ci75 326 10/29/2021
0.2.0-ci62 509 10/16/2021
0.2.0-ci60 304 10/14/2021
0.2.0-ci58 283 10/12/2021
0.2.0-ci57 323 10/11/2021
0.2.0-ci53 324 10/7/2021
0.2.0-ci50 309 10/4/2021
0.2.0-ci49 311 10/3/2021
0.2.0-ci45 358 9/29/2021
0.2.0-ci44 307 9/28/2021
0.2.0-ci43 305 9/27/2021
0.2.0-ci41 307 9/26/2021
0.2.0-ci40 277 9/25/2021
0.2.0-ci39 292 9/24/2021
0.2.0-ci103 2,152 11/26/2021
0.2.0-ci101 4,465 11/24/2021
0.1.9 10,589 9/20/2021
0.1.9-ci8 543 8/29/2021
0.1.9-ci7 330 8/28/2021
0.1.9-ci6 313 8/27/2021
0.1.9-ci36 333 9/21/2021
0.1.9-ci34 317 9/19/2021
0.1.9-ci29 298 9/14/2021
0.1.9-ci18 306 9/3/2021
0.1.9-ci17 283 9/2/2021
0.1.9-ci16 292 9/1/2021
0.1.9-ci14 304 8/30/2021
0.1.9-ci10 288 8/30/2021
0.1.8-ci3 317 8/27/2021
0.1.8-ci2657 1,975 7/19/2021
0.1.8-ci2654 364 7/18/2021
0.1.8-ci2651 365 7/16/2021
0.1.8-ci2634 364 7/14/2021
0.1.8-ci2631 355 7/13/2021
0.1.8-ci2627 358 7/11/2021
0.1.8-ci2615 347 7/9/2021
0.1.8-ci2610 320 7/8/2021
0.1.8-ci2603 358 7/7/2021
0.1.8-ci2600 702 6/25/2021
0.1.8-ci2595 462 6/22/2021
0.1.8-ci2585 477 6/16/2021
0.1.8-ci2581 453 6/5/2021
0.1.8-ci2578 357 6/2/2021
0.1.8-ci2567 475 5/26/2021
0.1.8-ci2561 360 5/25/2021
0.1.8-ci2558 361 5/23/2021
0.1.7 25,447 5/23/2021
0.1.7-ci2556 342 5/23/2021
0.1.6 18,935 2/13/2021
0.1.6-ci2554 346 5/23/2021
0.1.6-ci2543 331 4/30/2021
0.1.6-ci2525 329 4/16/2021
0.1.6-ci2496 341 3/28/2021
0.1.6-ci2491 378 3/26/2021
0.1.6-ci2482 366 3/24/2021
0.1.6-ci2478 335 3/23/2021
0.1.6-ci2471 361 3/19/2021
0.1.6-ci2463 368 3/16/2021
0.1.6-ci2451 337 3/9/2021
0.1.6-ci2444 345 2/19/2021
0.1.6-ci2426 349 2/16/2021
0.1.6-ci2422 338 2/13/2021
0.1.6-ci2416 319 2/12/2021
0.1.6-ci2405 433 2/5/2021
0.1.6-ci2397 411 1/29/2021
0.1.6-ci2387 453 1/25/2021
0.1.6-ci2347 1,358 1/4/2021
0.1.6-ci2312 599 12/15/2020
0.1.6-ci2305 468 12/12/2020
0.1.6-ci2273 768 11/19/2020
0.1.6-ci2265 435 11/13/2020
0.1.6-ci2230 486 11/6/2020
0.1.6-ci2224 454 11/6/2020
0.1.6-ci2206 457 11/2/2020
0.1.6-ci2191 443 10/30/2020
0.1.6-ci2175 481 10/23/2020
0.1.6-ci2156 818 10/17/2020
0.1.6-ci2139 480 10/12/2020
0.1.6-ci2120 508 10/11/2020
0.1.6-ci2063 476 10/4/2020
0.1.6-ci2054 470 10/3/2020
0.1.6-ci1990 681 9/26/2020
0.1.5 55,236 9/21/2020
0.1.5-ci1979 525 9/20/2020
0.1.5-ci1966 543 9/14/2020
0.1.5-ci1964 516 9/13/2020
0.1.5-ci1955 483 9/12/2020
0.1.5-ci1951 465 9/11/2020
0.1.5-ci1936 467 9/7/2020
0.1.5-ci1917 505 9/4/2020
0.1.5-ci1901 488 8/29/2020
0.1.5-ci1883 466 8/21/2020
0.1.5-ci1875 509 8/18/2020
0.1.5-ci1856 541 8/12/2020
0.1.5-ci1837 477 8/7/2020
0.1.5-ci1798 510 7/28/2020
0.1.5-ci1779 532 7/15/2020
0.1.5-ci1773 443 7/13/2020
0.1.5-ci1767 480 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 495 7/1/2020
0.1.4 77,455 5/25/2020
0.1.4-ci1706 550 6/28/2020
0.1.4-ci1685 461 6/18/2020
0.1.4-ci1679 483 6/16/2020
0.1.4-ci1652 546 6/14/2020
0.1.4-ci1640 459 6/12/2020
0.1.4-ci1608 454 6/8/2020
0.1.4-ci1564 507 6/4/2020
0.1.4-ci1559 502 6/3/2020
0.1.4-ci1531 464 5/29/2020
0.1.4-ci1524 447 5/28/2020
0.1.4-ci1517 440 5/27/2020
0.1.4-ci1513 472 5/25/2020
0.1.3 39,974 5/25/2020
0.1.3-ci1510 456 5/25/2020
0.1.3-ci1508 475 5/25/2020
0.1.2 1,087 5/25/2020
0.1.2-ci1506 459 5/25/2020
0.1.2-ci1494 509 5/23/2020
0.1.2-ci1491 465 5/22/2020
0.1.2-ci1479 554 5/20/2020
0.1.2-ci1465 590 5/15/2020
0.1.2-ci1463 482 5/16/2020
0.1.2-ci1442 565 5/11/2020
0.1.2-ci1423 536 5/7/2020
0.1.2-ci1420 494 5/6/2020
0.1.2-ci1399 526 5/3/2020
0.1.2-ci1368 537 4/29/2020
0.1.2-ci1363 522 4/28/2020
0.1.2-ci1356 487 4/27/2020
0.1.2-ci1345 470 4/26/2020
0.1.2-ci1333 542 4/25/2020
0.1.2-ci1326 459 4/24/2020
0.1.2-ci1320 1,749 4/23/2020
0.1.2-ci1306 465 4/22/2020
0.1.2-ci1300 509 4/20/2020
0.1.2-ci1276 494 4/18/2020
0.1.2-ci1261 631 4/13/2020
0.1.2-ci1254 633 4/9/2020
0.1.1-ci981 1,549 1/24/2020
0.1.1-ci978 553 1/23/2020
0.1.1-ci948 643 1/12/2020
0.1.1-ci945 584 1/10/2020
0.1.1-ci939 544 1/9/2020
0.1.1-ci936 525 1/8/2020
0.1.1-ci933 585 1/7/2020
0.1.1-ci930 579 1/3/2020
0.1.1-ci926 655 1/1/2020
0.1.1-ci920 635 12/31/2019
0.1.1-ci918 569 12/31/2019
0.1.1-ci914 527 12/30/2019
0.1.1-ci908 564 12/29/2019
0.1.1-ci901 537 12/27/2019
0.1.1-ci882 549 12/23/2019
0.1.1-ci879 585 12/20/2019
0.1.1-ci873 2,282 12/18/2019
0.1.1-ci870 777 12/16/2019
0.1.1-ci858 632 12/14/2019
0.1.1-ci850 784 12/9/2019
0.1.1-ci848 845 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 816 12/1/2019
0.1.1-ci808 566 11/28/2019
0.1.1-ci802 1,690 11/26/2019
0.1.1-ci794 547 11/25/2019
0.1.1-ci783 572 11/22/2019
0.1.1-ci778 598 11/19/2019
0.1.1-ci775 515 11/18/2019
0.1.1-ci772 552 11/17/2019
0.1.1-ci769 527 11/16/2019
0.1.1-ci765 550 11/15/2019
0.1.1-ci753 565 11/14/2019
0.1.1-ci740 749 11/6/2019
0.1.1-ci731 594 11/3/2019
0.1.1-ci727 624 11/1/2019
0.1.1-ci720 591 10/30/2019
0.1.1-ci715 551 10/29/2019
0.1.1-ci699 656 10/21/2019
0.1.1-ci696 565 10/20/2019
0.1.1-ci693 518 10/19/2019
0.1.1-ci689 514 10/18/2019
0.1.1-ci683 556 10/17/2019
0.1.1-ci680 743 10/16/2019
0.1.1-ci671 606 10/15/2019
0.1.1-ci663 625 10/12/2019
0.1.1-ci660 570 10/11/2019
0.1.1-ci653 579 10/10/2019
0.1.1-ci643 585 10/8/2019
0.1.1-ci636 570 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 579 9/30/2019
0.1.1-ci581 1,778 9/25/2019
0.1.1-ci578 579 9/24/2019
0.1.1-ci561 602 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 618 9/11/2019
0.1.1-ci539 598 9/10/2019
0.1.1-ci534 627 9/7/2019
0.1.1-ci531 562 9/6/2019
0.1.1-ci524 694 9/3/2019
0.1.1-ci515 602 8/31/2019
0.1.1-ci508 585 8/30/2019
0.1.1-ci492 649 8/22/2019
0.1.1-ci489 606 8/21/2019
0.1.1-ci486 594 8/20/2019
0.1.1-ci482 574 8/18/2019
0.1.1-ci478 601 8/17/2019
0.1.1-ci473 595 8/16/2019
0.1.1-ci470 586 8/15/2019
0.1.1-ci465 615 8/13/2019
0.1.1-ci460 598 8/12/2019
0.1.1-ci448 640 8/11/2019
0.1.1-ci437 619 8/9/2019
0.1.1-ci413 617 8/6/2019
0.1.1-ci376 680 7/26/2019
0.1.1-ci1244 979 4/3/2020
0.1.1-ci1241 528 4/1/2020
0.1.1-ci1238 518 3/31/2020
0.1.1-ci1235 456 3/30/2020
0.1.1-ci1232 477 3/29/2020
0.1.1-ci1213 543 3/22/2020
0.1.1-ci1204 487 3/21/2020
0.1.1-ci1198 483 3/20/2020
0.1.1-ci1179 467 3/19/2020
0.1.1-ci1173 605 3/18/2020
0.1.1-ci1166 476 3/17/2020
0.1.1-ci1156 535 3/14/2020
0.1.1-ci1142 508 3/8/2020
0.1.1-ci1137 466 3/7/2020
0.1.1-ci1133 520 3/4/2020
0.1.1-ci1114 532 3/2/2020
0.1.1-ci1013 471 2/3/2020
0.1.1-ci1004 537 2/1/2020
0.1.1-ci1001 570 1/31/2020
0.1.0 101,035 7/16/2019
0.1.0-ci1565 637 7/10/2019
0.1.0-ci1423 893 5/25/2019
0.1.0-ci1419 590 5/25/2019
0.1.0-ci1418 603 5/25/2019
0.0.13-ci1414 669 5/24/2019
0.0.13-ci1412 586 5/24/2019
0.0.13-ci1366 1,767 4/16/2019
0.0.13-ci1365 621 4/16/2019
0.0.13-ci1364 644 4/15/2019
0.0.13-ci1360 619 4/13/2019
0.0.13-ci1359 618 4/13/2019
0.0.13-ci1358 631 4/11/2019
0.0.13-ci1355 629 4/10/2019
0.0.13-ci1353 685 4/4/2019
0.0.13-ci1350 657 4/3/2019
0.0.13-ci1349 633 4/3/2019
0.0.13-ci1344 693 3/22/2019
0.0.13-ci1338 649 3/18/2019
0.0.13-ci1333 632 3/17/2019
0.0.13-ci1332 615 3/17/2019
0.0.13-ci1329 616 3/17/2019
0.0.13-ci1327 697 3/4/2019
0.0.13-ci1322 682 2/24/2019
0.0.13-ci1319 653 2/21/2019
0.0.12 45,461 9/4/2018
0.0.11 87,033 8/16/2017
0.0.10 29,765 2/1/2017
0.0.9 19,000 1/18/2017
0.0.8 9,635 9/26/2016
0.0.7 2,445 9/22/2016
0.0.6 10,328 7/5/2016
0.0.5 1,587 7/5/2016
0.0.4 8,449 1/27/2016
0.0.3 4,497 11/6/2015
0.0.2 2,077 10/15/2015
0.0.1 1,849 10/14/2015