From 7c5a0d8a6adeece4bf1ed10c94a1fd6cdc893b93 Mon Sep 17 00:00:00 2001 From: Scott Bilas Date: Sat, 11 Nov 2023 23:48:20 +0100 Subject: [PATCH] Finishing nuget package setup Next up is github publish action or something --- src/Core/Core.csproj | 6 ++++++ src/Core/README.md | 3 +++ targets/Library.targets | 4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/Core/README.md diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 961ec3b..9d64016 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -14,7 +14,13 @@ $(_IsPublishing) Some OK core utility functions https://github.com/scottbilas/OkTools + README.md + LICENSE.md + + + + diff --git a/src/Core/README.md b/src/Core/README.md new file mode 100644 index 0000000..00a57d3 --- /dev/null +++ b/src/Core/README.md @@ -0,0 +1,3 @@ +# OkTools.Core + +Some OK core utilities. diff --git a/targets/Library.targets b/targets/Library.targets index 1aaecf4..bf5fa44 100644 --- a/targets/Library.targets +++ b/targets/Library.targets @@ -37,7 +37,9 @@ - + + all +