Skip to content

Commit

Permalink
Reverse to supported webutilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagab0nd committed Apr 16, 2024
1 parent dfaa0b3 commit a3c7665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Crunchyroll.Api/Crunchyroll.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.13</Version>
<Version>0.1.14</Version>
<Authors>Vagab0nd</Authors>
<Company>Vagab0nd</Company>
<Description>.Net library that provides wrapper for Crunchyroll API.</Description>
Expand All @@ -13,11 +13,11 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>crunchyroll, api</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Add README</PackageReleaseNotes>
<PackageReleaseNotes>Update to supported WebUtilities.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a3c7665

Please sign in to comment.