Bump v1.0.0; upgrade to Avalonia 12; deps updates (#4)#5
Merged
Conversation
Bump the app version to 0.3.0 and document the release in CHANGELOG.md. Update Avalonia, Flowery.NET, MSTest, and other eligible direct NuGet dependencies that were older than the seven-day security cutoff. Adjust the application for Avalonia 12 API changes by moving placeholder usage to PlaceholderText, restoring clipboard text helpers through the new extension namespace, updating fullscreen window decoration settings, and preserving duplicate validation-plugin removal through reflection because the binding plugin container is no longer public. Update exception assertion tests for the MSTest 4 assertion API. Refs #4
Update the desktop app package, assembly, and file versions from 0.3.0 to 1.0.0. Rename the current changelog release entry to match the new 1.0.0 version for the Avalonia 12 and dependency upgrade release.
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
Compatibility Changes
Watermarkusage withPlaceholderTextacross native and Flowery controls.BindingPluginsnon-public.Closes #4