Skip to content

Commit

Permalink
update nuget and version
Browse files Browse the repository at this point in the history
  • Loading branch information
architdate committed Oct 1, 2021
1 parent b1b8155 commit 7e950ca
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
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<Reference Include="System.Windows.Forms" />
<PackageReference Include="PKHeX.Core" Version="21.8.6" />
<PackageReference Include="PKHeX.Core" Version="21.10.1" />
<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
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="PKHeX.Core" Version="21.8.6" />
<PackageReference Include="PKHeX.Core" Version="21.10.1" />
<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
Expand Up @@ -3,7 +3,7 @@
public static class ALMVersion

{
public const string CurrentVersion = "21.08.06";
public const string CurrentVersion = "21.10.01";

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

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="21.8.6" />
<PackageReference Include="PKHeX.Core" Version="21.10.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PKHeX.Core.Enhancements/PKHeX.Core.Enhancements.csproj
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="21.8.6" />
<PackageReference Include="PKHeX.Core" Version="21.10.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PKHeX.Core.Injection/PKHeX.Core.Injection.csproj
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="LibUsbDotNet" Version="2.2.29" />
<PackageReference Include="PKHeX.Core" Version="21.8.6" />
<PackageReference Include="PKHeX.Core" Version="21.10.1" />
</ItemGroup>

</Project>

0 comments on commit 7e950ca

Please sign in to comment.