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.
- Fix Bug #52:
ReadOnlySettingsStackdoes not await Settings Value
- Add Icon to
phirSOFT.SettingsServicenuget package.
- Fixed the Pipeline, so it does not publish build results of pull requests.
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
- Split
SettingsStackintoReadOnlySettingStackandSettingsStack phirSOFT.SettingsService.ISettingsServicewas moved tophirSOFT.SettingsService.Abstractions.ISettingsServiceand is now shipped in thephirSOFT.SettingsService.Abstractionsnuget package.phirSOFT.SettingsService.IReadOnlySettingsServicewas moved tophirSOFT.SettingsService.Abstractions.IReadOnlySettingsServiceand is now shipped in thephirSOFT.SettingsService.Abstractionsnuget package.- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
- Start changelog