Settings Helper + Documentation

The `SettingsHelper` is an agnostic way to access settings values uniformly through code. The accessor methods are controlled by the consumer.

Documentation has been a bit wonky. I changed the max number of version number components allowed, so each new build should not create new changes on every single bit of documentation now.
This commit is contained in:
Jordan Wages 2024-04-22 18:28:21 -05:00
commit 87bd044b31
144 changed files with 838 additions and 361 deletions

View file

@ -7,7 +7,7 @@ An IQueryable<T> extension method that left outer join.
## Definition
**Namespace:** <a href="N_CapyKit_Extensions.md">CapyKit.Extensions</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#