Skip to content

Commit

Permalink
Update PKHeX.Core To 23.06.03 and Version To 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
foohyfooh committed Jun 4, 2023
1 parent 8eb5292 commit 520e461
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Common/Common.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.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<BaseOutputPath>$(SolutionDir)bin\</BaseOutputPath>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<Company>foohyfooh</Company>
<Authors>foohyfooh</Authors>
<RootNamespace>$(SolutionName).$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion FashionEditor/FashionEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion InsertionPlugin/InsertionPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion RaidImportPlugin/RaidImportPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SVProfilePictureViewer/SVProfilePictureViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SVivillonPlugin/SVivillonPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SortingPlugin/SortingPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion StartDateEditor/StartDateEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.5.11" />
<PackageReference Include="PKHeX.Core" Version="23.6.3" />
</ItemGroup>

</Project>

0 comments on commit 520e461

Please sign in to comment.