Krypton.Docking.Nightly 100.25.10.291-alpha

This is a prerelease version of Krypton.Docking.Nightly.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Krypton.Docking.Nightly --version 100.25.10.291-alpha
                    
NuGet\Install-Package Krypton.Docking.Nightly -Version 100.25.10.291-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.Docking.Nightly" Version="100.25.10.291-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Krypton.Docking.Nightly" Version="100.25.10.291-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Krypton.Docking.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.Docking.Nightly --version 100.25.10.291-alpha
                    
#r "nuget: Krypton.Docking.Nightly, 100.25.10.291-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.Docking.Nightly@100.25.10.291-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.Docking.Nightly&version=100.25.10.291-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Krypton.Docking.Nightly&version=100.25.10.291-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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Krypton.Docking.Nightly:

Package Downloads
Krypton.Toolkit.Suite.Extended.Ultimate.Nightly

The Ultimate all-in-one package for Krypton Toolkit Suite Extended. This package includes ALL Extended Toolkit assemblies and dependencies bundled together for maximum convenience. Supports .NET Framework 4.7.2 - 4.8.1, .NET 8 - 10. All libraries are included targeting each specific framework version for performance purposes. This package includes: - All Extended Toolkit controls and components - All shared utilities and tools - All dependencies required for full functionality - Support for all target frameworks Perfect for applications that need the complete Extended Toolkit without managing individual packages. 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

Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Nightly

The Ultimate Lite all-in-one package for Krypton Toolkit Suite Extended. This package includes ALL Extended Toolkit assemblies and dependencies bundled together for maximum convenience. This is the LITE version with reduced framework targets for smaller package size. Supports .NET Framework 4.8 - 4.8.1, .NET 8 - 10. All libraries are included targeting each specific framework version for performance purposes. This package includes: - All Extended Toolkit controls and components - All shared utilities and tools - All dependencies required for full functionality - Support for modern target frameworks (excludes .NET Framework 4.7.2) Perfect for applications targeting modern frameworks that need the complete Extended Toolkit without managing individual packages. Difference from Ultimate package: - Ultimate: Supports net472, net48, net481, net8.0, net9.0, net10.0 - Ultimate.Lite: Supports net48, net481, net8.0, net9.0, net10.0 (excludes net472) 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.Docking.Nightly:

