diff --git a/Sagara.Core.sln b/Sagara.Core.sln index 90faa16..dd6873b 100644 --- a/Sagara.Core.sln +++ b/Sagara.Core.sln @@ -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 diff --git a/src/Sagara.Core.Caching/README.md b/src/Sagara.Core.Caching/README.md index 3324487..60fefcd 100644 --- a/src/Sagara.Core.Caching/README.md +++ b/src/Sagara.Core.Caching/README.md @@ -1,3 +1,5 @@ # Sagara.Core.Caching -TODO: elaborate \ No newline at end of file +Common caching code that I use across many projects. + +See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation. \ No newline at end of file diff --git a/src/Sagara.Core.Logging.Serilog/README.md b/src/Sagara.Core.Logging.Serilog/README.md index 339e58c..6fc812b 100644 --- a/src/Sagara.Core.Logging.Serilog/README.md +++ b/src/Sagara.Core.Logging.Serilog/README.md @@ -1,3 +1,5 @@ # Sagara.Core.Logging.Serilog -TODO: elaborate \ No newline at end of file +Common Serilog logging code that I use across many projects. + +See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation. \ No newline at end of file diff --git a/src/Sagara.Core/README.md b/src/Sagara.Core/README.md index 45ca225..84c02a0 100644 --- a/src/Sagara.Core/README.md +++ b/src/Sagara.Core/README.md @@ -1,3 +1,5 @@ # Sagara.Core -TODO: elaborate \ No newline at end of file +Common code that I use across many projects. + +See the [GitHub repo](https://github.com/jonsagara/Sagara.Core) for documentation. \ No newline at end of file