Releases: sungaila/PresentationBase.Core
Releases · sungaila/PresentationBase.Core
v3.6.0
- 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
Assemblies and NuGet package digitally signed.
v3.4.0
- 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
Added .NET 5.0 as a target framework.
v3.3.0
- Added TrxViewModel for short-term and long-term rollbacks
- ViewModel implements INotifyPropertyChanging now
v3.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.3
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
Initial release. This is the package PresentationBase without the WPF dependencies.