QtPropertyObserver 0.2.1

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

// Install QtPropertyObserver as a Cake Tool
#tool nuget:?package=QtPropertyObserver&version=0.2.1

QtPropertyObserver is library for .NET WPF. This Library can help the properties setter auto complete NofityPropertyChanged. Get more help on sample code.

Supported Platform:
.Net Framework 4+

让Property的setter自动调用PropertyChanged方法,避免写一个私有变量,再写一个属性,主要用于WPF程序。使用说明请参阅sample。

支持的平台:
.Net Framework 4+

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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
0.2.1 1,305 11/4/2018

ChangeLog:
V0.2.0 Code refactoring. Attributes is changed and I support a static method in order to accomplish the goal
V0.2.1 fix a bug-> change a value by Constructor

更新日志:
V0.2.0 重构了代码,Attributes有变化,另外提供了一个静态方法进行使用
V0.2.1 修复bug->构造函数里改变值会报错