Skip to content

Commit

Permalink
bump: libplanet 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Feb 5, 2024
1 parent 22bed8e commit fe30e55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libplanet.Seed.Executable/Libplanet.Seed.Executable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</IncludeAssets>
</PackageReference>
<PackageReference Include="CommandLineParser" Version="2.6.0" />
<PackageReference Include="Libplanet.Net" Version="0.53.4" />
<PackageReference Include="Libplanet.Net" Version="4.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Libplanet.Seed.Executable/Net/Seed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Libplanet.Crypto;
using Libplanet.Net;
using Libplanet.Net.Messages;
using Libplanet.Net.Options;
using Libplanet.Net.Transports;
using Nito.AsyncEx;
using Serilog;
Expand Down
1 change: 1 addition & 0 deletions Libplanet.Seed.Executable/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Linq;
using System.Net;
using CommandLine;
using Libplanet.Common;
using Libplanet.Crypto;
using Libplanet.Net;

Expand Down
1 change: 1 addition & 0 deletions Libplanet.Seed/Interfaces/IContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using GraphQL.Types;
using Libplanet.Crypto;
using Libplanet.Seed.Queries;

namespace Libplanet.Seed.Interfaces
Expand Down
2 changes: 1 addition & 1 deletion Libplanet.Seed/Libplanet.Seed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</IncludeAssets>
</PackageReference>
<PackageReference Include="GraphQL" Version="2.4.0" />
<PackageReference Include="Libplanet.Net" Version="0.53.4" />
<PackageReference Include="Libplanet.Net" Version="4.0.1" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Libplanet.Seed/Queries/Query.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Collections.Concurrent;
using GraphQL.Types;
using Libplanet.Crypto;
using Libplanet.Seed.GraphTypes;

namespace Libplanet.Seed.Queries
Expand Down

0 comments on commit fe30e55

Please sign in to comment.