mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
NuGet package setup
This commit is contained in:
parent
c4c8ec48e8
commit
b26b7f3c90
2 changed files with 19 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -260,3 +260,4 @@ paket-files/
|
|||
__pycache__/
|
||||
*.pyc
|
||||
/Roadie.Api/logs/logs.db
|
||||
/Roadie.Api.Library/nuget.config
|
||||
|
|
18
Roadie.Api.Library/Roadie.Library.nuspec
Normal file
18
Roadie.Api.Library/Roadie.Library.nuspec
Normal 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>
|
Loading…
Reference in a new issue