OhmStudio.UI 1.1.4.9

dotnet add package OhmStudio.UI --version 1.1.4.9
NuGet\Install-Package OhmStudio.UI -Version 1.1.4.9
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="OhmStudio.UI" Version="1.1.4.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OhmStudio.UI --version 1.1.4.9
#r "nuget: OhmStudio.UI, 1.1.4.9"
#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 OhmStudio.UI as a Cake Addin
#addin nuget:?package=OhmStudio.UI&version=1.1.4.9

// Install OhmStudio.UI as a Cake Tool
#tool nuget:?package=OhmStudio.UI&version=1.1.4.9

OhmStudio.UI

Introduce

WPF UI Library

AvalonDock UI Library

.Net Version

.Net Version Status
net462
net5.0-windows

💡 Install

Nuget search to download OhmStudio.UI. Please use the latest version and I will update this package from time to time to fix any bugs that may occur during testing

🚀 Quick Start

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            //WPF control and AvalonDock theme, 2022 can be replaced with 2019, DarkTheme can be replaced with LightTheme and BlueTheme
            <ResourceDictionary Source="/OhmStudio.UI;Component/Themes/VisualStudio2022/DarkTheme.xaml" />

            //Custom control styles and WPF native controls, For example SearchBar, CheckComboBox, CircularProgressBar, etc...
            <ResourceDictionary Source="/OhmStudio.UI;Component/Styles/VisualStudio.xaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>
Contribution

The original author is no longer maintaining the change library. I am organizing and updating this package

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.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

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.1.4.9 29 4/29/2024
1.1.4.8 45 4/25/2024
1.1.4.7 81 4/23/2024
1.0.6.2 365 11/2/2023