Skip to content

Commit

Permalink
Merge pull request #3031 from planetarium/chore/configure-project-ver…
Browse files Browse the repository at this point in the history
…sions-to-1.20.0

chore: configure project versions to `1.20.0`
  • Loading branch information
boscohyun authored Nov 21, 2024
2 parents 9757492 + 86056a0 commit 8714ad4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lib9c.Abstractions/Lib9c.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IntermediateOutputPath>.obj</IntermediateOutputPath>
<LangVersion>9</LangVersion>
<CodeAnalysisRuleSet>..\Lib9c.Common.ruleset</CodeAnalysisRuleSet>
<VersionPrefix>1.19.0</VersionPrefix>
<VersionPrefix>1.20.0</VersionPrefix>
</PropertyGroup>

<ItemGroup Condition="!'$(UseLocalLibplanet)'">
Expand Down
2 changes: 1 addition & 1 deletion Lib9c.MessagePack/Lib9c.MessagePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Platforms>AnyCPU</Platforms>
<OutputPath>.bin</OutputPath>
<IntermediateOutputPath>.obj</IntermediateOutputPath>
<VersionPrefix>1.19.0</VersionPrefix>
<VersionPrefix>1.20.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Lib9c.Renderers/Lib9c.Renderers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<OutputPath>.bin</OutputPath>
<IntermediateOutputPath>.obj</IntermediateOutputPath>
<VersionPrefix>1.19.0</VersionPrefix>
<VersionPrefix>1.20.0</VersionPrefix>
<RootNamespace>Lib9c</RootNamespace>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Lib9c/Lib9c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<IntermediateOutputPath>.obj</IntermediateOutputPath>
<RootNamespace>Nekoyume</RootNamespace>
<LangVersion>9</LangVersion>
<VersionPrefix>1.19.0</VersionPrefix>
<VersionPrefix>1.20.0</VersionPrefix>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
Expand Down

0 comments on commit 8714ad4

Please sign in to comment.