Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Oct 20, 2024
1 parent 5625b1b commit 874e6c1
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,18 @@
* [Discord Server](#discord-server)
* [Version History](#version-history)
* [Breaking Changes](#breaking-changes)
* [V90.## (2024-11-12 - Build 2411 - November 2024)](v90-24-11-12--build-2411---november-2024)
* [V90.00 (2024-11-12 - Build 2411 - November 2024)](v90-24-11-12--build-2411---november-2024)
* [Support for .NET 6/7](#support-for-net-67)
* [`KryptonButton` Properties](#kryptonbutton-properties)
* [API Changes](#api-changes)
* [`KryptonInputBox`](#kryptoninputbox)
* [Building the Toolkit](#building-the-toolkit)
* [V85.## (2024-06-24 - Build 2406 - June 2024)](#v85-2024-06-24---build-2406---june-2024)
* [V80.## (2023-11-14 - Build 2311 - November 2023)](#v80-2023-11-14---build-2311---november-2023)
* [V85.00 (2024-06-24 - Build 2406 - June 2024)](#v85-2024-06-24---build-2406---june-2024)
* [V80.00 (2023-11-14 - Build 2311 - November 2023)](#v80-2023-11-14---build-2311---november-2023)
* [Support for .NET Core 3.1 and .NET 5](#support-for-net-core-31-and-net-5)
* [KryptonMessageBoxButtons](#kryptonmessageboxbuttons)
* [Palette usages](#palette-usages)
* [Depreciation of `KryptonManager.Strings`](#depreciation-of-kryptonmanagerstrings)
* [V70.## (2022-11-08 - Build 2211 - November 2022)](#v70-2022-11-08---build-2211---november-2022)
* [Ribbon Tooltips](#ribbon-tooltips)
* [`dpiAware`](#dpiaware)
* [`KryptonTaskDialog`](#kryptontaskdialog)
* [`KryptonPalette`](#kryptonpalette)
* [`KryptonMessageBox`](#kryptonmessagebox)
* [Strong Named Assemblies](#strong-named-assemblies)
* [Management of `using` Statements](#management-of-using-statements)
* [Known Issues & Workarounds](#known-issues--workarounds)
* [Introduction](#introduction)
* [What is this Repository About?](#what-is-this-repository-about)
Expand Down Expand Up @@ -183,7 +175,7 @@ Follow the links to see the different objects and layouts that this framework al

# Breaking Changes

## V90.## (2024-11-12 - Build 2411 - November 2024)
## V90.00 (2024-11-12 - Build 2411 - November 2024)
There are list of changes that have occurred during the development of the V90.## version
- [#632](https://github.com/Krypton-Suite/Standard-Toolkit/issues/632), **[Breaking Change]** `KryptonPropertyGrid` should have a customisable back colour.
- `KryptonPropertyGrid` now uses the State### sets like the rest of the controls.
Expand Down Expand Up @@ -236,7 +228,7 @@ The `KryptonInputBox` now uses the new `KryptonInputBoxData` API, to handle data
### Building the Toolkit
As of V90.## 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](https://krypton-suite.github.io/Standard-Toolkit-Online-Help/Source/Help/Output/articles/Contributing/Allowing-for-Longer-Path-and-File-Names.html).

## V85.## (2024-06-24 - Build 2406 - June 2024)
## V85.00 (2024-06-24 - Build 2406 - June 2024)
There are a list of changes that have occurred during the development of the V85.## version

* [#1302](https://github.com/Krypton-Suite/Standard-Toolkit/issues/1302), **[Breaking Change]** Font being used by "Professional" theme is pants !
Expand All @@ -249,7 +241,7 @@ There are a list of changes that have occurred during the development of the V85
- The ButtonSpec's `Type` property does not need setting to "Context" to display the menu.
* [#1424](https://github.com/Krypton-Suite/Standard-Toolkit/issues/1424), **[Breaking Change]** `KryptonMessageBox` does not obey tab characters like `MessageBox`

## V80.## (2023-11-14 - Build 2311 - November 2023)
## V80.00 (2023-11-14 - Build 2311 - November 2023)
There are list of changes that have occurred during the development of the V80.## version

### Support for .NET Core 3.1 and .NET 5
Expand Down

0 comments on commit 874e6c1

Please sign in to comment.