Krypton.Toolkit.Nightly 100.25.10.290-alpha

This is a prerelease version of Krypton.Toolkit.Nightly.
dotnet add package Krypton.Toolkit.Nightly --version 100.25.10.290-alpha
                    
NuGet\Install-Package Krypton.Toolkit.Nightly -Version 100.25.10.290-alpha
                    
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="Krypton.Toolkit.Nightly" Version="100.25.10.290-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Krypton.Toolkit.Nightly" Version="100.25.10.290-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Krypton.Toolkit.Nightly" />
                    
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 Krypton.Toolkit.Nightly --version 100.25.10.290-alpha
                    
#r "nuget: Krypton.Toolkit.Nightly, 100.25.10.290-alpha"
                    
#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.
#:package Krypton.Toolkit.Nightly@100.25.10.290-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Krypton.Toolkit.Nightly&version=100.25.10.290-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Krypton.Toolkit.Nightly&version=100.25.10.290-alpha&prerelease
                    
Install as a Cake Tool

<img src="https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/Krypton.png?raw=true"> Standard Toolkit

<hr/>

NuGet Information

View package version details here.

=======

Documentation

The online help will give an overview of what the toolkit is capable of.

<a href="https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/index.html"><img src="https://img.shields.io/badge/Documentation-Online Help-9cf.svg?style=flat-square" alt="Online Help" /></a>

If you require the full API reference, you can download the latest version by clicking the link below.

<a href="https://github.com/Krypton-Suite/Help-Files/releases"><img src="https://img.shields.io/badge/Documentation-API Reference-9cf.svg?style=flat-square" alt="API Reference" /></a>

Contributing to the Standard Toolkit

If you are interested in contributing to the Standard Toolkit, please read this article first.

=======

Package Support Information

Full information about support can be found here

Release Cadence

See Krypton Toolkit release cadence

Package Descriptions

To find out more about the differences between Nightly, Canary and Stable packages, please read this article.

Installing Pre-Release Versions

To find out how to install either Canary or Nightly versions, please check out this article.

=======

Supporters

Development of the Krypton Standard Toolkit is supported by these generous organisations:

JetBrains logo. YourKit logo
JetBrains provides cutting-edge IDE and developer productivity tools. YourKit provides a market-leading intelligent <a href="https://www.yourkit.com/features/">Java Profiler</a> and <a href="https://www.yourkit.com/dotnet/features/">.NET Profiler</a>.

=======

Toolkit Example images

Follow the links to see the different objects and layouts that this framework allows you to do: Toolkit Demos

=======

Discord Server

<a href="https://discord.gg/CRjF6fY" alt="Join our Krypton Toolkit community Discord server"><img src="https://img.shields.io/badge/Discord-Join%20our%20server-7289DA?logo=discord&style=flat-square" /></a>

=======

Version History

<a href="https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/Documents/Changelog/Changelog.md"><img src="https://img.shields.io/badge/Version History-Changelog-brightgreen.svg?style=flat-square" /></a>

=======

Breaking Changes

V100.00 (2025-11-xx - Build 2511 - November 2025)

There are list of changes that have occurred during the development of the V100.00 version

  • Implemented #984, KryptonForm using SizeGripStyle for grippie.
    • Note: This contains a breaking change for custom themes as it introduces a new abstract method: public abstract Image? GetSizeGripImage(RightToLeft isRtl); so that themes can return a size grip image (or null).
  • Implemented #2328, Set the baseline support to .NET Framework 4.7.2
    • Note: This is a breaking change, as the minimum supported version of .NET Framework has been raised from 4.6.2 to 4.7.2.
  • Resolved #240, [Breaking Change] KryptonRichTextBox Why is it not possible to have the ButtonSpecs aligned to the top of a control
    • ButtonSpecs have been removed from the KryptonRichTextBox
    • Use another layout to align in the designers
  • Resolved #1212, [Breaking Change] KColorButton 'drop-down' arrow should be drawn
    • Create Scaled Drop Glyph and use for colour button and comboDrops
    • Remove the PaletteRedirectDropDownButton
    • Remove KryptonPaletteImagesDropDownButton
    • Breaking Change: Remove DropDownButtonImages from designers

