https://github.com/j3soon/portableconfiguration
Simple configuration saver
https://github.com/j3soon/portableconfiguration
Last synced: 10 months ago
JSON representation
Simple configuration saver
- Host: GitHub
- URL: https://github.com/j3soon/portableconfiguration
- Owner: j3soon
- License: mit
- Created: 2018-03-12T12:47:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T09:12:38.000Z (over 7 years ago)
- Last Synced: 2025-03-26T14:55:52.019Z (10 months ago)
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PortableConfiguration
Simple configuration saver
## NuGet: https://www.nuget.org/packages/PortableConfiguration/
[ChangeLog](doc/CHANGELOG.md)
## How To Use
Create `Config` by passing the config file path.
## Examples
See [PortableConfiguration.Sample](PortableConfiguration.Sample) for more usages.