Skip to content

Releases: imesense/dotnet-helpers-collection

ImeSense Helpers Collection 0.3.0

02 Dec 17:08
Compare
Choose a tag to compare

Changelog

  • ImeSense.Controls.WinForms.PropertyGrid
    • Initial implementation
  • ImeSense.Helpers.Wpf.Interop
    • Initial implementation

ImeSense Helpers Collection 0.2.1

22 Feb 11:38
Compare
Choose a tag to compare

Changelog

  • ImeSense.Helpers.Mvvm
    • Implemented platform support
      • net7.0

ImeSense Helpers Collection 0.2.0

13 Oct 16:45
Compare
Choose a tag to compare

Changelog

  • ImeSense.Helpers.Mvvm
    • Implemented platform support
      • net6.0
      • netstandard2.1
      • netstandard2.0
    • Implemented new functionality
      • SetProperty<T> and SetProperty<TModel, T> for ObservableObject

ImeSense Helpers Collection 0.1.0

07 Oct 17:35
Compare
Choose a tag to compare

Changelog

  • ImeSense.Helpers.Mvvm
    • Initial implementation
    • Implemented functionality:
      • IRelayCommand and IRelayCommand<T>
      • RelayCommand and RelayCommand<T>
      • ObservableObject