https://github.com/byronap/settingsmanager
A simple way to store and retrieve settings in .NET.
https://github.com/byronap/settingsmanager
Last synced: 4 months ago
JSON representation
A simple way to store and retrieve settings in .NET.
- Host: GitHub
- URL: https://github.com/byronap/settingsmanager
- Owner: ByronAP
- License: mit
- Created: 2023-03-12T03:21:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T07:50:12.000Z (about 3 years ago)
- Last Synced: 2025-10-03T15:38:51.858Z (8 months ago)
- Language: C#
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SettingsManager

A simple way to store and retrieve settings in .NET.
[](https://github.com/sponsors/ByronAP)
[](https://www.nuget.org/packages/SettingsManager)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FSettingsManager?ref=badge_shield)
[](https://www.codacy.com/gh/ByronAP/SettingsManager/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/SettingsManager&utm_campaign=Badge_Grade)
[](https://github.com/ByronAP/SettingsManager/actions/workflows/codeql.yml)
[](https://github.com/ByronAP/SettingsManager/actions/workflows/main_test_dotnet.yml)
### Features
+ Stores data as a readable JSON file
+ Works across platforms (Linux, Windows and Mac)
+ Simple Get and Set usage
+ Can store complex types
Just create an instance of 'SettingsManager' to get going.