Bump version 0.2.0 → 0.3.0#98
Merged
Merged
Conversation
Picks up changes since v0.2.0: - Result.cs / Try.cs: CA1000/MA0003/RCS1140/RCS1163 fixes (#94) - Try.cs: RunAsync<T> token observation via ThrowIfCancellationRequested - Drift sync (.editorconfig, Directory.Build.props, workflow files) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the core Wolfgang.TryPattern package metadata from 0.2.0 to 0.3.0 so the repository can publish a new NuGet release for changes that have already accumulated in the library. In this codebase, that version is also used by the release workflow to validate that a published tag matches the package being built.
Changes:
- Bumps the package
<Version>in the main library project from0.2.0to0.3.0. - Prepares the next release without changing target frameworks or other package metadata.
- Keeps the release pipeline aligned with the version declared in
src.
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
Bumps
Wolfgang.TryPatternpackage version 0.2.0 → 0.3.0 to release accumulated changes since the v0.2.0 tag:ResultandTry. Addssucceeded:named arguments, fixes XML docs (RCS1140 — exception elements), removes unused parameters (RCS1163), and observesCancellationTokeninRunAsync<T>overloads viaThrowIfCancellationRequested().Directory.Build.props(Roslynator, AsyncFixer, VS.Threading, BannedApiAnalyzers, Meziantou 3.0.58, SonarAnalyzer 10.25.0.139117)..editorconfigsync (RS0030 = none in tests/benchmarks; modern C# style suggestions).pr.yaml,docfx.yaml,release.yaml,coverlet.runsettings).Test plan
🤖 Generated with Claude Code