AutomationCore.Wpf 1.6.2

dotnet add package AutomationCore.Wpf --version 1.6.2
                    
NuGet\Install-Package AutomationCore.Wpf -Version 1.6.2
                    
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="AutomationCore.Wpf" Version="1.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutomationCore.Wpf" Version="1.6.2" />
                    
Directory.Packages.props
<PackageReference Include="AutomationCore.Wpf" />
                    
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 AutomationCore.Wpf --version 1.6.2
                    
#r "nuget: AutomationCore.Wpf, 1.6.2"
                    
#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 AutomationCore.Wpf@1.6.2
                    
#: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=AutomationCore.Wpf&version=1.6.2
                    
Install as a Cake Addin
#tool nuget:?package=AutomationCore.Wpf&version=1.6.2
                    
Install as a Cake Tool

Install-Package AutomationCore.WPF

<prism:PrismApplication
    x:Class="AutomationApp.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:hc="https://handyorg.github.io/handycontrol"
    xmlns:local="clr-namespace:AutomationApp"
    xmlns:prism="http://prismlibrary.com/">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/AutomationCore.Wpf;component/Themes/Generic.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</prism:PrismApplication>
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AutomationCore.Wpf:

Package Downloads
AutomationCore.Gts

gts

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.2 123 12/5/2025
1.6.1 132 12/5/2025
1.6.0 129 12/4/2025
1.5.8 622 12/3/2025
1.5.7 647 12/2/2025
1.5.4 387 11/18/2025
1.5.3 292 11/17/2025
1.5.2 149 11/15/2025
1.5.1 215 11/14/2025
1.4.0 169 11/7/2025
1.3.0 177 11/4/2025
1.2.0 185 11/4/2025
1.1.0 183 11/4/2025
1.0.5 175 10/31/2025
1.0.2 180 10/30/2025
1.0.1 181 10/29/2025