V95.00 (2025-02-01 - Build 2502 - February 2025)

  • Resolved #1212, [Breaking Change] KColorButton 'drop-down' arrow should be drawn
    • Create Scaled Drop Glyph and use for colour button and comboDrops
    • Remove the PaletteRedirectDropDownButton
    • Remove KryptonPaletteImagesDropDownButton
    • Breaking Change: Remove DropDownButtonImages from designers

V90.00 (2024-11-12 - Build 2411 - November 2024)

There are list of changes that have occurred during the development of the V90.00 version

  • #632, [Breaking Change] KryptonPropertyGrid should have a customisable back colour.
    • KryptonPropertyGrid now uses the State### sets like the rest of the controls.
    • Any build breaks in the designers can just be deleted, as the the colouring will be done by the State#### equivalents
  • #1435, Breaking Change Take KMB back to the Winform override (Remove Checkbox etc)
  • and #1432, Breaking Change placeholder Copy KryptonMessageBox to KryptonMessageBoxDep
    • The introduction of new Parameters elements to the KryptonMessageBox is now supported in the KryptonMessageBoxDep class
    • This is so that the KryptonMessageBox gets back to being a drop in replacement for the WinForm MessageBox
    • And a start of the introduction of the KryptonMessageDialog implementation of the UWP MessageDialog
  • #1424, Breaking Change KryptonMessageBox does not obey tab characters like MessageBox
    • The optional ContentAlignment for a KryptonMessageBox.Show command is no longer possible.
  • #1356, AppButton colours don't change while switching themes
  • #1206, Remove the Font Size (as it is already covered by the actual font !)
  • #1224, Move GlobalPaletteMode into GlobalPalette and rename
    • BaseFont is now part of the KryptonManager class, and will override the applied palette font(s)
    • CustomPalette must be derived from the KryptonCustomPaletteBase class
    • BasePaletteMode has been removed from KryptonCustomPaletteBase class
  • #124, When setting AllowFormChrome = false, then the Form Bar should still be Theme rendered
    • AllowFormChrome has been removed and replaced with UseThemeFormChromeBorderWidth to better explain what it is doing
    • It means that a theme can get closer to "Material Design", and that the Title bar can still be themed (And rounded)
  • #215, KryptonTreeView Multi Node Select
    • Designer values named State####Pressed have changed to State#####MultiSelect to reflect usage
    • New ReeView Designer value MultiSelect allows drawing of selected items and retrieval via CheckedNodes
  • #1268, Many Krypton Controls have a CornerRoundingRadius that overrides the State#### Node Rounding values. Please remove!
    • CornerRoundingRadius overrides ONLY the StateCommon.Border.Rounding which is incorrect.
    • All CornerRoundingRadius have been removed
  • #1269, Remove AllowFormIntegrate to give consistent experience on all supported OS's
    • Please check the images in the issue.
    • To fix: just remove AllowFormIntegrate from your deisgner files
  • #1266, Since V 5.400, the QAT button is supposed to perform the close, therefore the Close Form button should not be visible
    • The RibbonAppButton has a new Designer field for setting the "Form Close Visible" to off by default

Support for .NET 6/7

As of V90.00, support for .NET 6 and 7 has been removed due to their release cadences.

KryptonButton Properties

Some properties previously found in the root such as, ShowSplitOption, UseAsADialogButton, UseAsUACElevationButton and UACShieldIconSize are now located in the Values section.

API Changes

If using KryptonAboutToolkit, please note that this has been superceded by KryptonAboutBox. Or if you use KryptonThemeBrowserForm, it has now been moved to KryptonThemeBrowser as the public facing API.

KryptonInputBox

The KryptonInputBox now uses the new KryptonInputBoxData API, to handle data.

Building the Toolkit

As of V90.00 support for longer path names will need to be enabled if you want to build the toolkit yourself. For more details on how to do this, please follow the instructions here.

