chore: RC prep - simplify README and remove stale azure-pipelines file#15
Merged
NeverMorewd merged 4 commits intomainfrom Apr 5, 2026
Merged
chore: RC prep - simplify README and remove stale azure-pipelines file#15NeverMorewd merged 4 commits intomainfrom
NeverMorewd merged 4 commits intomainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
azure-pipelines-preview.yml(untracked, duplicates GitHub Actionspublish-preview.yml)samples/directoryTest plan
🤖 Generated with Claude Code