ZNotify/cli

Version does not match release

Closed this issue · 2 comments

Github release shows 0.1.1, znotify --version shows 0.1.0. The build/release process should have the versions inseperable from each other

--> Configuring Winget
Admin setting enabled.

--> Installing the Manifest 0.1.1

Found ZNotify Cli [Zxilly.NotifyCli] Version 0.1.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/ZNotify/cli/releases/download/0.1.1/znotify-x86_64-pc-windows-msvc.exe
  ██████████████████████████████  3.03 MB / 3.03 MB
Successfully verified installer hash
Starting package install...
Path environment variable modified; restart your shell to use the new value.
Successfully installed

--> Refreshing environment variables

--> Comparing ARP Entries

DisplayName DisplayVersion Publisher ProductCode
----------- -------------- --------- -----------
ZNotify Cli 0.1.1          ZNotify   Zxilly.NotifyCli__DefaultSource



PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> znotify
Send notification to ZNotify.

Usage: znotify [COMMAND]

Commands:
  send, -s   Send notification to ZNotify
  login, -l  Login to ZNotify
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help information
  -V, --version  Print version information
PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> znotify -v
error: Found argument '-v' which wasn't expected, or isn't valid in this context

Usage: znotify [COMMAND]

For more information try '--help'
PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> znotify --version
ZNotify 0.1.0

I have realized this question, The automated ci process will later add to this repo.

resolved in e661656