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

Releases: sungaila/PresentationBase.Core

v3.6.0

15 Jun 21:00
2d832cd
Compare
Choose a tag to compare
  • Make AddCommands and RemoveCommands accessible.
  • Commands found via reflection now check the class inheritance properly.
  • Add .NET 6.0 as target framework.

v3.5.0

27 Nov 22:34
8edfb63
Compare
Choose a tag to compare

Assemblies and NuGet package digitally signed.

v3.4.0

06 Jan 18:36
762429b
Compare
Choose a tag to compare
  • Extracted class Bindable from ViewModel for simpler use cases
  • Extracted interfaces for Bindable, ViewModel and TrxViewModel
  • Added .NET 5.0 as a target framework
  • .NET 5.0: Commands are being searched via ModuleInitializerAttribute

v3.4.0-preview

11 Nov 13:45
86471ab
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 13:23
9005fcd
Compare
Choose a tag to compare
  • Added TrxViewModel for short-term and long-term rollbacks
  • ViewModel implements INotifyPropertyChanging now

v3.2.0

24 Aug 21:51
Compare
Choose a tag to compare
  • 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.3

26 Jun 12:26
Compare
Choose a tag to compare

Changed the target frameworks to .NET Framework 4.5 and .NET Standard 2.0.
Fixed an issue with finding commands by reflection.

v3.0.0

20 May 18:48
Compare
Choose a tag to compare

Initial release. This is the package PresentationBase without the WPF dependencies.