You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add MSIX installer and migrate to .NET 10 (#1)
* Add MSIX installer design spec
Documents the wapproj-based MSIX packaging approach for Microsoft Store
distribution, including package identity, manifest structure, CI pipeline
changes, and local build script updates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add MSIX installer implementation plan
Step-by-step plan for wapproj setup, manifest, CI pipeline changes,
local build script, and documentation updates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: ignore .worktrees/ directory
* chore: migrate to .NET 10
- Update all project TFMs from net8.0-windows to net10.0-windows
- Update CI workflows to setup-dotnet 10.0.x
- Remove redundant System.Text.Json package reference (inbox in .NET 10)
- Fix PlaceholderText (WinUI-only) → ToolTip on ExclusionTextBox
- Fix WindowMover constructor call (drop spurious settingsService arg)
- Add placeholder windowseat.ico (was missing from repo)
- Update docs to reference .NET 10 SDK
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(packaging): add placeholder MSIX image assets
* feat(packaging): add MSIX package manifest
* feat(packaging): add Windows Application Packaging Project
* feat(packaging): add WindowSeat.Package to solution
* feat(ci): build MSIX via wapproj and upload as Store submission artifact
* feat(build): add local MSIX packaging to build.ps1 -Package switch
* docs: update installation and uninstall instructions for Store/ZIP model
* fix(ci): target app project directly to avoid dotnet CLI failing on wapproj
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(ci): split dotnet restore into per-project calls (.NET 10 limitation)
* fix(ci): build test project before running tests
The build step only compiled the app project, leaving the test DLL
absent. --no-build on dotnet test then failed to find it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: GrumpyGent <2617168+TheGrumpyGent@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments