Skip to content

Commit

Permalink
Update Core, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Mar 25, 2024
1 parent 31234c2 commit 0fe53ec
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions TeraFinder.Core/Classes/EncounterTF9/EncounterRaidTF9.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,7 @@ public bool GeneratePK9(TeraDetails rngResult, uint id32, GameVersion version, s
HeldItem = HeldItem,
MetLevel = Level,
CurrentLevel = Level,
#if USE_PKHEX_MASTER
ObedienceLevel = Level,
#else
Obedience_Level = Level,
#endif
RibbonMarkMightiest = IsMighty,
ID32 = id32,
Version = version,
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Core/TeraFinder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="FlatSharp.Runtime" Version="7.4.0" />
<PackageReference Include="PKHeX.Core" Version="24.3.10" />
<PackageReference Include="PKHeX.Core" Version="24.3.26" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Plugins/TeraFinder.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="LibUsbDotNet" Version="2.2.29" />
<PackageReference Include="NLog" Version="5.1.4" />
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="PKHeX.Core" Version="24.3.10" />
<PackageReference Include="PKHeX.Core" Version="24.3.26" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Plugins/TeraPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TeraFinder.Plugins;

public class TeraPlugin : IPlugin
{
public const string Version = "4.0.0";
public const string Version = "4.0.1";
private bool UpdatePrompted = false;

public string Name => nameof(TeraFinder);
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.RemoteExecutor/TeraFinder.RemoteExecutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="24.3.10" />
<PackageReference Include="PKHeX.Core" Version="24.3.26" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Tests/TeraFinder.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="PKHeX.Core" Version="24.3.10" />
<PackageReference Include="PKHeX.Core" Version="24.3.26" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0fe53ec

Please sign in to comment.