Skip to content

Commit

Permalink
Merge branch 'main' into perf/remove-movepool
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio authored Jan 10, 2024
2 parents 37717fc + 828139f commit 5851137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Lynx.Cli/Lynx.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
Expand Down
2 changes: 1 addition & 1 deletion src/Lynx/Lynx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.1" />
<PackageReference Include="NLog" Version="5.2.8" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Lynx/Model/BoardSquare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// SW S SE
///
/// </summary>
public enum BoardSquare : sbyte
public enum BoardSquare
{
a8, b8, c8, d8, e8, f8, g8, h8,
a7, b7, c7, d7, e7, f7, g7, h7,
Expand Down

0 comments on commit 5851137

Please sign in to comment.