Skip to content

Commit

Permalink
Feature/nits (#3)
Browse files Browse the repository at this point in the history
* update dependencies
* ignore all the things
* use record type
* Use serilog
* dump configuration sources
* use record
* formatting
* add publish script
  • Loading branch information
melgish authored Jul 20, 2024
1 parent 4a9a55d commit 7bfb8de
Show file tree
Hide file tree
Showing 17 changed files with 1,046 additions and 85 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-version-cli": {
"version": "3.0.3",
"commands": [
"dotnet-version"
]
}
}
}
364 changes: 362 additions & 2 deletions .editorconfig

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 7bfb8de

Please # to comment.