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.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
foohyfooh committed Dec 21, 2022
1 parent a731866 commit 09e6b3f
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.11.1")]
[assembly: AssemblyFileVersion("0.0.11.1")]
[assembly: AssemblyVersion("0.0.12")]
[assembly: AssemblyFileVersion("0.0.12")]
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=22.11.24.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PKHeX.Core.22.11.24\lib\net46\PKHeX.Core.dll</HintPath>
<Reference Include="PKHeX.Core, Version=22.12.18.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PKHeX.Core.22.12.18\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.11.24" targetFramework="net472" />
<package id="PKHeX.Core" version="22.12.18" 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 09e6b3f

Please # to comment.