V85.00 (2025-02-01 - Build 2502 (Patch 5) - February 2025)

  • Resolved #1212, [Breaking Change] KColorButton 'drop-down' arrow should be drawn
    • Create Scaled Drop Glyph and use for colour button and comboDrops
    • Remove the PaletteRedirectDropDownButton
    • Remove KryptonPaletteImagesDropDownButton
    • Breaking Change: Remove DropDownButtonImages from designers

V85.00 (2024-06-24 - Build 2406 - June 2024)

There are a list of changes that have occurred during the development of the V85.00 version

  • #1302, [Breaking Change] Font being used by "Professional" theme is pants !
    • The Option to use SystemDefault no longer exists a font rendering hint
  • #1508, [Breaking Change] ButtonSpec does not open assigned context menu when clicked.
    • Added property ShowDrop, which displays a drop-down arrow on the button.
    • When a KryptonContextMenu is connected the menu is shown when the button is clicked.
    • When a WinForms ContextMenuStrip is connected the menu is shown when the button is clicked.
    • When both type of the above ContextMenus are connected the KryptonContextMenu takes precedence.
    • The ButtonSpec's Type property does not need setting to "Context" to display the menu.
  • #1424, [Breaking Change] KryptonMessageBox does not obey tab characters like MessageBox

V80.00 (2023-11-14 - Build 2311 - November 2023)

There are list of changes that have occurred during the development of the V80.00 version

Support for .NET Core 3.1 and .NET 5

As of V80.00, support for .NET Core 3.1 and .NET 5 has been removed due to their release cadences. It is strongly advised that you migrate your application to .NET 8, as the latest LTS version, or the slightly older .NET 6, if you require a more supported version. If you do not make these mitigations, the packages will fail to install when upgrading, if your project is configured to use either .NET Core 3.1 and .NET 5.

KryptonMessageBoxButtons

Palette usages

  • KryptonPalette has become KryptonCustomPaletteBase to better signify it's usage.
  • IPalette has been removed, and the usage of PaletteBase throughout the toolkit is used; to ensure consistent usage.

Depreciation of KryptonManager.Strings

In a effort to support translations, KryptonManager.Strings is now obsolete. As such, the new KryptonLanguageManager will handle such strings.

=======

Known Issues & Workarounds

  • #1109 - KryptonPropertyGrid 'jagged' text

    • Some controls can display Jagged text when drawing. (i.e. ComboBox contents / PropertyGrid / Extended controls ) This is due to the usage of the Legacy API Application.SetCompatibleTextRenderingDefault having a value of true. Please set it to false.
  • #665 - Workaround add net48 or net481 to your <TargetFrameworks> if using .NET 6 or 7

  • .NET 6/7 Designer issues - If you are experiencing designer issues with your project, please refer to this for more information

  • URGENT: If anyone experiences "Double events" such as the one found here, please can you report it ASAP, so that they can be investigated. Thanks!

=======

Introduction

The Krypton Suite contains user interface components designed to make it quick and easy for developers to create professional looking applications. It provides the essential building blocks needed to create a consistent look and feel across all your products. You can use the built-in palettes to achieve the same appearance as industry standard applications such as Microsoft Office 2007/2010/2013 & Microsoft 365, Visual Studio 2010. Alternatively you can create your own custom palettes to create a completely unique user interface. The Krypton Suite consists of five products called Krypton Toolkit, Krypton Ribbon, Krypton Navigator, Krypton Workspace and Krypton Docking.

What is this Repository About?

  • Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac, tobitege & Ahmed-Abdelhameed have been fixing and adding more capabilities to this toolkit.
  • There is also an Extensions project, which takes these base controls and add more useful complete controls (Currently outside the scope of this help). To find out more, please head to this link
  • All .Net Versions from 4.6.2 are catered for (interim releases, i.e. releases in-between Long Term Support (LTS) versions of .NET will only be supported for the duration of that particular version, usually 24 months.)
  • New versions of NuGet packages can be obtained via this link, or via your package manager by searching Krypton..
  • New, major versions are released annually, with patches if needed released throughout that period. Version 100 is expected to release in November 2025.
  • For tips on how to build the toolkit for yourself, please read the following article.

Contributing to this project

