Skip to content

Commit

Permalink
Added NuGet Package Properties to CsProj
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaRogue committed Apr 19, 2019
1 parent 835aa02 commit 60d2eaa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions TenorSharp/TenorSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
<IsPackable>true</IsPackable>
<Title>TenorSharp</Title>
<Authors>OmegaRogue</Authors>
<Description>a dotNetCore2.1 Library for Tenor written in C#
Powered By Tenor
</Description>
<Description>a dotNetCore2.1 Library for Tenor written in C#</Description>
<Copyright>OmegaRogue 2019</Copyright>
<PackageProjectUrl>https://github.com/OmegaRogue/TenorSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/OmegaRogue/TenorSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Tenor, Tenor-API</PackageTags>
<RootNamespace>TenorSharp</RootNamespace>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageReleaseNotes>Initial Release</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2-beta1"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1"/>
<PackageReference Include="RestSharp" Version="106.6.9"/>
</ItemGroup>

Expand Down

0 comments on commit 60d2eaa

Please sign in to comment.