mirror of
https://github.com/tonytins/staggerpost.git
synced 2025-07-16 11:26:36 -04:00
Fixed loads of oversights
- Forgot I used IList instead of List - Introduced the Tracer class. This allows writing text to the terminal in Debug mode, regardless of if a Debugger is attached. Added version to 0.2.101 (0.1 outputting the original .txt file) - Default config settings (if no file is found) is now set in GetConfig() Honestly, this turned out to be bigger than I anticipated, but I'm enjoying myself.
This commit is contained in:
parent
2dd63ccba0
commit
0c18cb0c34
6 changed files with 130 additions and 27 deletions
|
@ -1,3 +1,4 @@
|
|||
global using System.Diagnostics;
|
||||
global using Tomlyn;
|
||||
global using Tomlyn.Model;
|
||||
global using PublishTimes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue