New package: nek0der.CodexBarWin version 0.1.0#333453
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-128-333453-20260124-1 |
|
@microsoft-github-policy-service agree |
…rect MSIX version
|
Validation Pipeline Run WinGetSvc-Validation-128-333453-20260124-2 |
|
Validation Pipeline Run WinGetSvc-Validation-128-333453-20260124-3 |
Update: Fixed MinVersion IssueThe MSIX packages have been rebuilt with a corrected version update regex that only modifies the Identity Version attribute. Root CauseThe previous regex pattern was too broad and replaced all Version attributes in Package.appxmanifest, including TargetDeviceFamily MinVersion values. Fix AppliedUpdated release workflow to use a more specific regex: # Old (too broad)
$content -replace 'Version="[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+"', "Version=\""
# New (specific to Identity tag)
$content -replace '(<Identity[^>]*Version=")[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+"', "\""VerificationExtracted and verified the new MSIX packages: x64 MSIX Internal Manifest:
ARM64 MSIX Internal Manifest:
Updated SHA256 Hashes
The manifest has been updated with the correct hashes. This should resolve all validation errors. |
|
Validation Pipeline Run WinGetSvc-Validation-128-333453-20260124-4 |
|
Manual Validation ended with:
(Automated response - build 1213.) |
|
Hello @nek0der, This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any recent activity. It will be closed if no further activity occurs within 3 days of this comment. Template: msftbot/noRecentActivity |
Description
This PR adds CodexBarWin version 0.1.0 to the Windows Package Manager Community Repository.
Package Information
Overview
CodexBarWin is a Windows 11 native application built with WinUI 3 that monitors and displays usage limits for AI coding tools (Claude, Codex, Gemini) in the system tray.
Testing Performed
winget validate)Microsoft Reviewers: Open in CodeFlow