MaterialDesignThemes.MahApps 5.2.1-ci867

This is a prerelease version of MaterialDesignThemes.MahApps.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MaterialDesignThemes.MahApps --version 5.2.1-ci867                
NuGet\Install-Package MaterialDesignThemes.MahApps -Version 5.2.1-ci867                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MaterialDesignThemes.MahApps" Version="5.2.1-ci867" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MaterialDesignThemes.MahApps --version 5.2.1-ci867                
#r "nuget: MaterialDesignThemes.MahApps, 5.2.1-ci867"                
#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.
// Install MaterialDesignThemes.MahApps as a Cake Addin
#addin nuget:?package=MaterialDesignThemes.MahApps&version=5.2.1-ci867&prerelease

// Install MaterialDesignThemes.MahApps as a Cake Tool
#tool nuget:?package=MaterialDesignThemes.MahApps&version=5.2.1-ci867&prerelease                

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

[!NOTE] 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

[!WARNING] 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. 
.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

SnowyRiver.WPF.MaterialDesignInPrism

Package Description

SNS.Helper

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

Sorschia.Windows

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

GitHub repositories (20)

Showing the top 5 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 cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynamics and execution quality. Its modular design ensures adaptability for developers and traders, enabling tailored analytical solutions.
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
Version Downloads Last updated
5.2.2-ci935 82 2 days ago
5.2.2-ci933 135 4 days ago
5.2.2-ci929 182 8 days ago
5.2.2-ci928 206 9 days ago
5.2.2-ci921 114 16 days ago
5.2.2-ci914 135 23 days ago
5.2.2-ci907 179 a month ago
5.2.2-ci900 138 a month ago
5.2.2-ci893 138 2 months ago
5.2.2-ci891 108 2 months ago
5.2.2-ci886 101 2 months ago
5.2.2-ci882 108 2 months ago
5.2.2-ci879 110 2 months ago
5.2.2-ci877 100 2 months ago
5.2.2-ci875 90 2 months ago
5.2.2-ci872 84 2 months ago
5.2.1 5,904 2 months ago
5.2.1-ci870 71 2 months ago
5.2.1-ci867 155 2 months ago
5.2.1-ci865 141 2 months ago
5.2.0 826 2 months ago
3.1.1-ci859 121 3 months ago
3.1.1-ci852 157 3 months ago
3.1.1-ci850 122 3 months ago
3.1.1-ci842 154 3 months ago
3.1.1-ci841 103 3 months ago
3.1.1-ci795 404 5 months ago
3.1.1-ci794 146 5 months ago
3.1.1-ci787 154 5 months ago
3.1.1-ci785 104 5 months ago
3.1.1-ci780 135 5 months ago
3.1.1-ci779 119 5 months ago
3.1.1-ci776 123 5 months ago
3.1.1-ci753 319 6 months ago
3.1.1-ci751 133 6 months ago
3.1.1-ci745 154 6 months ago
3.1.1-ci738 138 7 months ago
3.1.1-ci718 303 7 months ago
3.1.1-ci717 142 7 months ago
3.1.1-ci697 185 8 months ago
3.1.1-ci696 99 8 months ago
3.1.1-ci691 151 8 months ago
3.1.1-ci689 96 8 months ago
3.1.1-ci680 207 8 months ago
3.1.1-ci675 138 9 months ago
3.1.0 22,123 9 months ago
3.1.0-ci671 116 9 months ago
3.1.0-ci670 117 9 months ago
3.1.0-ci668 134 9 months ago
3.1.0-ci666 138 9 months ago
3.1.0-ci662 140 9 months ago
3.1.0-ci661 117 9 months ago
3.1.0-ci651 176 9 months ago
3.1.0-ci649 123 10 months ago
3.1.0-ci646 123 10 months ago
3.1.0-ci644 137 10 months ago
3.1.0-ci633 217 5/16/2024
3.1.0-ci630 137 5/13/2024
3.1.0-ci629 102 5/12/2024
3.1.0-ci626 118 5/9/2024
3.1.0-ci619 144 5/2/2024
3.1.0-ci615 166 4/28/2024
3.1.0-ci614 172 4/27/2024
3.1.0-ci613 136 4/26/2024
3.1.0-ci612 134 4/25/2024
3.1.0-ci609 174 4/22/2024
3.1.0-ci598 260 4/11/2024
3.1.0-ci589 366 4/2/2024
3.1.0-ci588 114 4/1/2024
3.1.0-ci587 122 3/31/2024
3.1.0-ci584 152 3/28/2024
3.1.0-ci577 3,173 3/21/2024
3.1.0-ci571 1,362 3/15/2024
3.0.1-ci570 126 3/14/2024
3.0.1-ci569 119 3/13/2024
3.0.1-ci563 154 3/7/2024
3.0.0-ci552 253 2/25/2024
3.0.0-ci551 117 2/24/2024
3.0.0-ci540 283 2/13/2024
3.0.0-ci539 111 2/12/2024
3.0.0-ci535 124 2/8/2024
3.0.0-ci528 185 2/1/2024
3.0.0-ci508 320 1/12/2024
3.0.0-ci504 179 1/8/2024
3.0.0-ci498 185 1/2/2024
3.0.0-ci484 296 12/19/2023
3.0.0-ci480 184 12/15/2023
3.0.0-ci479 132 12/14/2023
3.0.0-ci478 124 12/13/2023
3.0.0-ci477 140 12/12/2023
3.0.0-ci476 123 12/11/2023
3.0.0-ci472 168 12/8/2023
3.0.0-ci471 101 12/7/2023
3.0.0-ci470 122 12/6/2023
3.0.0-ci469 92 12/5/2023
3.0.0-ci468 108 12/4/2023
3.0.0-ci465 2,862 12/2/2023
3.0.0-ci463 129 11/30/2023
3.0.0-ci462 127 11/29/2023
3.0.0-ci461 126 11/28/2023
3.0.0-ci455 199 11/22/2023
3.0.0-ci453 121 11/21/2023
3.0.0-ci451 146 11/20/2023
3.0.0-ci435 290 11/4/2023
3.0.0-ci434 137 11/3/2023
3.0.0-ci433 123 11/2/2023
3.0.0-ci431 137 10/31/2023
3.0.0-ci430 131 10/30/2023
3.0.0-ci429 123 10/29/2023
3.0.0-ci426 166 10/26/2023
3.0.0-ci368 683 8/31/2023
3.0.0-ci365 187 8/28/2023
3.0.0-ci358 151 8/21/2023
3.0.0-ci354 166 8/17/2023
3.0.0-ci353 144 8/16/2023
3.0.0-ci352 137 8/15/2023
3.0.0-ci351 146 8/14/2023
3.0.0-ci350 157 8/13/2023
3.0.0-ci349 130 8/12/2023
3.0.0-ci346 204 8/9/2023
3.0.0-ci344 168 8/7/2023
3.0.0-ci342 156 8/5/2023
3.0.0-ci341 164 8/4/2023
3.0.0-ci330 276 7/24/2023
3.0.0-ci326 181 7/20/2023
3.0.0-ci325 136 7/19/2023
3.0.0-ci323 177 7/17/2023
3.0.0-ci321 159 7/15/2023
2.1.5-ci317 234 7/11/2023
2.1.5-ci316 144 7/10/2023
2.1.5-ci309 222 7/3/2023
2.1.5-ci302 198 6/26/2023
2.1.5-ci295 337 6/19/2023
2.1.5-ci281 300 6/5/2023
2.1.5-ci276 166 5/31/2023
2.1.5-ci274 153 5/29/2023
2.1.5-ci272 156 5/27/2023
2.1.5-ci268 188 5/23/2023
2.1.4-ci267 220 5/22/2023
2.1.4-ci262 180 5/17/2023
2.1.4-ci259 174 5/14/2023
2.1.4-ci257 148 5/12/2023
2.1.3-ci256 161 5/11/2023
2.1.3-ci255 162 5/10/2023
2.1.3-ci253 169 5/8/2023
2.1.3-ci249 177 5/4/2023
2.1.3-ci246 562 5/1/2023
2.1.3-ci239 218 4/24/2023
2.1.3-ci236 165 4/21/2023
2.1.3-ci235 142 4/20/2023
2.1.3-ci223 302 4/8/2023
2.1.3-ci218 275 4/3/2023
2.1.3-ci215 189 3/31/2023
2.1.3-ci214 154 3/30/2023
2.1.3-ci204 290 3/20/2023
2.1.3-ci200 189 3/16/2023
2.1.3-ci197 1,326 3/13/2023
2.1.3-ci193 242 3/9/2023
2.1.3-ci192 176 3/8/2023
2.1.3-ci186 221 3/2/2023
2.1.2-ci185 184 3/1/2023
2.1.2-ci183 176 2/27/2023
2.1.2-ci182 196 2/26/2023
2.1.2-ci179 232 2/23/2023
2.1.2-ci176 274 2/20/2023
2.1.2-ci172 222 2/16/2023
2.1.2-ci169 816 2/13/2023
2.1.2-ci168 180 2/12/2023
2.1.2-ci167 170 2/11/2023
2.1.2-ci161 239 2/5/2023
2.1.2-ci160 172 2/4/2023
2.1.2-ci155 248 1/30/2023
2.1.2-ci148 306 1/23/2023
2.1.2-ci146 197 1/21/2023
2.1.2-ci143 280 1/18/2023
2.1.2-ci141 220 1/16/2023
2.1.1-ci140 175 1/15/2023
2.1.1-ci136 240 1/11/2023
2.1.1-ci134 206 1/9/2023
2.1.1-ci130 217 1/5/2023
2.1.0-ci121 192 1/4/2023
1.0.0 23,227 3/3/2024
0.3.0 61,101 5/11/2023
0.2.9 568 5/11/2023
0.2.8 28,384 3/2/2023
0.2.7 16,470 1/16/2023
0.2.6 7,820 1/5/2023
0.2.6-ci409 218 12/29/2022
0.2.6-ci402 217 12/22/2022
0.2.6-ci401 790 12/21/2022
0.2.6-ci399 190 12/19/2022
0.2.6-ci390 270 12/10/2022
0.2.6-ci385 178 12/5/2022
0.2.6-ci381 235 12/1/2022
0.2.6-ci378 198 11/28/2022
0.2.6-ci374 224 11/24/2022
0.2.6-ci371 177 11/21/2022
0.2.6-ci369 176 11/19/2022
0.2.6-ci364 303 11/14/2022
0.2.6-ci358 240 11/8/2022
0.2.6-ci357 214 11/7/2022
0.2.6-ci354 182 11/4/2022
0.2.6-ci350 226 10/31/2022
0.2.6-ci346 195 10/27/2022
0.2.6-ci343 222 10/24/2022
0.2.6-ci336 213 10/17/2022
0.2.6-ci333 190 10/14/2022
0.2.6-ci332 209 10/13/2022
0.2.6-ci329 239 10/10/2022
0.2.6-ci325 322 10/6/2022
0.2.6-ci322 222 10/3/2022
0.2.6-ci315 250 9/26/2022
0.2.5 24,441 9/26/2022
0.2.5-ci310 296 9/22/2022
0.2.4-ci307 297 9/19/2022
0.2.4-ci306 240 9/18/2022
0.2.4-ci304 262 9/16/2022
0.2.3 6,346 9/16/2022
0.2.3-ci302 216 9/15/2022
0.2.3-ci298 293 9/11/2022
0.2.3-ci297 192 9/10/2022
0.2.3-ci277 1,161 8/21/2022
0.2.3-ci273 220 8/17/2022
0.2.3-ci259 278 8/3/2022
0.2.3-ci255 221 7/30/2022
0.2.3-ci246 275 7/21/2022
0.2.3-ci244 211 7/19/2022
0.2.3-ci240 230 7/15/2022
0.2.3-ci239 207 7/14/2022
0.2.3-ci234 276 7/9/2022
0.2.3-ci231 217 7/6/2022
0.2.3-ci230 179 7/5/2022
0.2.3-ci229 204 7/4/2022
0.2.3-ci220 300 6/25/2022
0.2.3-ci218 262 6/23/2022
0.2.3-ci216 206 6/21/2022
0.2.3-ci211 199 6/16/2022
0.2.3-ci209 226 6/14/2022
0.2.3-ci205 212 6/10/2022
0.2.3-ci198 233 6/3/2022
0.2.3-ci195 231 5/31/2022
0.2.3-ci191 234 5/27/2022
0.2.3-ci189 213 5/25/2022
0.2.3-ci182 254 5/18/2022
0.2.3-ci176 254 5/12/2022
0.2.3-ci172 249 5/8/2022
0.2.3-ci170 207 5/6/2022
0.2.3-ci169 679 5/5/2022
0.2.2 43,726 4/28/2022
0.2.2-ci168 197 5/4/2022
0.2.2-ci158 170 4/28/2022
0.2.2-ci156 238 4/26/2022
0.2.2-ci153 209 4/23/2022
0.2.2-ci152 224 4/22/2022
0.2.2-ci147 277 4/17/2022
0.2.2-ci145 218 4/15/2022
0.2.2-ci133 340 4/3/2022
0.2.2-ci130 201 3/31/2022
0.2.2-ci129 214 3/30/2022
0.2.2-ci125 227 3/26/2022
0.2.2-ci124 198 3/25/2022
0.2.2-ci122 213 3/23/2022
0.2.2-ci120 208 3/21/2022
0.2.1 9,635 3/20/2022
0.2.1-ci94 527 2/24/2022
0.2.1-ci89 262 2/19/2022
0.2.1-ci74 313 2/4/2022
0.2.1-ci69 322 1/30/2022
0.2.1-ci65 224 1/26/2022
0.2.1-ci62 264 1/23/2022
0.2.1-ci57 447 1/18/2022
0.2.1-ci45 298 1/6/2022
0.2.1-ci43 232 1/4/2022
0.2.1-ci38-ci38 259 12/30/2021
0.2.1-ci32-ci32 210 12/24/2021
0.2.1-ci31-ci31 213 12/23/2021
0.2.1-ci30-ci30 240 12/22/2021
0.2.1-ci29-ci29 215 12/21/2021
0.2.1-ci24-ci24 257 12/16/2021
0.2.1-ci22-ci22 227 12/14/2021
0.2.1-ci16-ci16 257 12/8/2021
0.2.1-ci114 208 3/16/2022
0.2.1-ci112 200 3/14/2022
0.2.1-ci11-ci11 991 12/3/2021
0.2.1-ci108 254 12/1/2021
0.2.1-ci107 225 11/30/2021
0.2.1-ci101 191 3/3/2022
0.2.0 22,038 11/28/2021
0.2.0-ci97 2,629 11/20/2021
0.2.0-ci96 242 11/19/2021
0.2.0-ci89 288 11/12/2021
0.2.0-ci82 316 11/5/2021
0.2.0-ci80 259 11/3/2021
0.2.0-ci78 338 11/1/2021
0.2.0-ci75 299 10/29/2021
0.2.0-ci62 471 10/16/2021
0.2.0-ci60 277 10/14/2021
0.2.0-ci58 257 10/12/2021
0.2.0-ci57 296 10/11/2021
0.2.0-ci53 294 10/7/2021
0.2.0-ci50 282 10/4/2021
0.2.0-ci49 285 10/3/2021
0.2.0-ci45 332 9/29/2021
0.2.0-ci44 281 9/28/2021
0.2.0-ci43 278 9/27/2021
0.2.0-ci41 280 9/26/2021
0.2.0-ci40 251 9/25/2021
0.2.0-ci39 263 9/24/2021
0.2.0-ci103 2,127 11/26/2021
0.2.0-ci101 4,439 11/24/2021
0.1.9 10,385 9/20/2021
0.1.9-ci8 513 8/29/2021
0.1.9-ci7 304 8/28/2021
0.1.9-ci6 287 8/27/2021
0.1.9-ci36 307 9/21/2021
0.1.9-ci34 289 9/19/2021
0.1.9-ci29 266 9/14/2021
0.1.9-ci18 279 9/3/2021
0.1.9-ci17 257 9/2/2021
0.1.9-ci16 266 9/1/2021
0.1.9-ci14 278 8/30/2021
0.1.9-ci10 261 8/30/2021
0.1.8-ci3 291 8/27/2021
0.1.8-ci2657 1,936 7/19/2021
0.1.8-ci2654 338 7/18/2021
0.1.8-ci2651 338 7/16/2021
0.1.8-ci2634 337 7/14/2021
0.1.8-ci2631 329 7/13/2021
0.1.8-ci2627 331 7/11/2021
0.1.8-ci2615 321 7/9/2021
0.1.8-ci2610 292 7/8/2021
0.1.8-ci2603 329 7/7/2021
0.1.8-ci2600 674 6/25/2021
0.1.8-ci2595 436 6/22/2021
0.1.8-ci2585 450 6/16/2021
0.1.8-ci2581 424 6/5/2021
0.1.8-ci2578 327 6/2/2021
0.1.8-ci2567 444 5/26/2021
0.1.8-ci2561 332 5/25/2021
0.1.8-ci2558 328 5/23/2021
0.1.7 25,171 5/23/2021
0.1.7-ci2556 310 5/23/2021
0.1.6 18,665 2/13/2021
0.1.6-ci2554 316 5/23/2021
0.1.6-ci2543 301 4/30/2021
0.1.6-ci2525 297 4/16/2021
0.1.6-ci2496 306 3/28/2021
0.1.6-ci2491 347 3/26/2021
0.1.6-ci2482 330 3/24/2021
0.1.6-ci2478 300 3/23/2021
0.1.6-ci2471 331 3/19/2021
0.1.6-ci2463 338 3/16/2021
0.1.6-ci2451 305 3/9/2021
0.1.6-ci2444 312 2/19/2021
0.1.6-ci2426 314 2/16/2021
0.1.6-ci2422 302 2/13/2021
0.1.6-ci2416 285 2/12/2021
0.1.6-ci2405 397 2/5/2021
0.1.6-ci2397 377 1/29/2021
0.1.6-ci2387 420 1/25/2021
0.1.6-ci2347 1,323 1/4/2021
0.1.6-ci2312 561 12/15/2020
0.1.6-ci2305 434 12/12/2020
0.1.6-ci2273 727 11/19/2020
0.1.6-ci2265 401 11/13/2020
0.1.6-ci2230 451 11/6/2020
0.1.6-ci2224 420 11/6/2020
0.1.6-ci2206 423 11/2/2020
0.1.6-ci2191 406 10/30/2020
0.1.6-ci2175 444 10/23/2020
0.1.6-ci2156 758 10/17/2020
0.1.6-ci2139 445 10/12/2020
0.1.6-ci2120 473 10/11/2020
0.1.6-ci2063 442 10/4/2020
0.1.6-ci2054 435 10/3/2020
0.1.6-ci1990 639 9/26/2020
0.1.5 52,949 9/21/2020
0.1.5-ci1979 490 9/20/2020
0.1.5-ci1966 508 9/14/2020
0.1.5-ci1964 480 9/13/2020
0.1.5-ci1955 449 9/12/2020
0.1.5-ci1951 428 9/11/2020
0.1.5-ci1936 433 9/7/2020
0.1.5-ci1917 468 9/4/2020
0.1.5-ci1901 452 8/29/2020
0.1.5-ci1883 431 8/21/2020
0.1.5-ci1875 475 8/18/2020
0.1.5-ci1856 505 8/12/2020
0.1.5-ci1837 444 8/7/2020
0.1.5-ci1798 475 7/28/2020
0.1.5-ci1779 493 7/15/2020
0.1.5-ci1773 409 7/13/2020
0.1.5-ci1767 447 7/10/2020
0.1.5-ci1755 751 7/4/2020
0.1.5-ci1738 405 7/3/2020
0.1.5-ci1727 417 7/2/2020
0.1.5-ci1725 456 7/1/2020
0.1.4 73,268 5/25/2020
0.1.4-ci1706 512 6/28/2020
0.1.4-ci1685 428 6/18/2020
0.1.4-ci1679 449 6/16/2020
0.1.4-ci1652 513 6/14/2020
0.1.4-ci1640 424 6/12/2020
0.1.4-ci1608 421 6/8/2020
0.1.4-ci1564 473 6/4/2020
0.1.4-ci1559 465 6/3/2020
0.1.4-ci1531 426 5/29/2020
0.1.4-ci1524 410 5/28/2020
0.1.4-ci1517 402 5/27/2020
0.1.4-ci1513 435 5/25/2020
0.1.3 39,923 5/25/2020
0.1.3-ci1510 419 5/25/2020
0.1.3-ci1508 436 5/25/2020
0.1.2 1,040 5/25/2020
0.1.2-ci1506 419 5/25/2020
0.1.2-ci1494 471 5/23/2020
0.1.2-ci1491 423 5/22/2020
0.1.2-ci1479 516 5/20/2020
0.1.2-ci1465 553 5/15/2020
0.1.2-ci1463 444 5/16/2020
0.1.2-ci1442 528 5/11/2020
0.1.2-ci1423 499 5/7/2020
0.1.2-ci1420 456 5/6/2020
0.1.2-ci1399 485 5/3/2020
0.1.2-ci1368 499 4/29/2020
0.1.2-ci1363 485 4/28/2020
0.1.2-ci1356 448 4/27/2020
0.1.2-ci1345 433 4/26/2020
0.1.2-ci1333 504 4/25/2020
0.1.2-ci1326 421 4/24/2020
0.1.2-ci1320 1,711 4/23/2020
0.1.2-ci1306 428 4/22/2020
0.1.2-ci1300 472 4/20/2020
0.1.2-ci1276 456 4/18/2020
0.1.2-ci1261 591 4/13/2020
0.1.2-ci1254 596 4/9/2020
0.1.1-ci981 1,509 1/24/2020
0.1.1-ci978 513 1/23/2020
0.1.1-ci948 604 1/12/2020
0.1.1-ci945 546 1/10/2020
0.1.1-ci939 506 1/9/2020
0.1.1-ci936 482 1/8/2020
0.1.1-ci933 548 1/7/2020
0.1.1-ci930 541 1/3/2020
0.1.1-ci926 618 1/1/2020
0.1.1-ci920 598 12/31/2019
0.1.1-ci918 532 12/31/2019
0.1.1-ci914 488 12/30/2019
0.1.1-ci908 526 12/29/2019
0.1.1-ci901 499 12/27/2019
0.1.1-ci882 511 12/23/2019
0.1.1-ci879 546 12/20/2019
0.1.1-ci873 2,242 12/18/2019
0.1.1-ci870 736 12/16/2019
0.1.1-ci858 594 12/14/2019
0.1.1-ci850 747 12/9/2019
0.1.1-ci848 808 12/8/2019
0.1.1-ci844 512 12/6/2019
0.1.1-ci837 627 12/5/2019
0.1.1-ci833 541 12/4/2019
0.1.1-ci828 779 12/1/2019
0.1.1-ci808 529 11/28/2019
0.1.1-ci802 1,651 11/26/2019
0.1.1-ci794 510 11/25/2019
0.1.1-ci783 532 11/22/2019
0.1.1-ci778 557 11/19/2019
0.1.1-ci775 477 11/18/2019
0.1.1-ci772 514 11/17/2019
0.1.1-ci769 488 11/16/2019
0.1.1-ci765 509 11/15/2019
0.1.1-ci753 526 11/14/2019
0.1.1-ci740 710 11/6/2019
0.1.1-ci731 553 11/3/2019
0.1.1-ci727 583 11/1/2019
0.1.1-ci720 551 10/30/2019
0.1.1-ci715 511 10/29/2019
0.1.1-ci699 614 10/21/2019
0.1.1-ci696 524 10/20/2019
0.1.1-ci693 478 10/19/2019
0.1.1-ci689 472 10/18/2019
0.1.1-ci683 515 10/17/2019
0.1.1-ci680 703 10/16/2019
0.1.1-ci671 567 10/15/2019
0.1.1-ci663 585 10/12/2019
0.1.1-ci660 528 10/11/2019
0.1.1-ci653 539 10/10/2019
0.1.1-ci643 539 10/8/2019
0.1.1-ci636 528 10/7/2019
0.1.1-ci632 506 10/6/2019
0.1.1-ci625 523 10/5/2019
0.1.1-ci619 544 10/4/2019
0.1.1-ci607 577 10/1/2019
0.1.1-ci604 533 9/30/2019
0.1.1-ci581 1,737 9/25/2019
0.1.1-ci578 540 9/24/2019
0.1.1-ci561 562 9/23/2019
0.1.1-ci552 846 9/20/2019
0.1.1-ci550 575 9/17/2019
0.1.1-ci547 550 9/15/2019
0.1.1-ci545 543 9/13/2019
0.1.1-ci542 576 9/11/2019
0.1.1-ci539 557 9/10/2019
0.1.1-ci534 588 9/7/2019
0.1.1-ci531 522 9/6/2019
0.1.1-ci524 652 9/3/2019
0.1.1-ci515 562 8/31/2019
0.1.1-ci508 546 8/30/2019
0.1.1-ci492 606 8/22/2019
0.1.1-ci489 562 8/21/2019
0.1.1-ci486 553 8/20/2019
0.1.1-ci482 534 8/18/2019
0.1.1-ci478 561 8/17/2019
0.1.1-ci473 553 8/16/2019
0.1.1-ci470 545 8/15/2019
0.1.1-ci465 573 8/13/2019
0.1.1-ci460 557 8/12/2019
0.1.1-ci448 598 8/11/2019
0.1.1-ci437 574 8/9/2019
0.1.1-ci413 578 8/6/2019
0.1.1-ci376 641 7/26/2019
0.1.1-ci1244 941 4/3/2020
0.1.1-ci1241 491 4/1/2020
0.1.1-ci1238 481 3/31/2020
0.1.1-ci1235 418 3/30/2020
0.1.1-ci1232 440 3/29/2020
0.1.1-ci1213 505 3/22/2020
0.1.1-ci1204 449 3/21/2020
0.1.1-ci1198 444 3/20/2020
0.1.1-ci1179 428 3/19/2020
0.1.1-ci1173 568 3/18/2020
0.1.1-ci1166 436 3/17/2020
0.1.1-ci1156 498 3/14/2020
0.1.1-ci1142 466 3/8/2020
0.1.1-ci1137 426 3/7/2020
0.1.1-ci1133 482 3/4/2020
0.1.1-ci1114 494 3/2/2020
0.1.1-ci1013 433 2/3/2020
0.1.1-ci1004 499 2/1/2020
0.1.1-ci1001 532 1/31/2020
0.1.0 94,119 7/16/2019
0.1.0-ci1565 595 7/10/2019
0.1.0-ci1423 852 5/25/2019
0.1.0-ci1419 547 5/25/2019
0.1.0-ci1418 563 5/25/2019
0.0.13-ci1414 628 5/24/2019
0.0.13-ci1412 546 5/24/2019
0.0.13-ci1366 1,608 4/16/2019
0.0.13-ci1365 578 4/16/2019
0.0.13-ci1364 604 4/15/2019
0.0.13-ci1360 579 4/13/2019
0.0.13-ci1359 579 4/13/2019
0.0.13-ci1358 588 4/11/2019
0.0.13-ci1355 589 4/10/2019
0.0.13-ci1353 643 4/4/2019
0.0.13-ci1350 618 4/3/2019
0.0.13-ci1349 592 4/3/2019
0.0.13-ci1344 652 3/22/2019
0.0.13-ci1338 610 3/18/2019
0.0.13-ci1333 593 3/17/2019
0.0.13-ci1332 576 3/17/2019
0.0.13-ci1329 577 3/17/2019
0.0.13-ci1327 657 3/4/2019
0.0.13-ci1322 638 2/24/2019
0.0.13-ci1319 612 2/21/2019
0.0.12 44,801 9/4/2018
0.0.11 85,430 8/16/2017
0.0.10 29,494 2/1/2017
0.0.9 18,907 1/18/2017
0.0.8 9,509 9/26/2016
0.0.7 2,354 9/22/2016
0.0.6 10,215 7/5/2016
0.0.5 1,495 7/5/2016
0.0.4 8,322 1/27/2016
0.0.3 4,371 11/6/2015
0.0.2 1,978 10/15/2015
0.0.1 1,705 10/14/2015