Skip to content

Commit

Permalink
Added more missing package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-r committed Aug 7, 2017
1 parent c1cc7ba commit 6dcdeda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RiotNet/RiotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.4.1</VersionPrefix>
<TargetFrameworks Condition=" '$(Configuration)' != 'ReleaseCoreOnly' ">net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks Condition=" '$(Configuration)' == 'ReleaseCoreOnly' ">netstandard1.5</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -10,6 +10,9 @@
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<Authors>AJ Richardson</Authors>
<Description>A client for the Riot Games API. This client is very flexible and configurable, and is designed for real-life use on a multithreaded server.</Description>
<PackageProjectUrl>https://github.com/aj-r/RiotNet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/aj-r/RiotNet/blob/master/LICENSE</PackageLicenseUrl>
<PackageTags>riot, lol, wrapper, api, client, games</PackageTags>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<IncludeSource>True</IncludeSource>
Expand Down

0 comments on commit 6dcdeda

Please sign in to comment.