Skip to content

Bump version 0.2.0 → 0.3.0#98

Merged
Chris-Wolfgang merged 3 commits into
mainfrom
chore/bump-version-0.3.0
May 3, 2026
Merged

Bump version 0.2.0 → 0.3.0#98
Chris-Wolfgang merged 3 commits into
mainfrom
chore/bump-version-0.3.0

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Summary

Bumps Wolfgang.TryPattern package version 0.2.0 → 0.3.0 to release accumulated changes since the v0.2.0 tag:

  • Fix CA1000/MA0003/RCS1140/RCS1163 in Result and Try #94 — Fix CA1000 / MA0003 / RCS1140 / RCS1163 in Result and Try. Adds succeeded: named arguments, fixes XML docs (RCS1140 — exception elements), removes unused parameters (RCS1163), and observes CancellationToken in RunAsync<T> overloads via ThrowIfCancellationRequested().
  • Centralized analyzer references in Directory.Build.props (Roslynator, AsyncFixer, VS.Threading, BannedApiAnalyzers, Meziantou 3.0.58, SonarAnalyzer 10.25.0.139117).
  • Canonical .editorconfig sync (RS0030 = none in tests/benchmarks; modern C# style suggestions).
  • Canonical workflow refresh (pr.yaml, docfx.yaml, release.yaml, coverlet.runsettings).

Test plan

  • Local Release build clean across all TFMs
  • CI green
  • Tag v0.3.0 + GitHub Release after merge → release.yaml publishes to NuGet

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 2, 2026 19:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 from 0.2.0 to 0.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.

Comment thread src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
Copilot AI review requested due to automatic review settings May 3, 2026 00:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

@Chris-Wolfgang Chris-Wolfgang merged commit 949d418 into main May 3, 2026
12 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the chore/bump-version-0.3.0 branch May 3, 2026 01:02
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.

2 participants