Skip to content

Commit

Permalink
Updated the nuget readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsagara committed Sep 23, 2023
1 parent db8519a commit c6661c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions Sagara.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F754F120-7D0E-48B5-B57B-E8F92F15FE4A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
DefaultDocumentation.json = DefaultDocumentation.json
Directory.Build.props = Directory.Build.props
global.json = global.json
nuget.config = nuget.config
Expand Down
4 changes: 3 additions & 1 deletion src/Sagara.Core.Caching/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Sagara.Core.Caching

TODO: elaborate
Common caching code that I use across many projects.

See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation.
4 changes: 3 additions & 1 deletion src/Sagara.Core.Logging.Serilog/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Sagara.Core.Logging.Serilog

TODO: elaborate
Common Serilog logging code that I use across many projects.

See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation.
4 changes: 3 additions & 1 deletion src/Sagara.Core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Sagara.Core

TODO: elaborate
Common code that I use across many projects.

See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation.

0 comments on commit c6661c9

Please sign in to comment.