We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a610b0 commit 975b677Copy full SHA for 975b677
src/Arius.Cli/Arius.Cli.csproj
@@ -18,11 +18,11 @@
18
descriptive "local" suffix.
19
-->
20
<PropertyGroup Condition="'$(GITHUB_RUN_NUMBER)' != ''">
21
- <!-- Use the run number as the patch version so the CLI prints e.g. v1.0.123 -->
22
- <Version>1.0.$(GITHUB_RUN_NUMBER)</Version>
+ <!-- Use the run number as the patch version so the CLI prints e.g. v5.0.123 -->
+ <Version>5.0.$(GITHUB_RUN_NUMBER)</Version>
23
</PropertyGroup>
24
<PropertyGroup Condition="'$(GITHUB_RUN_NUMBER)' == ''">
25
- <Version>1.0.0-local</Version>
+ <Version>5.0.0-local</Version>
26
27
<ItemGroup>
28
<PackageReference Include="CliFx" />
0 commit comments