If you want to contribute to this project, please follow these guidelines. All contributions are welcome!

Individual Components

Krypton Toolkit

The Krypton Toolkit provides a set of basic user interface components for free. You can distribute the signed Krypton Toolkit assembly without charge or royalty with your own products. The Krypton Toolkit is great resource for speeding up development of professional looking applications. It works in tandem with the MenuStrip, StatusStrip and ToolStrip controls that come with .NET Framework controls. Using the Krypton Toolkit you can create a great looking application in just minutes.

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonToolkitExampleForm.gif?raw=true" /></center>

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonToolkitExampleGroup.gif?raw=true" /></center>

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonToolkitProgressBarExample.gif?raw=true" /></center>

Krypton Ribbon

The Krypton Ribbon is designed to mimic the look, feel and operation of the ribbon control seen in the Microsoft Office 2007/2010/2013/365 applications such as Word and Excel. It provides advanced capabilities including the quick access toolbar, contextual tabs and auto shrinking groups. With rich design time support and sample code you can be up and running with the ribbon in no time at all. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonRibbonExample.gif?raw=true" /></center>

Krypton Navigator

The Krypton Navigator is a user interface control that provides the user with a variety of ways to navigate around a set of pages. Think of it as a traditional TabControl on steroids. It has many different modes of operation allowing you to achieve exactly the right operation for your application. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonNavigatorExample.gif?raw=true" /></center>

Krypton Workspace

The Krypton Workspace allows a document area to be created that the user can customise by dragging and dropping pages into new positions. Similar to the Visual Studio document area but with far greater flexibility and functionality. Each cell within the workspace uses an instance of the Krypton Navigator allowing a wide range of options for organising and displaying pages. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonWorkspaceExample.gif?raw=true" /></center>

Krypton Docking

The Krypton Docking set of components allow the user to drag and drop docking pages into new locations in order to customise the organisation of the application content. It allows this in a way similar to that of Visual Studio 2008/2010. Each docking area uses an instance of the Krypton Workspace allowing a wide range of options for organising and displaying pages. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.

<center><img src="https://github.com/Krypton-Suite/Documentation/blob/main/Assets/Standard-Toolkit/KryptonDockingExampleCustomised.gif?raw=true" /></center>

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETFramework 4.8.1

    • No dependencies.
  • net10.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • No dependencies.

NuGet packages (49)

Showing the top 5 NuGet packages that depend on Krypton.Toolkit.Nightly:

Package Downloads
Krypton.Navigator.Nightly

An update to Component factory's krypton toolkit to support .NET Framework 4.7.2 - 4.8.1 and .NET 8 - 10. This is the navigator module. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1 and .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the standard toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Standard/Krypton-Toolkit-Suite-Standard-Modules.md To find out what's new, please visit: https://github.com/Krypton-Suite/Standard-Toolkit/blob/alpha/Documents/Help/Changelog.md This package is for those who want to try out the latest cutting edge features before deployment.

Krypton.Ribbon.Nightly

An update to Component factory's krypton toolkit to support .NET Framework 4.7.2 - 4.8.1 and .NET 8 - 10. This is the ribbon module. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1 and .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the standard toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Standard/Krypton-Toolkit-Suite-Standard-Modules.md To find out what's new, please visit: https://github.com/Krypton-Suite/Standard-Toolkit/blob/alpha/Documents/Help/Changelog.md This package is for those who want to try out the latest cutting edge features before deployment.

Krypton.Docking.Nightly

An update to Component factory's krypton toolkit to support .NET Framework 4.7.2 - 4.8.1 and .NET 8 - 10. This is the docking module. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1 and .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the standard toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Standard/Krypton-Toolkit-Suite-Standard-Modules.md To find out what's new, please visit: https://github.com/Krypton-Suite/Standard-Toolkit/blob/alpha/Documents/Help/Changelog.md This package is for those who want to try out the latest cutting edge features before deployment.

Krypton.Workspace.Nightly

