Skip to content

V11.0.11/service update#62

Merged
gimlichael merged 2 commits into
mainfrom
v11.0.11/service-update
Jun 5, 2026
Merged

V11.0.11/service update#62
gimlichael merged 2 commits into
mainfrom
v11.0.11/service-update

Conversation

@codebelt-aicia
Copy link
Copy Markdown
Contributor

@codebelt-aicia codebelt-aicia Bot commented Jun 4, 2026

This is a service update that focuses on package dependencies.

Automated changes:

  • Codebelt/Cuemon package versions bumped to latest compatible
  • PackageReleaseNotes.txt updated for v11.0.11
  • CHANGELOG.md entry added for v11.0.11

Note: Third-party packages (Microsoft.Extensions.*, BenchmarkDotNet, etc.) are not auto-updated.
Use Dependabot or manual updates for those.

Generated by codebelt-aicia
Triggered by: cuemon @ 10.5.3

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 4, 2026

Greptile Summary

This automated service update bumps the three Cuemon package dependencies (Cuemon.Core, Cuemon.Extensions.AspNetCore, Cuemon.Extensions.IO) from 10.5.2 to 10.5.3 in Directory.Packages.props, and applies CRLF→LF line-ending normalisation across all four PackageReleaseNotes.txt files.

  • Directory.Packages.props: Cuemon packages cleanly bumped to 10.5.3; no other version changes.
  • App/PackageReleaseNotes.txt: The automation inserted a new release-notes block but labeled it Version: 11.0.10 instead of 11.0.11, leaving that file with a duplicate v11.0.10 entry and no v11.0.11 entry.
  • Hosting.AspNetCore, Hosting, and Xunit PackageReleaseNotes.txt: Only whitespace changes were applied; all three files are missing the expected Version: 11.0.11 block entirely.

Confidence Score: 3/5

The dependency bump in Directory.Packages.props is correct, but the release-notes automation misfired: one file has a duplicate version label and three files are missing the new version entry entirely.

The Cuemon package version bump is clean and straightforward. However, the release-notes update has two distinct defects: the App package's new block is stamped with the wrong version number (11.0.10 instead of 11.0.11), producing a duplicate entry, and the three remaining packages have no new 11.0.11 block at all. If merged as-is, NuGet consumers would see either a duplicate changelog entry or no changelog entry for this release across all affected packages.

All four PackageReleaseNotes.txt files need attention: App has a duplicate/mislabeled version entry, and Hosting.AspNetCore, Hosting, and Xunit are each missing the new v11.0.11 block.

Important Files Changed

Filename Overview
.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt New release-notes block inserted with wrong version label (11.0.10 duplicated instead of 11.0.11); the v11.0.11 entry is absent.
.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt Only line-ending normalisation applied; no new Version 11.0.11 entry added, despite the PR claiming all release notes are updated for v11.0.11.
.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt Only line-ending normalisation applied; no new Version 11.0.11 entry added.
.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt Only line-ending normalisation applied; no new Version 11.0.11 entry added.
Directory.Packages.props Cuemon.Core, Cuemon.Extensions.AspNetCore, and Cuemon.Extensions.IO correctly bumped from 10.5.2 to 10.5.3; all other package versions unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[cuemon @ 10.5.3 trigger] --> B[Bump Directory.Packages.props]
    B --> C[Cuemon.Core 10.5.2 → 10.5.3]
    B --> D[Cuemon.Extensions.AspNetCore 10.5.2 → 10.5.3]
    B --> E[Cuemon.Extensions.IO 10.5.2 → 10.5.3]
    A --> F[Update PackageReleaseNotes.txt files]
    F --> G[App/PackageReleaseNotes.txt]
    G --> H["❌ Inserted 'Version: 11.0.10' (duplicate)\nShould be 'Version: 11.0.11'"]
    F --> I[Hosting.AspNetCore/PackageReleaseNotes.txt]
    I --> J[❌ Only CRLF→LF normalisation\nMissing Version: 11.0.11 entry]
    F --> K[Hosting/PackageReleaseNotes.txt]
    K --> L[❌ Only CRLF→LF normalisation\nMissing Version: 11.0.11 entry]
    F --> M[Xunit/PackageReleaseNotes.txt]
    M --> N[❌ Only CRLF→LF normalisation\nMissing Version: 11.0.11 entry]
Loading
Prompt To Fix All With AI
Fix the following 2 code review issues. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 2
.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt:5-14
The newly inserted block at lines 7–12 is labeled `Version: 11.0.10`, which duplicates the entry that already exists at lines 13–18. According to the PR title and description, this block should be `Version: 11.0.11`.

```suggestion
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 11.0.11
Availability: .NET 10 and .NET 9

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version: 11.0.10
Availability: .NET 10 and .NET 9
```

### Issue 2 of 2
.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt:1-6
**Missing v11.0.11 release-notes entry**

This file (along with `.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt` and `.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt`) received only CRLF→LF normalisation — no new `Version: 11.0.11` block was inserted. The PR description states all four `PackageReleaseNotes.txt` files were updated for v11.0.11, but three of the four files are still missing that entry. Since all packages consume the bumped Cuemon 10.5.3 dependency, each one is expected to carry a 11.0.11 release note; without it, NuGet consumers will see no changelog for the new release.

Reviews (2): Last reviewed commit: "🔀 merge branch 'main' into v11.1.0/serv..." | Re-trigger Greptile

Comment thread Directory.Packages.props Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.25%. Comparing base (8208483) to head (3aadb59).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
- Coverage   95.68%   92.25%   -3.43%     
==========================================
  Files          46       82      +36     
  Lines         950     1498     +548     
  Branches      115      169      +54     
==========================================
+ Hits          909     1382     +473     
- Misses         32      102      +70     
- Partials        9       14       +5     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gimlichael gimlichael merged commit eb46ce6 into main Jun 5, 2026
23 of 24 checks passed
@gimlichael gimlichael deleted the v11.0.11/service-update branch June 5, 2026 04:24
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