All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.0 / 2023-11-19
- Add
net6.0-windows
support
- Remove
ObservableCollection
, useSystem.Collections.ObjectModel.ObservableCollection
instead.
1.0.5 / 2022-07-26
- Add
ObservableObject
inAsyncRelayCommand
to updateIsExecuting
- Change
ExceptionHandler
toIRelayCommand
1.0.4 / 2022-07-26
- Add
SetExceptionHandler
in all IRelayCommand
- Changed to
net45
- Changed App Icon
- Changed
RaiseCanExecuteChanged
to private
- Fix
RaiseCanExecuteChanged
not triggerException
1.0.3 / 2022-06-30
- Add
AsyncRelayCommand
andAsyncRelayCommand{T}
- Add Task Extension
- Fix
RelayCommand{T}
CanExecute
1.0.2 / 2022-06-20
- Update/Fix
RelayCommand{T}
CanExecute
1.0.1 / 2022-06-06
- Add ObservableCollection
1.0.0 / 2022-03-24
- Move to Nuget Package
- Add Resource
- Add Panel/Button/Icon
- Add MainViewModel
- Add MainView
- Add MainModel
- ObservableObject with
INotifyPropertyChanged
- RelayCommand / RelayCommand(T)