chore: bump package version to 0.4.0 - #20
Merged
Merged
Conversation
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>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 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. Comment |
Bugbot couldn't run - usage limit reachedBugbot 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) |
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
Release bookkeeping for 0.4.0.
0.3.0is already on NuGet, so this is the next minor. The release itself is additive:Offside.OpenTelemetryandOffside.OpenTelemetry.MediatR(feat: add Offside.OpenTelemetry integration packages #19) — first publication, so this tag permanently claims those names.OffsideApplicationInsightsOptions.FormatMessageandDomainErrorMessageFormat, defaulting to the previous behaviour.Changes here: bump
Directory.Build.propsto0.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.propsis only the local default —release.ymlpasses-p:Versionfrom the tag name, so the tag is what actually decides. Keeping the file in step matters anyway for localdotnet packand for anyone reading the repo to find out what version it is; it drifted to0.2.0while0.3.0shipped, 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-modedotnet build Offside.sln -c Release --no-restore— with-p:Version=0.4.0, 0 warningsdotnet test Offside.sln -c Release --no-build --no-restore— 26 assemblies greendocs/+docs/pt-BR/) updated — README only; the guides landed in feat: add Offside.OpenTelemetry integration packages #19dotnet pack -p:Version=0.4.0produces all 13 nupkgs (plus snupkgs).Compatibility
Version metadata only — no code changes in this PR. The release it tags is additive: no existing public API removed or changed, and
FormatMessagedefaults 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.propsfrom 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.OpenTelemetryandOffside.OpenTelemetry.MediatRare 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.