NuGet work

This commit is contained in:
Steven HIldreth 2021-06-26 16:36:37 -05:00
parent 408b9c89e2
commit b844d500df
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,8 @@
<Platforms>AnyCPU;x64</Platforms>
<AssemblyName>Roadie.Library</AssemblyName>
<RootNamespace>Roadie.Library</RootNamespace>
<RepositoryUrl>https://github.com/sphildreth/Roadie.Library/</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>

View file

@ -13,6 +13,5 @@
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>roadie</tags>
<repository type="git" url="https://github.com/sphildreth/Roadie.Library"></repository>
</metadata>
</package>