Skip to content

Commit

Permalink
Fix various NuGet issues (#19)
Browse files Browse the repository at this point in the history
* Add repository URL to project

* Update README file to use absolute URLs
  • Loading branch information
Thomas-Shephard committed Feb 15, 2024
1 parent 22f6174 commit 72bb393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions IOUtils/IOUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenceFile>LICENCE</PackageLicenceFile>
<RepositoryUrl>https://github.com/Thomas-Shephard/io-utils.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
This project is licensed under the MIT License. See the [LICENSE](https://github.com/Thomas-Shephard/io-utils/blob/main/LICENSE) for details.

0 comments on commit 72bb393

Please sign in to comment.