Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

Releases: AArnott/PCLCommandBase

v0.4.22-alpha

v0.4.22-alpha Pre-release
Pre-release

Choose a tag to compare

@AArnott AArnott released this 14 May 21:45
7910312

Changes:

  • Make BindableBase.OnPropertyChanged a virtual method

v0.4.9-alpha

v0.4.9-alpha Pre-release
Pre-release

Choose a tag to compare

@AArnott AArnott released this 14 Aug 19:38
4430b52
  • Removes the Expression<Func<T>>-based property name methods. Use C# nameof instead.
  • Fixed bug in ParameterizedCommandBase<T> that caused execution to fail.