Better error reporting in audible api

This commit is contained in:
Robert McRackan 2024-01-19 09:30:48 -05:00
parent d1834659d9
commit f27a18bdbb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.2.1</Version>
<Version>11.3.3.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="9.1.0" />

View File

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