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