SolidShineUi 1.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SolidShineUi --version 1.8.0
NuGet\Install-Package SolidShineUi -Version 1.8.0
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="SolidShineUi" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolidShineUi --version 1.8.0
#r "nuget: SolidShineUi, 1.8.0"
#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 SolidShineUi as a Cake Addin
#addin nuget:?package=SolidShineUi&version=1.8.0

// Install SolidShineUi as a Cake Tool
#tool nuget:?package=SolidShineUi&version=1.8.0

SolidShineUi UI Library

This is a library containing controls and windows for WPF .NET programs. This library also contains helper classes and functions to customize the UI and provide additional functionality. I use this for all of my modern software projects, and hopefully it will be of use to you as well! This library is created and maintained by JaykeBird (Jayke R. Huempfner).

While a majority of the code and functionality was built by me, a number of controls or functions were originally created by others. Please see the credits on my website for more details (linked below).

The entire library is available under the MIT License.

View more details about this library at my website, jaykebird.com.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net471 is compatible.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.8 114 2/24/2024
1.9.7 182 12/11/2023
1.9.6 287 4/19/2023
1.9.5 321 2/11/2023
1.9.4 358 12/1/2022
1.9.3 352 11/18/2022
1.9.2 521 7/12/2022
1.9.1 532 4/5/2022
1.9.0 472 3/27/2022
1.8.4 464 2/25/2022
1.8.3 376 11/10/2021
1.8.2 446 7/19/2021
1.8.1 426 7/3/2021
1.8.0 470 5/30/2021
1.7.0 418 1/31/2021

Version 1.8
- Added keyboard shortcut handling system, via SolidShineUi.KeyboardShortcuts namespace. See website for easy setup document!
- TabControl is now ready to go! Moved out of Experimental namespace.
- Additional appearance properties for ColorPickerDialog and FontSelectDialog.

See website for more details!