Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: sungaila/PresentationBase

v3.6.0

15 Jun 21:33
4d97b8e
Compare
Choose a tag to compare
  • Updated to PresentationBase.Core 3.6.0.
  • Added .NET 6.0 as a target framework.

v3.5.0

27 Nov 22:58
fbf93a1
Compare
Choose a tag to compare

Assemblies and NuGet package digitally signed.

v3.4.0

06 Jan 19:01
ce33220
Compare
Choose a tag to compare
  • Added .NET 5.0 as a target framework
  • Updated to PresentationBase.Core 3.4.0

v3.4.0-preview

11 Nov 15:57
f2587dd
Compare
Choose a tag to compare
v3.4.0-preview Pre-release
Pre-release

Added .NET 5.0 as a target framework.

v3.3.0

20 Sep 16:57
4f48a25
Compare
Choose a tag to compare

Updates coming from PresentationBase.Core 3.3.0:

  • Added TrxViewModel for short-term and long-term rollbacks
  • ViewModel implements INotifyPropertyChanging now

v3.2.0

24 Aug 22:07
Compare
Choose a tag to compare

Updates coming from PresentationBase.Core 3.2.0:

  • ViewModels can be mapped to multiple data transfer objects
  • Nested data transfer objects can be converted to ViewModels (and vice versa)
  • ObservableViewModelCollections can be converted to Lists (and vice versa)
  • Fixed an issue with unhandled exceptions in async commands

v3.1.0

26 Jun 12:40
Compare
Choose a tag to compare

Fixed an issue with finding commands by reflection.

v3.0.0

20 May 23:33
Compare
Choose a tag to compare

Split into a WPF specific package (PresentationBase) and an independent MVVM package (PresentationBase.Core).

v2.3.1

24 Mar 17:04
Compare
Choose a tag to compare

Fixed an issue with instantiation of view model commands. Added a method to reinitialize view model commands (if needed).

v2.3.0

19 Jan 16:06
Compare
Choose a tag to compare

Added CompositeViewModelCollection for composition of (strongly typed) view model collections.