This repository was archived by the owner on Aug 9, 2026. It is now read-only.
Releases: AArnott/PCLCommandBase
Releases · AArnott/PCLCommandBase
Release list
v0.4.22-alpha
Changes:
- Make
BindableBase.OnPropertyChangedavirtualmethod
v0.4.9-alpha
- Removes the
Expression<Func<T>>-based property name methods. Use C#nameofinstead. - Fixed bug in
ParameterizedCommandBase<T>that caused execution to fail.