Easy.Wpf 1.4.2

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

添加了一些适用于Wpf的基本控件和转换器

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net472 is compatible.  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.4.2 218 1/21/2025
1.3.9.1425-pre 170 12/11/2024
1.3.9.1412-pre 152 12/3/2024
1.3.9 196 9/9/2024
1.3.8 196 9/6/2024
1.3.7 176 9/5/2024
1.3.6 193 9/4/2024
1.3.5 189 9/3/2024
1.3.3.1352-pre 158 8/30/2024
1.3.3.1351-pre 144 8/30/2024
1.3.3 202 8/13/2024
1.3.2 211 8/12/2024
1.1.1.1210-pre 181 7/19/2024
1.1.1.1204-pre 175 7/16/2024
1.1.1 229 3/6/2024
1.1.0 207 3/4/2024
1.0.0 212 2/17/2024

更新内容:
   增加功能:
     增加服务全局管理;增加TextBox控件(对Number进行优化,可绑定数字类型);增加Object Equal 和 InvertedBool 转换器
   Bug修复:
     修复了regioncontext-propertyvalues多个propertyvalue导致value数据混乱的bug;