From 72bb393105392c7c644c7fe6fb1148494559c9ea Mon Sep 17 00:00:00 2001 From: Thomas Shephard Date: Thu, 15 Feb 2024 12:43:05 +0000 Subject: [PATCH] Fix various NuGet issues (#19) * Add repository URL to project * Update README file to use absolute URLs --- IOUtils/IOUtils.csproj | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/IOUtils/IOUtils.csproj b/IOUtils/IOUtils.csproj index dd3e0bd..df46bbf 100644 --- a/IOUtils/IOUtils.csproj +++ b/IOUtils/IOUtils.csproj @@ -13,6 +13,8 @@ README.md MIT LICENCE + https://github.com/Thomas-Shephard/io-utils.git + git diff --git a/README.md b/README.md index 78f3a3f..824842a 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ bool doSomething = OptionInput.GetYesNoOption("Do you want to do something?"); ## Contributions -Contributions are welcome! Read the [CONTRIBUTING](CONTRIBUTING.md) guide for information. +Contributions are welcome! Read the [CONTRIBUTING](https://github.com/Thomas-Shephard/io-utils/blob/main/CONTRIBUTING.md) guide for information. ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) for details. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](https://github.com/Thomas-Shephard/io-utils/blob/main/LICENSE) for details. \ No newline at end of file