Repository Stars
Krypton-Suite/Extended-Toolkit
A companion toolkit for the standard toolkit.
Version Downloads Last Updated
100.25.10.301-alpha 110 10/28/2025
100.25.10.300-alpha 117 10/27/2025
100.25.10.297-alpha 84 10/24/2025
100.25.10.293-alpha 123 10/20/2025
100.25.10.292-alpha 112 10/19/2025
100.25.10.291-alpha 62 10/18/2025
100.25.10.290-alpha 98 10/17/2025
100.25.10.289-alpha 114 10/16/2025
100.25.10.286-alpha 122 10/13/2025
100.25.10.279-alpha 141 10/6/2025
100.25.10.276-alpha 110 10/3/2025
100.25.9.272-alpha 129 9/29/2025
100.25.9.267-alpha 131 9/24/2025
100.25.9.262-alpha 238 9/19/2025
100.25.9.260-alpha 258 9/17/2025
100.25.9.258-alpha 211 9/15/2025
100.25.9.251-alpha 132 9/8/2025
100.25.9.244-alpha 138 9/1/2025
100.25.8.237-alpha 273 8/25/2025
100.25.8.230-alpha 126 8/18/2025
100.25.8.223-alpha 122 8/11/2025
100.25.8.216-alpha 148 8/4/2025
100.25.7.209-alpha 120 7/28/2025
100.25.7.202-alpha 395 7/21/2025
100.25.7.195-alpha 122 7/14/2025
100.25.7.188-alpha 122 7/7/2025
100.25.6.181-alpha 132 6/30/2025
100.25.6.174-alpha 157 6/23/2025
100.25.6.167-alpha 152 6/16/2025
100.25.6.160-alpha 263 6/9/2025
100.25.5.146-alpha 161 5/26/2025
100.25.5.140-alpha 138 5/20/2025
100.25.5.139-alpha 153 5/19/2025
100.25.5.125-alpha 141 5/5/2025
100.25.4.118-alpha 169 4/28/2025
100.25.4.104-alpha 187 4/14/2025
100.25.4.97-alpha 150 4/7/2025
100.25.3.90-alpha 174 3/31/2025
100.25.3.80-alpha 121 3/21/2025
100.25.3.76-alpha 168 3/17/2025
100.25.3.69-alpha 180 3/10/2025
100.25.3.62-alpha 185 3/3/2025
100.25.2.48-alpha 111 2/17/2025
100.25.2.41-alpha 107 2/10/2025
100.25.2.34-alpha 102 2/3/2025
100.25.1.27-alpha 99 1/27/2025
100.25.1.21-alpha 83 1/21/2025
100.25.1.13-alpha 96 1/13/2025
100.25.1.6-alpha 89 1/6/2025
100.25.1.1-alpha 113 1/1/2025
100.24.12.358-alpha 97 12/23/2024
100.24.12.351-alpha 98 12/16/2024
100.24.12.344-alpha 118 12/9/2024
100.24.12.337-alpha 107 12/2/2024
100.24.11.330-alpha 98 11/25/2024
100.24.11.323-alpha 103 11/18/2024
100.24.11.318-alpha 103 11/13/2024
100.24.11.309-alpha 94 11/4/2024
100.24.10.302-alpha 115 10/28/2024
90.24.10.295-alpha 132 10/21/2024
90.24.10.282-alpha 114 10/8/2024
90.24.10.275-alpha 89 10/1/2024
90.24.9.267-alpha 118 9/23/2024
90.24.9.260-alpha 111 9/16/2024
90.24.9.253-alpha 108 9/9/2024
90.24.9.246-alpha 119 9/2/2024
90.24.8.240-alpha 108 8/27/2024
90.24.8.232-alpha 144 8/19/2024
90.24.8.225-alpha 138 8/12/2024
90.24.8.218-alpha 93 8/5/2024
90.24.7.211-alpha 96 7/29/2024
90.24.7.209-alpha 89 7/27/2024
90.24.7.205-alpha 97 7/23/2024
90.24.7.203-alpha 120 7/21/2024
90.24.7.202-alpha 117 7/20/2024
90.24.7.201-alpha 105 7/19/2024
90.24.7.200-alpha 119 7/18/2024
90.24.7.199-alpha 103 7/17/2024
90.24.7.198-alpha 98 7/16/2024
90.24.7.190-alpha 95 7/8/2024
90.24.7.183-alpha 104 7/1/2024
90.24.6.176-alpha 111 6/24/2024
90.24.6.169-alpha 110 6/17/2024
90.24.6.162-alpha 111 6/10/2024
90.24.5.152-alpha 119 5/31/2024
90.24.5.148-alpha 112 5/27/2024
90.24.5.141-alpha 115 5/20/2024
90.24.5.134-alpha 111 5/13/2024
90.24.5.127-alpha 122 5/6/2024
90.24.4.120-alpha 101 4/29/2024
90.24.4.113-alpha 118 4/22/2024
90.24.4.106-alpha 94 4/15/2024
90.24.4.101-alpha 106 4/10/2024
90.24.4.92-alpha 120 4/1/2024
90.24.3.85-alpha 112 3/25/2024
90.24.3.78-alpha 117 3/18/2024
90.24.3.71-alpha 108 3/11/2024
90.24.3.64-alpha 132 3/4/2024
90.24.2.60-alpha 99 2/29/2024
90.24.2.57-alpha 88 2/26/2024
90.24.2.51-alpha 90 2/20/2024
90.24.2.50-alpha 114 2/19/2024
90.24.2.47-alpha 88 2/16/2024
90.24.2.46-alpha 111 2/15/2024
90.24.2.45-alpha 110 2/14/2024
90.24.2.44-alpha 112 2/13/2024
90.24.2.43-alpha 102 2/12/2024
90.24.2.36-alpha 97 2/5/2024
90.24.2.32-alpha 121 2/1/2024
90.24.1.30-alpha 91 1/30/2024
90.24.1.29-alpha 97 1/29/2024
90.24.1.17-alpha 102 1/17/2024
90.24.1.16-alpha 96 1/16/2024
90.24.1.15-alpha 116 1/15/2024
90.24.1.8-alpha 117 1/8/2024
90.23.12.352-alpha 168 12/18/2023
90.23.12.345-alpha 141 12/11/2023
90.23.12.338-alpha 149 12/4/2023
90.23.11.331-alpha 112 11/27/2023
90.23.11.324-alpha 109 11/20/2023
90.23.11.317-alpha 126 11/13/2023
90.23.11.312-alpha 123 11/8/2023
90.23.11.311-alpha 98 11/7/2023
90.23.11.310-alpha 128 11/6/2023
90.23.10.303-alpha 135 10/30/2023
80.23.10.296-alpha 115 10/23/2023
80.23.10.291-alpha 129 10/18/2023
80.23.10.290-alpha 127 10/17/2023
80.23.10.289-alpha 133 10/16/2023
80.23.10.275-alpha 142 10/2/2023
80.23.9.269-alpha 157 9/26/2023
80.23.9.261-alpha 135 9/18/2023
80.23.9.254-alpha 159 9/11/2023
80.23.9.247-alpha 153 9/4/2023
80.23.8.241-alpha 178 8/29/2023
80.23.8.234-alpha 180 8/22/2023
80.23.8.226-alpha 171 8/14/2023
80.23.8.219-alpha 150 8/7/2023
80.23.7.212-alpha 158 7/31/2023
80.23.7.205-alpha 187 7/24/2023
80.23.7.198-alpha 186 7/17/2023
80.23.7.191-alpha 182 7/10/2023
80.23.6.178-alpha 162 6/27/2023
80.23.6.170-alpha 170 6/19/2023
80.23.6.156-alpha 163 6/5/2023
80.23.5.150-alpha 195 5/30/2023
80.23.5.142-alpha 162 5/22/2023
80.23.5.137-alpha 180 5/17/2023
80.23.5.130-alpha 189 5/10/2023
80.23.5.121-alpha 205 5/1/2023
80.23.4.114-alpha 187 4/24/2023
80.23.4.107-alpha 177 4/17/2023
80.23.4.93-alpha 204 4/3/2023
80.23.3.79-alpha 202 3/20/2023
80.23.3.72-alpha 202 3/13/2023
80.23.3.65-alpha 206 3/6/2023
80.23.2.58-alpha 180 2/27/2023
80.23.2.49-alpha 208 2/18/2023
80.23.2.45-alpha 210 2/14/2023
80.23.2.44-alpha 195 2/13/2023
80.23.2.40-alpha 201 2/9/2023
80.23.2.39-alpha 203 2/8/2023
80.23.2.37-alpha 193 2/6/2023
80.23.1.30-alpha 218 1/30/2023
80.23.1.27-alpha 228 1/27/2023
80.23.1.26-alpha 214 1/26/2023
80.23.1.25-alpha 225 1/25/2023
80.23.1.24-alpha 206 1/24/2023
80.23.1.16-alpha 197 1/16/2023
80.23.1.10-alpha 211 1/10/2023
80.23.1.9-alpha 221 1/9/2023
80.23.1.3-alpha 240 1/3/2023
80.22.12.357-alpha 210 12/23/2022
80.22.12.355-alpha 179 12/21/2022
80.22.12.354-alpha 194 12/20/2022
80.22.12.353-alpha 229 12/19/2022
80.22.12.350-alpha 201 12/16/2022
80.22.12.347-alpha 193 12/13/2022
80.22.12.346-alpha 218 12/12/2022
80.22.12.344-alpha 206 12/10/2022
80.22.12.340-alpha 229 12/6/2022
80.22.12.339-alpha 190 12/5/2022
80.22.12.338-alpha 197 12/4/2022
80.22.12.337-alpha 188 12/3/2022
80.22.11.333-alpha 213 11/29/2022
80.22.11.329-alpha 211 11/25/2022
80.22.11.327-alpha 201 11/23/2022
80.22.11.326-alpha 228 11/22/2022
80.22.11.318-alpha 206 11/14/2022
80.22.11.313-alpha 238 11/9/2022
80.22.11.308-alpha 224 11/4/2022
80.22.11.307-alpha 185 11/3/2022
80.22.11.306-alpha 181 11/2/2022
80.22.11.305-alpha 200 11/1/2022
70.22.10.275-alpha 240 10/2/2022
70.22.9.251-alpha 245 9/8/2022
70.22.9.250-alpha 214 9/7/2022
70.22.8.241-alpha 224 8/29/2022
70.22.8.239-alpha 213 8/27/2022
70.22.8.238-alpha 230 8/26/2022
70.22.8.236-alpha 209 8/24/2022
70.22.8.235-alpha 203 8/23/2022
70.22.8.234-alpha 207 8/22/2022
70.22.8.225-alpha 219 8/13/2022
70.22.8.224-alpha 226 8/12/2022
70.22.8.222-alpha 231 8/10/2022
70.22.8.220-alpha 225 8/8/2022
70.22.8.213-alpha 243 8/1/2022
70.22.7.206-alpha 231 7/25/2022
70.22.7.203-alpha 248 7/22/2022
70.22.7.201-alpha 244 7/20/2022
70.22.7.200-alpha 229 7/19/2022
70.22.7.199-alpha 247 7/18/2022
70.22.7.194-alpha 240 7/13/2022
70.22.7.188-alpha 259 7/7/2022
70.22.7.185-alpha 226 7/4/2022
70.22.7.182-alpha 240 7/1/2022
70.22.6.181-alpha 221 6/30/2022
70.22.6.180-alpha 222 6/29/2022
70.22.6.179-alpha 228 6/28/2022
70.22.6.178-alpha 233 6/27/2022
70.22.6.176-alpha 217 6/25/2022
70.22.6.175-alpha 232 6/24/2022
70.22.6.174-alpha 234 6/23/2022
70.22.6.173-alpha 238 6/22/2022
70.22.6.172-alpha 244 6/21/2022
70.22.6.171-alpha 227 6/20/2022
70.22.6.165-alpha 237 6/14/2022
70.22.6.164-alpha 240 6/13/2022
70.22.6.162-alpha 239 6/11/2022
70.22.6.161-alpha 242 6/10/2022
70.22.6.158-alpha 216 6/7/2022
70.22.6.157-alpha 230 6/6/2022
70.22.6.154-alpha 227 6/3/2022
70.22.6.153-alpha 250 6/2/2022
70.22.6.152-alpha 245 6/1/2022
65.22.5.129-alpha 273 5/9/2022
65.22.5.126-alpha 500 5/6/2022
65.22.5.125-alpha 245 5/5/2022
65.22.5.124-alpha 218 5/4/2022
65.22.4.120-alpha 250 4/30/2022
65.22.4.118-alpha 250 4/28/2022
65.22.4.110-alpha 241 4/20/2022
65.22.4.103-alpha 253 4/13/2022
65.22.4.102-alpha 232 4/12/2022
65.22.4.101-alpha 253 4/11/2022
65.22.4.98-alpha 244 4/8/2022
65.22.4.97-alpha 250 4/7/2022
65.22.4.96-alpha 242 4/6/2022
65.22.4.94-alpha 218 4/4/2022
65.22.4.91-alpha 237 4/1/2022
65.22.3.90-alpha 244 3/31/2022
65.22.3.89-alpha 234 3/30/2022
65.22.3.88-alpha 233 3/29/2022
65.22.3.77-alpha 272 3/18/2022
65.22.3.76-alpha 251 3/17/2022
65.22.3.75-alpha 253 3/16/2022
65.22.3.73-alpha 229 3/14/2022
65.22.3.70-alpha 235 3/11/2022
65.22.3.69-alpha 252 3/10/2022
65.22.3.67-alpha 224 3/8/2022
65.22.3.63-alpha 254 3/4/2022
65.22.3.62-alpha 228 3/3/2022
65.22.3.60-alpha 252 3/1/2022
65.22.2.59-alpha 245 2/28/2022
65.22.2.58-alpha 228 2/27/2022
65.22.2.56-alpha 250 2/25/2022
60.22.2.49-alpha 268 2/18/2022
60.22.2.48-alpha 258 2/17/2022
60.22.2.46-alpha 227 2/15/2022
60.22.2.45-alpha 248 2/14/2022
60.22.2.43-alpha 229 2/12/2022
60.22.2.42-alpha 262 2/11/2022
60.22.2.41-alpha 253 2/10/2022
60.22.2.40-alpha 252 2/9/2022
60.22.2.39-alpha 226 2/8/2022
60.22.2.38-alpha 229 2/7/2022
60.22.2.37-alpha 256 2/6/2022
60.22.2.33-alpha 261 2/2/2022
60.22.1.31-alpha 263 1/31/2022
60.22.1.30-alpha 278 1/30/2022
60.22.1.28-alpha 261 1/28/2022
60.22.1.26-alpha 271 1/26/2022
60.22.1.25-alpha 280 1/25/2022
60.22.1.24-alpha 255 1/24/2022
60.22.1.22-alpha 250 1/22/2022
60.22.1.20-alpha 254 1/20/2022
60.22.1.17-alpha 271 1/17/2022
60.22.1.16-alpha 236 1/16/2022
60.22.1.13-alpha 262 1/13/2022
60.22.1.9-alpha 254 1/9/2022
6.22.1.8-alpha 265 1/8/2022
6.22.1.7-alpha 249 1/7/2022
6.22.1.4-alpha 258 1/4/2022
6.22.1.3-alpha 288 1/3/2022