Releases: sungaila/PresentationBase
Releases · sungaila/PresentationBase
v3.6.0
- Updated to PresentationBase.Core 3.6.0.
- Added .NET 6.0 as a target framework.
v3.5.0
Assemblies and NuGet package digitally signed.
v3.4.0
- Added .NET 5.0 as a target framework
- Updated to PresentationBase.Core 3.4.0
v3.4.0-preview
Added .NET 5.0 as a target framework.
v3.3.0
Updates coming from PresentationBase.Core 3.3.0:
- Added TrxViewModel for short-term and long-term rollbacks
- ViewModel implements INotifyPropertyChanging now
v3.2.0
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
Fixed an issue with finding commands by reflection.
v3.0.0
Split into a WPF specific package (PresentationBase) and an independent MVVM package (PresentationBase.Core).
v2.3.1
Fixed an issue with instantiation of view model commands. Added a method to reinitialize view model commands (if needed).
v2.3.0
Added CompositeViewModelCollection for composition of (strongly typed) view model collections.