Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Update PKHeX Core to 22.08.31
Browse files Browse the repository at this point in the history
  • Loading branch information
foohyfooh committed Sep 1, 2022
1 parent f03017c commit 5927050
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SortingPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.8")]
[assembly: AssemblyFileVersion("0.0.8")]
[assembly: AssemblyVersion("0.0.9")]
[assembly: AssemblyFileVersion("0.0.9")]
4 changes: 2 additions & 2 deletions SortingPlugin/SortingPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<Reference Include="IndexRange, Version=1.0.2.0, Culture=neutral, PublicKeyToken=35e6a3c4212514c6, processorArchitecture=MSIL">
<HintPath>..\packages\IndexRange.1.0.2\lib\net47\IndexRange.dll</HintPath>
</Reference>
<Reference Include="PKHeX.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PKHeX.Core.22.6.26\lib\net46\PKHeX.Core.dll</HintPath>
<Reference Include="PKHeX.Core, Version=22.6.26.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PKHeX.Core.22.8.31\lib\net46\PKHeX.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion SortingPlugin/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IndexRange" version="1.0.2" targetFramework="net472" />
<package id="PKHeX.Core" version="22.6.26" targetFramework="net472" />
<package id="PKHeX.Core" version="22.8.31" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
Expand Down

0 comments on commit 5927050

Please # to comment.