Bug fix #210 : if attempting to paginate more than 10,000 titles : "Implied library size is unsupported"

This commit is contained in:
Robert McRackan 2022-03-17 16:14:12 -04:00
parent 03b458765c
commit 2eaac6acc2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>6.7.1.1</Version>
<Version>6.7.2.1</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AudibleApi" Version="2.7.1.1" />
<PackageReference Include="AudibleApi" Version="2.7.2.1" />
</ItemGroup>
<ItemGroup>