Releases: phirSOFT/SettingsService
Release 0.2.6
0.2.1-beta.2+51
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
This list of changes was auto generated.
0.2.1-beta.1+49
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
0.2.0-PullRequest0017.41
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 73d7238 Merge 6f21b25 into f76f4bd
- 6f21b25 Merge branch 'master' into release/0.2.0
- 3679a56 Merge branch 'master' of https://github.com/phirSOFT/SettingsService
- f76f4bd Update issue templates
- 38fe514 Add code of conduct
- 3cb5c5d Add Conbtribution note.
- 3d036e5 Add contributing.md
- 6a367e6 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 111327d Fix some spelling issues
- 4849360 Simplify
CachedSettingsService.StoreAsync[ #16 ]
See more
- 35fdd26 Update Analysis Dictionary
- 1f1e447 Mark CachedSettingsService as PublicAPI
- 4cc988c Cleanup code
- f2398ac Annotate Cached SettingsService
- bb955ad Annotate ReadOnlySetingsService
- 0fa4003 Add Annotations to SettingsService
- 9f7fe43 Update changelog and release notes
- 3548728 Split SettingsStack
- de15d69 Add Annotations for TypeHelpers
- cd82e7a Add Annotations in Abstractions project
- a41cac3 Use GitVersion for GitHub Release tag
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
- f4f35c7 Add ReleaseNotes file
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.
0.2.0
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 006ee88 Merge branch 'release/0.2.0'
This list of changes was auto generated.
0.2.0-beta.4+47
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 38fe514 Add code of conduct
- 3cb5c5d Add Conbtribution note.
- 3d036e5 Add contributing.md
- 6a367e6 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 111327d Fix some spelling issues
- 4849360 Simplify
CachedSettingsService.StoreAsync[ #16 ] - 35fdd26 Update Analysis Dictionary
- 1f1e447 Mark CachedSettingsService as PublicAPI
- 4cc988c Cleanup code
- f2398ac Annotate Cached SettingsService
See more
- bb955ad Annotate ReadOnlySetingsService
- 0fa4003 Add Annotations to SettingsService
- 9f7fe43 Update changelog and release notes
- 3548728 Split SettingsStack
- de15d69 Add Annotations for TypeHelpers
- cd82e7a Add Annotations in Abstractions project
- a41cac3 Use GitVersion for GitHub Release tag
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
- f4f35c7 Add ReleaseNotes file
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.
0.2.0-beta.3+46
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 3cb5c5d Add Conbtribution note.
- 3d036e5 Add contributing.md
- 6a367e6 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 111327d Fix some spelling issues
- 4849360 Simplify
CachedSettingsService.StoreAsync[ #16 ] - 35fdd26 Update Analysis Dictionary
- 1f1e447 Mark CachedSettingsService as PublicAPI
- 4cc988c Cleanup code
- f2398ac Annotate Cached SettingsService
- bb955ad Annotate ReadOnlySetingsService
See more
- 0fa4003 Add Annotations to SettingsService
- 9f7fe43 Update changelog and release notes
- 3548728 Split SettingsStack
- de15d69 Add Annotations for TypeHelpers
- cd82e7a Add Annotations in Abstractions project
- a41cac3 Use GitVersion for GitHub Release tag
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
- f4f35c7 Add ReleaseNotes file
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.
0.2.0-beta.2+44
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Modified types
- There is now a
ReadOnlySettingsStack, that provides a settings stack with not writing support.SettingsStackinherits now fromReadOnlySettingsStack
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 6a367e6 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 111327d Fix some spelling issues
- 4849360 Simplify
CachedSettingsService.StoreAsync[ #16 ] - 35fdd26 Update Analysis Dictionary
- 1f1e447 Mark CachedSettingsService as PublicAPI
- 4cc988c Cleanup code
- f2398ac Annotate Cached SettingsService
- bb955ad Annotate ReadOnlySetingsService
- 0fa4003 Add Annotations to SettingsService
- 9f7fe43 Update changelog and release notes
See more
- 3548728 Split SettingsStack
- de15d69 Add Annotations for TypeHelpers
- cd82e7a Add Annotations in Abstractions project
- a41cac3 Use GitVersion for GitHub Release tag
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
- f4f35c7 Add ReleaseNotes file
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.
0.2.0-pre.30
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
- f4f35c7 Add ReleaseNotes file
See more
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.
0.2.0-beta.1+31
Version 0.2.0
The version 0.2.0 has some breaking changes compared to 0.1.x versions.
Moved Types
The following types where moved to a different namespace (and/or) nuget package.
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.
Renamed Members
The following members were reneamed due to spelling mistakes:
- Rename
IReadOnlySettingsService.IsRegisterdAsynctoIReadOnlySettingsService.IsRegisteredAsync
Changes:
- a41cac3 Use GitVersion for GitHub Release tag
- 1840600 Update Release Notes
- 47b6525 Update Changelog
- 1476dc5 Use netcore 1.0 SDK
- 1bf9be0 Fix Find CommonBaseType
- 5dd4eed Test AreAssignable
- 0101492 Test HaveCommonBaseClass
- 4688ee4 Add Test for TypeHelper.GetDefaultValue
- 7760f8a Add TestProject
- 4a06e22 Add AssenblyInfo
See more
- f4f35c7 Add ReleaseNotes file
- 3097df9 Add changelog file
- bc92673 Cleanup project files
- be14e67 Apply code style
- f538f98 Add Header to files
- 7f3dd94 Add CodeAnalysis Dictionary
- 8131035 Add Analysis rule sets
- 8f5c64a Add Stylecop rules
- 8487926 Supress SA1101
- d80e02a Add Analyzers
- 8bd7376 Use FullSemVer for packages
- dfc8107 Merge branch 'release/0.2.0' of https://github.com/phirSOFT/SettingsService into release/0.2.0
- 43e294b Change prerelease label to pre
- fe936c4 Update nuget filter
- 75a19d6 Install Nuget 4.9.0
- 7b58ca2 Replace dotnet push with nuget push
- d8c7c82 Publish Symbol packages
- 69cd79d Flatten Staging Directory
- 727c11f Fix Variable quoting
- 8882352 Fix Release conditions
- f30f58a Use FullSemVer
- c5cefbb Add build triggers
- 7c872b3 Change License from GPL to MIT
- c72576f Remove Versioning Policy
- c441a77 Add global.json
- 1c08014 Add Ci-Items
- 166fb6c Create azure build script
- 41f62e5 Add GitVersion config
- ec74d7e Merge branch 'master' into develop
- 772db38 Add GitVersion
- fd39819 Update References
- 611b148 Reference Abstractions
- e064c96 Create Abstraction Project
- 7d90811 Update README.md
- eda519b Update README.md
- e64ec68 Move subprojects into own packages
- 66ce12f Fix produced json
- 0c60ae5 Merge pull request #9 from phirSOFT/master
This list of changes was auto generated.