Skip to content

Commit

Permalink
Update ClashOfClans package version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Dec 25, 2023
1 parent f26b364 commit c9579a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-rc2" />
<PackageReference Include="ClashOfClans" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
</ItemGroup>

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-rc2" />
<PackageReference Include="ClashOfClans" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
</ItemGroup>

Expand Down

0 comments on commit c9579a5

Please sign in to comment.