Skip to content

Commit

Permalink
Better error reporting in audible api -- incl. inner exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Jan 21, 2024
1 parent f27a18b commit efe3476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/AppScaffolding/AppScaffolding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.3.1</Version>
<Version>11.3.4.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="9.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Source/AudibleUtilities/AudibleUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AudibleApi" Version="9.0.1.1" />
<PackageReference Include="AudibleApi" Version="9.0.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit efe3476

Please sign in to comment.