Releases: sungaila/PresentationBase.Core
Releases · sungaila/PresentationBase.Core
v3.6.0
15 Jun 21:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Assemblies and NuGet package digitally signed.
v3.4.0
06 Jan 18:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added .NET 5.0 as a target framework.
v3.3.0
20 Sep 13:23
Compare
Sorry, something went wrong.
No results found
Added TrxViewModel for short-term and long-term rollbacks
ViewModel implements INotifyPropertyChanging now
v3.2.0
24 Aug 21:51
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Initial release. This is the package PresentationBase without the WPF dependencies.