Skip to content

chore: bump package version to 0.4.0 - #20

Merged
vpcmps merged 1 commit into
masterfrom
chore/release-0.4.0
Aug 26, 2026
Merged

vpcmps merged 1 commit into
masterfrom
chore/release-0.4.0

Conversation

@vpcmps

@vpcmps vpcmps commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Summary

Release bookkeeping for 0.4.0. 0.3.0 is already on NuGet, so this is the next minor. The release itself is additive:

  • Two new packages, Offside.OpenTelemetry and Offside.OpenTelemetry.MediatR (feat: add Offside.OpenTelemetry integration packages #19) — first publication, so this tag permanently claims those names.
  • OffsideApplicationInsightsOptions.FormatMessage and DomainErrorMessageFormat, defaulting to the previous behaviour.

Changes here: bump Directory.Build.props to 0.4.0, close [Unreleased] into [0.4.0], and swap the two OpenTelemetry rows in the README from "Publication pending" to NuGet badges, since this tag is what publishes them.

Notes for the reviewer

The version in Directory.Build.props is only the local default — release.yml passes -p:Version from the tag name, so the tag is what actually decides. Keeping the file in step matters anyway for local dotnet pack and for anyone reading the repo to find out what version it is; it drifted to 0.2.0 while 0.3.0 shipped, which is part of what made the last release state hard to read.

## [Unreleased] is deliberately left in place, empty, above ## [0.4.0].

Validation

  • dotnet restore --locked-mode
  • dotnet build Offside.sln -c Release --no-restore — with -p:Version=0.4.0, 0 warnings
  • dotnet test Offside.sln -c Release --no-build --no-restore — 26 assemblies green
  • README and docs (docs/ + docs/pt-BR/) updated — README only; the guides landed in feat: add Offside.OpenTelemetry integration packages #19

dotnet pack -p:Version=0.4.0 produces all 13 nupkgs (plus snupkgs).

Compatibility

  • No public API, package, or behavior change.
  • Compatibility impact described below.

Version metadata only — no code changes in this PR. The release it tags is additive: no existing public API removed or changed, and FormatMessage defaults to the text existing hosts already get.


Note

Low Risk
Documentation and version metadata only; no runtime or public API changes in this PR.

Overview
Prepares the 0.4.0 release in repo metadata only—no application code in this diff.

Bumps the shared package version in Directory.Build.props from 0.3.0 to 0.4.0 and adds a dated [0.4.0] changelog section (OpenTelemetry packages, Application Insights message formatting, docs) while leaving an empty [Unreleased] section for future work.

Updates README so Offside.OpenTelemetry and Offside.OpenTelemetry.MediatR are shown as published on NuGet (badges in the packages table) and drops the install-section note that those packages were not on NuGet yet.

Reviewed by Cursor Bugbot for commit 56c05b0. Bugbot is set up for automated code reviews on this repo. Configure here.

0.3.0 is already on NuGet, so this release is 0.4.0. It is additive: two new
packages, plus a new option on OffsideApplicationInsightsOptions that defaults
to the previous behaviour.

Closes the [Unreleased] section into [0.4.0], and gives Offside.OpenTelemetry
and Offside.OpenTelemetry.MediatR their NuGet badges now that this tag
publishes them for the first time.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ccaacf34-10d9-4f2d-a629-eefec26570be


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cursor

cursor Bot commented Aug 26, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_bc1a0b7a-6154-4b14-9830-424a73ce29a4)

@vpcmps
vpcmps merged commit e99a06d into master Aug 26, 2026
3 checks passed
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