Skip to content

Commit

Permalink
chore: update csproj info.
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitRCAY committed Mar 16, 2019
1 parent cd00bed commit c3fd2ed
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions NewsAPI.Net/NewsAPI.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netstandard2.0;net472</TargetFrameworks>
<Company />
<Version>1.1.0</Version>
<PackageLicenseUrl>https://github.com/CircuitCodes/NewsAPI.Net/blob/master/LICENSE</PackageLicenseUrl>
<Version>2.0.0</Version>
<PackageLicenseUrl>https://github.com/The-Grape-Vine/NewsAPI.Net/blob/master/LICENSE</PackageLicenseUrl>
<Authors>CircuitRCAY</Authors>
<Copyright>Copyright 2019-present CircuitRCAY</Copyright>
<RepositoryUrl>https://github.com/CircuitCodes/NewsAPI.Net/</RepositoryUrl>
<Copyright>Copyright 2019-present The Grape Vine</Copyright>
<RepositoryUrl>https://github.com/The-Grape-Vine/NewsAPI.Net/</RepositoryUrl>
<PackageProjectUrl>https://circuitrcay.com</PackageProjectUrl>
<PackageTags>news</PackageTags>
<Description>A C# library wrapping https://newsapi.org</Description>
<PackageReleaseNotes>Released 1.1.0, supports multiple frameworks</PackageReleaseNotes>
<PackageReleaseNotes>Released 2.0.0, a major refactor in the core implementation.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl.Http" Version="2.4.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Web.HttpUtility, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Web.HttpUtility.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit c3fd2ed

Please sign in to comment.