We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f8dac9 + 62a746c commit 98333f4Copy full SHA for 98333f4
CHANGES.md
@@ -1,7 +1,7 @@
1
Libplanet changelog
2
===================
3
4
-Version 5.5.2
+Version 5.6.0
5
-------------
6
7
To be released.
Directory.Build.props
@@ -4,7 +4,7 @@
<TargetFrameworks Condition="'$(_IsPacking)'=='true'">net6.0</TargetFrameworks>
<TargetFramework Condition="'$(_IsPacking)'!='true'">net6.0</TargetFramework>
<LangVersion>10</LangVersion>
- <VersionPrefix>5.5.2</VersionPrefix>
+ <VersionPrefix>5.6.0</VersionPrefix>
8
<!-- Note: don't be confused by the word "prefix" here. It's merely a
9
version without suffix like "-dev.123". See the following examples:
10
Version: 1.2.3-dev.456
0 commit comments