Skip to content

Commit

Permalink
feat: add version endpoint library
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-muscatello-zupit committed Feb 6, 2024
1 parent 1bf1948 commit 0bbc6b6
Show file tree
Hide file tree
Showing 23 changed files with 2,875 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# zupit-dotnet
# Zupit .NET monorepo

12 changes: 12 additions & 0 deletions Zupit.DotNet/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.27.2",
"commands": [
"dotnet-csharpier"
]
}
}
}
3 changes: 3 additions & 0 deletions Zupit.DotNet/.csharpierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 180
}
Loading

0 comments on commit 0bbc6b6

Please sign in to comment.