NuGet package setup

This commit is contained in:
Steven HIldreth 2021-06-26 16:12:29 -05:00
parent c4c8ec48e8
commit b26b7f3c90
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored
View file

@ -260,3 +260,4 @@ paket-files/
__pycache__/
*.pyc
/Roadie.Api/logs/logs.db
/Roadie.Api.Library/nuget.config

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/sphildreth/roadie</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sphildreth/roadie/master/Roadie.Api/wwwroot/Images/Roadie.png</iconUrl>
<description>$description$</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>roadie</tags>
<RepositoryUrl type="git" url="https://github.com/sphildreth/Roadie.Library"></RepositoryUrl>
</metadata>
</package>