Skip to content

Commit

Permalink
Merge pull request #116 from planetarium/feature/custom-craft
Browse files Browse the repository at this point in the history
Add new ItemSubTypes
  • Loading branch information
U-lis authored Sep 3, 2024
2 parents 70ee599 + 63476b5 commit 5995437
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ on:
push:
branches:
- main
- 2023q1-previewnet
- rc-*
- hotfix/*
- release/*
- upgrade/libplanet-4.0
- feature/custom-craft
env:
DOCKER_REPO: planetariumhq/market-service
jobs:
Expand Down
6 changes: 6 additions & 0 deletions MarketService.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.Types", "lib9c\.L
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.Crypto", "lib9c\.Libplanet\src\Libplanet.Crypto\Libplanet.Crypto.csproj", "{BFA3CFC7-3725-4A85-B2F0-35998DFDEE32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.Mocks", "lib9c\.Libplanet\test\Libplanet.Mocks\Libplanet.Mocks.csproj", "{B49D18CA-F71C-43E4-A874-343270729F02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -96,5 +98,9 @@ Global
{BFA3CFC7-3725-4A85-B2F0-35998DFDEE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFA3CFC7-3725-4A85-B2F0-35998DFDEE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFA3CFC7-3725-4A85-B2F0-35998DFDEE32}.Release|Any CPU.Build.0 = Release|Any CPU
{B49D18CA-F71C-43E4-A874-343270729F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B49D18CA-F71C-43E4-A874-343270729F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B49D18CA-F71C-43E4-A874-343270729F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B49D18CA-F71C-43E4-A874-343270729F02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion lib9c
Submodule lib9c updated 219 files

0 comments on commit 5995437

Please sign in to comment.