Skip to content

Commit fd3c97e

Browse files
committed
Update README and workflow
1 parent 4357883 commit fd3c97e

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/workflows/builder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

src/ZenonCli/ZenonCli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

0 commit comments

Comments
 (0)