Skip to content

Commit

Permalink
update plugins to v 22.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
architdate committed Dec 18, 2022
1 parent 67694bc commit 8e0ba09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AutoLegalityMod/AutoModPlugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Fody" Version="6.6.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="PKHeX.Core" Version="22.12.1" />
<PackageReference Include="PKHeX.Core" Version="22.12.18" />
<ProjectReference Include="..\PKHeX.Core.AutoMod\PKHeX.Core.AutoMod.csproj" />
<ProjectReference Include="..\PKHeX.Core.Enhancements\PKHeX.Core.Enhancements.csproj" />
<ProjectReference Include="..\PKHeX.Core.Injection\PKHeX.Core.Injection.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion AutoModTests/AutoModTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.5.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="PKHeX.Core" Version="22.12.1" />
<PackageReference Include="PKHeX.Core" Version="22.12.18" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion PKHeX.Core.AutoMod/AutoMod/Util/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public static class ALMVersion

{
public const string CurrentVersion = "22.12.01";
public const string CurrentVersion = "22.12.18";

/*
* TODO: Add other versioning code, maybe compatability lists here?
Expand Down
2 changes: 1 addition & 1 deletion PKHeX.Core.AutoMod/PKHeX.Core.AutoMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="22.12.1" />
<PackageReference Include="PKHeX.Core" Version="22.12.18" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion PKHeX.Core.Enhancements/PKHeX.Core.Enhancements.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="22.12.1" />
<PackageReference Include="PKHeX.Core" Version="22.12.18" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion PKHeX.Core.Injection/PKHeX.Core.Injection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="LibUsbDotNet" Version="2.2.29" />
<PackageReference Include="PKHeX.Core" Version="22.12.1" />
<PackageReference Include="PKHeX.Core" Version="22.12.18" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

Expand Down

0 comments on commit 8e0ba09

Please sign in to comment.