Skip to content

Commit

Permalink
Update ClashOfClans package version to 9.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Dec 23, 2023
1 parent e9fab03 commit 5fc3505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ClashOfClans.App/ClashOfClans.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClashOfClans" Version="9.0.0-rc1" />
<PackageReference Include="ClashOfClans" Version="9.0.0-rc2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
</ItemGroup>

Expand Down
3 changes: 1 addition & 2 deletions src/ClashOfClans.App/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
}
catch (ClashOfClansException ex)
{
Console.WriteLine($"Exception: {ex.Error.Reason}, {ex.Error.Message}");
Console.WriteLine($"StackTrace:{Environment.NewLine + ex.StackTrace}");
Console.WriteLine(ex);
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/ClashOfClans.Blazor/ClashOfClans.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClashOfClans" Version="9.0.0-rc1" />
<PackageReference Include="ClashOfClans" Version="9.0.0-rc2" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 5fc3505

Please sign in to comment.