Skip to content

Commit

Permalink
Update PKHeX.Core to 23.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusamine committed Jul 20, 2023
1 parent 4a71cfd commit 5171b8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SysBot.Pokemon.Discord/SysBot.Pokemon.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="Discord.Net" Version="3.9.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
<ProjectReference Include="..\SysBot.Base\SysBot.Base.csproj" />
<ProjectReference Include="..\SysBot.Pokemon\SysBot.Pokemon.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon.Twitch/SysBot.Pokemon.Twitch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
<PackageReference Include="TwitchLib.Client" Version="3.3.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon.WinForms/SysBot.Pokemon.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon.YouTube/SysBot.Pokemon.YouTube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Google.Apis.Core" Version="1.59.0" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.58.0.2874" />
<PackageReference Include="Google.Apis.YouTubePartner.v1" Version="1.35.1.1334" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon.Z3/SysBot.Pokemon.Z3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon/SysBot.Pokemon.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
<PackageReference Include="PKHeX.Core" Version="23.7.10" />
<ProjectReference Include="..\SysBot.Base\SysBot.Base.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 5171b8e

Please sign in to comment.