Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.31 KB

File metadata and controls

29 lines (21 loc) · 1.31 KB

Changelog

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.

[0.2.4] - 2020-03-12

  • Fix Bug #52: ReadOnlySettingsStack does not await Settings Value

[0.2.3] - 2019-09-14

Added

  • Add Icon to phirSOFT.SettingsService nuget package.

Fixed

  • Fixed the Pipeline, so it does not publish build results of pull requests.

[0.2.0] - 2019-08-26

Added

  • There is now a ReadOnlySettingsStack, that provides a settings stack with not writing support. SettingsStack inherits now from ReadOnlySettingsStack

Changed

  • Split SettingsStack into ReadOnlySettingStack and SettingsStack
  • phirSOFT.SettingsService.ISettingsService was moved to phirSOFT.SettingsService.Abstractions.ISettingsService and is now shipped in the phirSOFT.SettingsService.Abstractions nuget package.
  • phirSOFT.SettingsService.IReadOnlySettingsService was moved to phirSOFT.SettingsService.Abstractions.IReadOnlySettingsService and is now shipped in the phirSOFT.SettingsService.Abstractions nuget package.
  • Rename IReadOnlySettingsService.IsRegisterdAsync to IReadOnlySettingsService.IsRegisteredAsync

Other

  • Start changelog