File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,11 @@ jobs:
127127 echo "CLI Version: $VERSION"
128128 echo "CLI_VERSION=$VERSION" >> $GITHUB_ENV
129129 BODY=$(cat <<EOF
130- Zenon CLI for .NET requires .NET 6.0 to be installed.
130+ Zenon CLI for .NET $VERSION
131+
132+ Zenon CLI for .NET requires .NET 6.0 or higher to be installed.
131133 [Download Microsoft .NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
134+
132135 Github Action Context information
133136 Git reference: ${{ github.ref }}
134137 Repository URL: ${{ github.repositoryUrl }}
Original file line number Diff line number Diff line change 1- # Zenon Cli for .NET
1+ # Zenon CLI for .NET
22
3- The Zenon CLI tool is designed to interact with Alphanet - Network of Momentum Phase 1.
3+ A .NET based command-line interface (CLI) for interacting with Zenon Alphanet - Network of Momentum Phase 1
4+
5+ ## Requirements
6+
7+ - [ Microsoft .NET 6.0] ( https://dotnet.microsoft.com/en-us/download/dotnet/6.0 )
8+
9+ ## Dependencies
10+
11+ - [ CommandLine] ( https://github.com/commandlineparser/commandline )
12+ - [ Zenon .NET SDK] ( https://github.com/KingGorrin/znn_sdk_csharp )
13+
14+ ## Installation
15+
16+ Download and extract the [ latest version] ( ./releases ) .
417
518## Contributing
619
Original file line number Diff line number Diff line change 99 <RepositoryUrl >https://github.com/KingGorrin/znn_cli_csharp</RepositoryUrl >
1010 <PackageReadmeFile >README.md</PackageReadmeFile >
1111 <AssemblyName >znn-cli</AssemblyName >
12- <Description >The Zenon CLI tool is designed to interact with Alphanet - Network of Momentum Phase 1. </Description >
12+ <Description >A .NET based command-line interface (CLI) for interacting with Zenon Alphanet - Network of Momentum Phase 1</Description >
1313 <Copyright >2022-2023</Copyright >
1414 </PropertyGroup >
1515
You can’t perform that action at this time.
0 commit comments