Skip to content

Commit

Permalink
Update PKHeX.Core To 23.07.09 and Version To 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
foohyfooh committed Jul 15, 2023
1 parent 520e461 commit ebdf0fc
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.6.3" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</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.11</Version>
<Version>1.0.12</Version>
<Company>foohyfooh</Company>
<Authors>foohyfooh</Authors>
<RootNamespace>$(SolutionName).$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions FashionEditor/FashionEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions InsertionPlugin/InsertionPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions RaidImportPlugin/RaidImportPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions SVProfilePictureViewer/SVProfilePictureViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions SVivillonPlugin/SVivillonPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SortingPlugin/SortingPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions StartDateEditor/StartDateEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<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.6.3" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="PKHeX.Core" Version="23.7.9" />
</ItemGroup>

</Project>

0 comments on commit ebdf0fc

Please sign in to comment.