Skip to content

chore: RC prep - simplify README and remove stale azure-pipelines file#15

Merged
NeverMorewd merged 4 commits intomainfrom
chore/rc-prep
Apr 5, 2026
Merged

chore: RC prep - simplify README and remove stale azure-pipelines file#15
NeverMorewd merged 4 commits intomainfrom
chore/rc-prep

Conversation

@NeverMorewd
Copy link
Copy Markdown
Owner

Summary

  • Remove azure-pipelines-preview.yml (untracked, duplicates GitHub Actions publish-preview.yml)
  • Simplify README: strip verbose API reference sections (typography/layout class tables, per-control code examples, design tokens table, color switching internals). Users can explore via the live WASM demo and samples/ directory

Test plan

  • README renders correctly on GitHub
  • Live demo link still resolves
  • No CI workflow regressions

🤖 Generated with Claude Code

NeverMorewd and others added 4 commits April 4, 2026 23:50
Publishes a pre-release package to GitHub Packages on every push to
fix/**, feat/**, or preview/** branches. Version is auto-derived from
the csproj base version + preview.{run_number} suffix, e.g.
1.0.0-preview.42. Consumers can reference it via GitHub Packages feed
without waiting for an official NuGet.org release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove verbose API reference sections (typography, layout classes,
per-control code snippets, design tokens table, internals diagram).
Point users to the live WASM demo and samples/ for exploration.
Also drop the untracked azure-pipelines-preview.yml leftover.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Change TargetFramework → TargetFrameworks (net8.0;net10.0) in both
  the library and test projects so the NuGet package ships binaries for
  both runtimes
- Add PipboyWindowTests covering StyledProperty registrations for
  TitleBarHeight (default 32.0), TitleBarIcon (default null), and
  TitleBarContent (default null) — verified against property metadata
  so no Avalonia windowing platform is required at test time
- All 176 tests pass on both net8.0 and net10.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
List all DynamicResource keys for brushes, raw colors, and typography
so consumers can reference them directly in XAML without digging into
source.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@NeverMorewd NeverMorewd merged commit 69319c5 into main Apr 5, 2026
1 check passed
@NeverMorewd NeverMorewd deleted the chore/rc-prep branch April 5, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant