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

Releases: sungaila/PresentationBase

v3.6.0

Choose a tag to compare

@sungaila sungaila released this 15 Jun 21:33
4d97b8e
  • Updated to PresentationBase.Core 3.6.0.
  • Added .NET 6.0 as a target framework.

v3.5.0

Choose a tag to compare

@sungaila sungaila released this 27 Nov 22:58
fbf93a1

Assemblies and NuGet package digitally signed.

v3.4.0

Choose a tag to compare

@sungaila sungaila released this 06 Jan 19:01
ce33220
  • Added .NET 5.0 as a target framework
  • Updated to PresentationBase.Core 3.4.0

v3.4.0-preview

v3.4.0-preview Pre-release
Pre-release

Choose a tag to compare

@sungaila sungaila released this 11 Nov 15:57
f2587dd

Added .NET 5.0 as a target framework.

v3.3.0

Choose a tag to compare

@sungaila sungaila released this 20 Sep 16:57
4f48a25

Updates coming from PresentationBase.Core 3.3.0:

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

v3.2.0

Choose a tag to compare

@sungaila sungaila released this 24 Aug 22:07

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

Choose a tag to compare

@sungaila sungaila released this 26 Jun 12:40

Fixed an issue with finding commands by reflection.

v3.0.0

Choose a tag to compare

@sungaila sungaila released this 20 May 23:33

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

v2.3.1

Choose a tag to compare

@sungaila sungaila released this 24 Mar 17:04

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

v2.3.0

Choose a tag to compare

@sungaila sungaila released this 19 Jan 16:06

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