Better error reporting in audible api -- incl. inner exceptions

This commit is contained in:
Robert McRackan 2024-01-20 21:44:29 -05:00
parent f27a18bdbb
commit efe347667c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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