An update to Component factory's krypton toolkit to support .NET Framework 4.7.2 - 4.8.1 and .NET 8 - 10. This is the workspace module. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1 and .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the standard toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Standard/Krypton-Toolkit-Suite-Standard-Modules.md To find out what's new, please visit: https://github.com/Krypton-Suite/Standard-Toolkit/blob/alpha/Documents/Help/Changelog.md This package is for those who want to try out the latest cutting edge features before deployment.

Krypton.Toolkit.Suite.Extended.Common.Nightly

An extension to the Standard Toolkit, which supports .NET Framework 4.6.2 - 4.8.1, .NET 8 - 10. This package implements common tools and utilities that are used by the extended toolkit. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1, .NET 8 - 10. Also, all libraries are included targeting each specific framework version for performance purposes. To view all of the extended toolkit package latest version information, please visit: https://github.com/Krypton-Suite/Krypton-Toolkit-Suite-Version-Dashboard/blob/main/Documents/Modules/Extended/Krypton-Toolkit-Suite-Extended-Modules.md

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Krypton.Toolkit.Nightly:

Repository Stars
Krypton-Suite/Extended-Toolkit
A companion toolkit for the standard toolkit.
Version Downloads Last Updated
100.25.10.290-alpha 70 10/17/2025
100.25.10.289-alpha 101 10/16/2025
100.25.10.286-alpha 112 10/13/2025
100.25.10.279-alpha 143 10/6/2025
100.25.10.276-alpha 111 10/3/2025
100.25.9.272-alpha 129 9/29/2025
100.25.9.267-alpha 124 9/24/2025
100.25.9.262-alpha 244 9/19/2025
100.25.9.260-alpha 251 9/17/2025
100.25.9.258-alpha 212 9/15/2025
100.25.9.251-alpha 127 9/8/2025
100.25.9.244-alpha 147 9/1/2025
100.25.8.237-alpha 275 8/25/2025
100.25.8.230-alpha 123 8/18/2025
100.25.8.223-alpha 128 8/11/2025
100.25.8.216-alpha 153 8/4/2025
100.25.7.209-alpha 131 7/28/2025
100.25.7.202-alpha 403 7/21/2025
100.25.7.195-alpha 132 7/14/2025
100.25.7.188-alpha 157 7/7/2025
100.25.6.181-alpha 134 6/30/2025
100.25.6.174-alpha 143 6/23/2025
100.25.6.167-alpha 158 6/16/2025
100.25.6.160-alpha 250 6/9/2025
100.25.5.146-alpha 159 5/26/2025
100.25.5.140-alpha 176 5/20/2025
100.25.5.139-alpha 152 5/19/2025
100.25.5.125-alpha 150 5/5/2025
100.25.4.118-alpha 211 4/28/2025
100.25.4.104-alpha 233 4/14/2025
100.25.4.97-alpha 215 4/7/2025
100.25.3.90-alpha 208 3/31/2025
100.25.3.80-alpha 233 3/21/2025
100.25.3.76-alpha 217 3/17/2025
100.25.3.69-alpha 225 3/10/2025
100.25.3.62-alpha 299 3/3/2025
100.25.2.48-alpha 224 2/17/2025
100.25.2.41-alpha 220 2/10/2025
100.25.2.34-alpha 205 2/3/2025
100.25.1.27-alpha 119 1/27/2025
100.25.1.21-alpha 139 1/21/2025
100.25.1.13-alpha 161 1/13/2025
100.25.1.6-alpha 146 1/6/2025
100.25.1.1-alpha 174 1/1/2025
100.24.12.358-alpha 136 12/23/2024
100.24.12.351-alpha 172 12/16/2024
100.24.12.344-alpha 156 12/9/2024
100.24.12.337-alpha 123 12/2/2024
100.24.11.330-alpha 167 11/25/2024
100.24.11.323-alpha 153 11/18/2024
100.24.11.318-alpha 166 11/13/2024
100.24.11.309-alpha 174 11/4/2024
100.24.10.302-alpha 157 10/28/2024
90.24.10.295-alpha 229 10/21/2024
90.24.10.282-alpha 168 10/8/2024
90.24.10.275-alpha 171 10/1/2024
90.24.9.267-alpha 185 9/23/2024
90.24.9.260-alpha 243 9/16/2024
90.24.9.253-alpha 180 9/9/2024
90.24.9.246-alpha 143 9/2/2024
90.24.8.240-alpha 170 8/27/2024
90.24.8.232-alpha 288 8/19/2024
90.24.8.225-alpha 174 8/12/2024
90.24.8.218-alpha 119 8/5/2024
90.24.7.211-alpha 96 7/29/2024
90.24.7.209-alpha 142 7/27/2024
90.24.7.205-alpha 177 7/23/2024
90.24.7.203-alpha 178 7/21/2024
90.24.7.202-alpha 172 7/20/2024
90.24.7.201-alpha 124 7/19/2024
90.24.7.200-alpha 274 7/18/2024
90.24.7.199-alpha 120 7/17/2024
90.24.7.198-alpha 114 7/16/2024
90.24.7.190-alpha 126 7/8/2024
90.24.7.183-alpha 136 7/1/2024
90.24.6.176-alpha 168 6/24/2024
90.24.6.169-alpha 315 6/17/2024
90.24.6.162-alpha 144 6/10/2024
90.24.5.152-alpha 166 5/31/2024
90.24.5.148-alpha 114 5/27/2024
90.24.5.141-alpha 129 5/20/2024
90.24.5.134-alpha 144 5/13/2024
90.24.5.127-alpha 176 5/6/2024
90.24.4.120-alpha 124 4/29/2024
90.24.4.113-alpha 162 4/22/2024
90.24.4.106-alpha 170 4/15/2024
90.24.4.101-alpha 163 4/10/2024
90.24.4.92-alpha 152 4/1/2024
90.24.3.85-alpha 112 3/25/2024
90.24.3.78-alpha 164 3/18/2024
90.24.3.71-alpha 115 3/11/2024
90.24.3.64-alpha 129 3/4/2024
90.24.2.60-alpha 125 2/29/2024
90.24.2.57-alpha 123 2/26/2024
90.24.2.51-alpha 137 2/20/2024
90.24.2.50-alpha 127 2/19/2024
90.24.2.47-alpha 121 2/16/2024
90.24.2.46-alpha 143 2/15/2024
90.24.2.45-alpha 118 2/14/2024
90.24.2.44-alpha 113 2/13/2024
90.24.2.43-alpha 145 2/12/2024
90.24.2.36-alpha 163 2/5/2024
90.24.2.32-alpha 140 2/1/2024
90.24.1.30-alpha 128 1/30/2024
90.24.1.29-alpha 104 1/29/2024
90.24.1.17-alpha 142 1/17/2024
90.24.1.16-alpha 134 1/16/2024
90.24.1.15-alpha 215 1/15/2024
90.24.1.8-alpha 195 1/8/2024
90.23.12.352-alpha 284 12/18/2023
90.23.12.345-alpha 193 12/11/2023
90.23.12.338-alpha 226 12/4/2023
90.23.11.331-alpha 185 11/27/2023
90.23.11.324-alpha 147 11/20/2023
90.23.11.317-alpha 119 11/13/2023
90.23.11.312-alpha 193 11/8/2023
90.23.11.311-alpha 122 11/7/2023
90.23.11.310-alpha 144 11/6/2023
90.23.10.303-alpha 213 10/30/2023
80.23.10.296-alpha 528 10/23/2023
80.23.10.291-alpha 165 10/18/2023
80.23.10.290-alpha 178 10/17/2023
80.23.10.289-alpha 179 10/16/2023
80.23.10.275-alpha 206 10/2/2023
80.23.9.269-alpha 206 9/26/2023
80.23.9.261-alpha 222 9/18/2023
80.23.9.254-alpha 222 9/11/2023
80.23.9.247-alpha 222 9/4/2023
80.23.8.241-alpha 247 8/29/2023
80.23.8.234-alpha 216 8/22/2023
80.23.8.226-alpha 177 8/14/2023
80.23.8.219-alpha 230 8/7/2023
80.23.7.212-alpha 239 7/31/2023
80.23.7.205-alpha 217 7/24/2023
80.23.7.198-alpha 218 7/17/2023
80.23.7.191-alpha 225 7/10/2023
80.23.6.178-alpha 232 6/27/2023
80.23.6.170-alpha 239 6/19/2023
80.23.6.156-alpha 347 6/5/2023
80.23.5.150-alpha 195 5/30/2023
80.23.5.142-alpha 204 5/22/2023
80.23.5.137-alpha 189 5/17/2023
80.23.5.130-alpha 228 5/10/2023
80.23.5.121-alpha 296 5/1/2023
80.23.4.114-alpha 230 4/24/2023
80.23.4.107-alpha 274 4/17/2023
80.23.4.93-alpha 322 4/3/2023
80.23.3.79-alpha 341 3/20/2023
80.23.3.72-alpha 253 3/13/2023
80.23.3.65-alpha 252 3/6/2023
80.23.2.58-alpha 221 2/27/2023
80.23.2.49-alpha 214 2/18/2023
80.23.2.45-alpha 209 2/14/2023
80.23.2.44-alpha 191 2/13/2023
80.23.2.40-alpha 251 2/9/2023
80.23.2.39-alpha 212 2/8/2023
80.23.2.37-alpha 227 2/6/2023
80.23.1.30-alpha 307 1/30/2023
80.23.1.27-alpha 267 1/27/2023
80.23.1.26-alpha 242 1/26/2023
80.23.1.25-alpha 280 1/25/2023
80.23.1.24-alpha 253 1/24/2023
80.23.1.16-alpha 250 1/16/2023
80.23.1.10-alpha 278 1/10/2023
80.23.1.9-alpha 262 1/9/2023
80.23.1.3-alpha 273 1/3/2023
80.22.12.357-alpha 226 12/23/2022
80.22.12.355-alpha 193 12/21/2022
80.22.12.354-alpha 198 12/20/2022
80.22.12.353-alpha 256 12/19/2022
80.22.12.350-alpha 235 12/16/2022
80.22.12.347-alpha 238 12/13/2022
80.22.12.346-alpha 203 12/12/2022
80.22.12.344-alpha 204 12/10/2022
80.22.12.340-alpha 234 12/6/2022
80.22.12.339-alpha 232 12/5/2022
80.22.12.338-alpha 229 12/4/2022
80.22.12.337-alpha 240 12/3/2022
80.22.11.333-alpha 213 11/29/2022
80.22.11.329-alpha 205 11/25/2022
80.22.11.327-alpha 262 11/23/2022
80.22.11.326-alpha 230 11/22/2022
80.22.11.318-alpha 270 11/14/2022
80.22.11.313-alpha 244 11/9/2022
80.22.11.308-alpha 237 11/4/2022
80.22.11.307-alpha 208 11/3/2022
80.22.11.306-alpha 197 11/2/2022
80.22.11.305-alpha 224 11/1/2022
70.22.10.275-alpha 637 10/2/2022
70.22.9.251-alpha 287 9/8/2022
70.22.9.250-alpha 228 9/7/2022
70.22.8.241-alpha 249 8/29/2022
70.22.8.239-alpha 250 8/27/2022
70.22.8.238-alpha 260 8/26/2022
70.22.8.236-alpha 244 8/24/2022
70.22.8.235-alpha 245 8/23/2022
70.22.8.234-alpha 254 8/22/2022
70.22.8.225-alpha 312 8/13/2022
70.22.8.224-alpha 271 8/12/2022
70.22.8.222-alpha 289 8/10/2022
70.22.8.220-alpha 285 8/8/2022
70.22.8.213-alpha 307 8/1/2022
70.22.7.206-alpha 282 7/25/2022
70.22.7.203-alpha 316 7/22/2022
70.22.7.201-alpha 274 7/20/2022
70.22.7.200-alpha 264 7/19/2022
70.22.7.199-alpha 298 7/18/2022
70.22.7.194-alpha 316 7/13/2022
70.22.7.188-alpha 331 7/7/2022
70.22.7.185-alpha 296 7/4/2022
70.22.7.182-alpha 273 7/1/2022
70.22.6.181-alpha 292 6/30/2022
70.22.6.180-alpha 256 6/29/2022
70.22.6.179-alpha 255 6/28/2022
70.22.6.178-alpha 269 6/27/2022
70.22.6.176-alpha 272 6/25/2022
70.22.6.175-alpha 276 6/24/2022
70.22.6.174-alpha 243 6/23/2022
70.22.6.173-alpha 264 6/22/2022
70.22.6.172-alpha 255 6/21/2022
70.22.6.171-alpha 249 6/20/2022
70.22.6.165-alpha 241 6/14/2022
70.22.6.164-alpha 263 6/13/2022
70.22.6.162-alpha 261 6/11/2022
70.22.6.161-alpha 260 6/10/2022
70.22.6.158-alpha 276 6/7/2022
70.22.6.157-alpha 239 6/6/2022
70.22.6.154-alpha 259 6/3/2022
70.22.6.153-alpha 278 6/2/2022
70.22.6.152-alpha 257 6/1/2022
65.22.5.129-alpha 286 5/9/2022
65.22.5.126-alpha 15,924 5/6/2022
65.22.5.125-alpha 271 5/5/2022
65.22.5.124-alpha 255 5/4/2022
65.22.4.120-alpha 264 4/30/2022
65.22.4.118-alpha 266 4/28/2022
65.22.4.110-alpha 307 4/20/2022
65.22.4.103-alpha 262 4/13/2022
65.22.4.102-alpha 256 4/12/2022
65.22.4.101-alpha 265 4/11/2022
65.22.4.98-alpha 249 4/8/2022
65.22.4.97-alpha 260 4/7/2022
65.22.4.96-alpha 258 4/6/2022
65.22.4.94-alpha 271 4/4/2022
65.22.4.91-alpha 261 4/1/2022
65.22.3.90-alpha 266 3/31/2022
65.22.3.89-alpha 271 3/30/2022
65.22.3.88-alpha 274 3/29/2022
65.22.3.77-alpha 273 3/18/2022
65.22.3.76-alpha 264 3/17/2022
65.22.3.75-alpha 657 3/16/2022
65.22.3.73-alpha 245 3/14/2022
65.22.3.70-alpha 277 3/11/2022
65.22.3.69-alpha 261 3/10/2022
65.22.3.67-alpha 245 3/8/2022
65.22.3.63-alpha 286 3/4/2022
65.22.3.62-alpha 256 3/3/2022
65.22.3.60-alpha 237 3/1/2022
65.22.2.59-alpha 1,364 2/28/2022
65.22.2.58-alpha 267 2/27/2022
65.22.2.56-alpha 269 2/26/2022
60.22.2.49-alpha 289 2/18/2022
60.22.2.48-alpha 301 2/17/2022
60.22.2.46-alpha 278 2/15/2022
60.22.2.45-alpha 248 2/14/2022
60.22.2.43-alpha 278 2/12/2022
60.22.2.42-alpha 297 2/11/2022
60.22.2.41-alpha 263 2/10/2022
60.22.2.40-alpha 276 2/9/2022
60.22.2.39-alpha 254 2/8/2022
60.22.2.38-alpha 285 2/7/2022
60.22.2.37-alpha 274 2/6/2022
60.22.2.33-alpha 318 2/2/2022
60.22.1.31-alpha 279 1/31/2022
60.22.1.30-alpha 292 1/30/2022
60.22.1.28-alpha 290 1/28/2022
60.22.1.26-alpha 286 1/26/2022
60.22.1.25-alpha 291 1/25/2022
60.22.1.24-alpha 249 1/24/2022
60.22.1.22-alpha 270 1/22/2022
60.22.1.20-alpha 267 1/20/2022
60.22.1.17-alpha 305 1/17/2022
60.22.1.16-alpha 289 1/16/2022
60.22.1.13-alpha 295 1/13/2022
60.22.1.9-alpha 270 1/9/2022
6.22.1.8-alpha 257 1/8/2022
6.22.1.7-alpha 283 1/7/2022
6.22.1.4-alpha 280 1/4/2022
6.22.1.3-alpha 273 1/3/2022