docs: add GitHub release download badge - #7
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e436fe812c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| Claude Code、Codex、Copilot CLIの利用状況を確認するmacOS / Windowsネイティブアプリ。 | ||
|
|
||
| [<img src="https://raw.githubusercontent.com/machiav3lli/oandbackupx/main/badge_github.png" alt="Get it on GitHub" height="60">](https://github.com/TakeruF/token_meter/releases/latest) |
There was a problem hiding this comment.
Host the badge under this project's control
Because the image source follows the mutable main branch of the unrelated machiav3lli/oandbackupx repository, deleting, renaming, or replacing that asset there can break or silently alter Token Meter's download badge without any change to this repository. Store the badge in this repository or reference an immutable revision so the release call-to-action remains stable.
Useful? React with 👍 / 👎.
The Windows build-test check failed with NU1004: the runner's SDK resolves Microsoft.NET.ILLink.Tasks to its bundled runtime version (10.0.11), while packages.lock.json still recorded 10.0.10, so --locked-mode restore refused to run. - Regenerate Windows/src/TokenMeter.Windows.Setup/packages.lock.json via --force-evaluate (the other four locked projects were already consistent and are unchanged). - Add global.json pinning the SDK to 10.0.400 with rollForward disabled, and point both setup-dotnet steps at it instead of the floating 10.0.x, so a runner-side SDK patch bump can no longer drift the lock files. - Fold in the "Get it on GitHub" release badge from #7, with a localized alt text in each of the four READMEs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… note (#8) * Add multi language readme and screenshots * Added new screenshots and updated documentation. * Pin .NET SDK, refresh Setup lock file, add GitHub download badge The Windows build-test check failed with NU1004: the runner's SDK resolves Microsoft.NET.ILLink.Tasks to its bundled runtime version (10.0.11), while packages.lock.json still recorded 10.0.10, so --locked-mode restore refused to run. - Regenerate Windows/src/TokenMeter.Windows.Setup/packages.lock.json via --force-evaluate (the other four locked projects were already consistent and are unchanged). - Add global.json pinning the SDK to 10.0.400 with rollForward disabled, and point both setup-dotnet steps at it instead of the floating 10.0.x, so a runner-side SDK patch bump can no longer drift the lock files. - Fold in the "Get it on GitHub" release badge from #7, with a localized alt text in each of the four READMEs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Superseded by #8. The "Get it on GitHub" badge is now in |
Adds the same “Get it on GitHub” badge used by Per-App Language to the top of the Token Meter README. The badge points to
/releases/latestso non-GitHub users have a clear, stable download entry point.