Skip to content

chore: bump SH version for RC 2.13.0-rc1 - BED-8300#222

Merged
mykeelium merged 4 commits into
2.Xfrom
BED-8300
May 18, 2026
Merged

chore: bump SH version for RC 2.13.0-rc1 - BED-8300#222
mykeelium merged 4 commits into
2.Xfrom
BED-8300

Conversation

@mykeelium
Copy link
Copy Markdown
Contributor

@mykeelium mykeelium commented May 18, 2026

Description

This change updates the SHC library to the RC version, as well as changing the version of the SH library to an RC version for cutting the prerelease.

Motivation and Context

This PR addresses: BED-8300

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

Summary by CodeRabbit

  • Chores
    • Updated product version metadata to 2.13.0-rc1 (release candidate).
    • Updated shared dependency metadata to 4.6.2-rc1.
    • Metadata-only changes; no functional or behavioral changes visible to users.

Review Change Stack

@mykeelium mykeelium self-assigned this May 18, 2026
@mykeelium mykeelium added the documentation Improvements or additions to documentation label May 18, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 635c644b-11f6-450d-b120-85fa36f1ef3e

📥 Commits

Reviewing files that changed from the base of the PR and between 5e51724 and 4a01dc4.

📒 Files selected for processing (1)
  • Sharphound.csproj
✅ Files skipped from review due to trivial changes (1)
  • Sharphound.csproj

Walkthrough

SharpHound.csproj updates project versioning metadata: the main assembly Version and FileVersion move to 2.13.0-rc1, InformationalVersion is set to 2.13.0-rc1, and CommonLibsVersion for shared dependencies is updated to 4.6.2-rc1. No build logic or package wiring is altered.

Changes

Version Updates

Layer / File(s) Summary
Version metadata updates
Sharphound.csproj
Assembly Version and FileVersion changed from 2.12.0 to 2.13.0-rc1; InformationalVersion set to 2.13.0-rc1; CommonLibsVersion changed from 4.6.1 to 4.6.2-rc1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • ktstrader

Poem

🐰 I hopped through lines and nudged a version bright,

Two-dot-thirteen RC gleams in the night,
Common libs leapt to four-six-two-rc1's call,
A tiny change—yet it readies the hall,
Happy builds ahead, may the tests not fall.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: bumping the SharpHound version to RC 2.13.0-rc1, with the ticket reference providing context.
Description check ✅ Passed The description covers the key sections: a brief description of the change, motivation/context with ticket reference, types of changes marked correctly, and contributing prerequisites confirmed. The 'How Has This Been Tested?' section is empty but is non-critical for a version bump chore.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch BED-8300

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 and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Sharphound.csproj`:
- Line 10: Update the project metadata so FileVersion contains only numeric
parts: replace the invalid <FileVersion>2.13.0-rc1</FileVersion> with a numeric
format like <FileVersion>2.13.0.0</FileVersion>, and move the pre-release label
into <InformationalVersion>2.13.0-rc1</InformationalVersion>; modify these tags
in the Sharphound.csproj (look for the FileVersion element) so the build uses a
numeric FileVersion and the pre-release string lives in InformationalVersion.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 30b4bcfd-b1ed-4e04-8813-8da121ec13b0

📥 Commits

Reviewing files that changed from the base of the PR and between f989500 and 5e51724.

📒 Files selected for processing (1)
  • Sharphound.csproj
Comment thread Sharphound.csproj Outdated
@mykeelium mykeelium merged commit 75ab429 into 2.X May 18, 2026
3 checks passed
@mykeelium mykeelium deleted the BED-8300 branch May 18, 2026 20:27
@github-actions github-actions Bot locked and limited conversation to collaborators May 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation Improvements or additions to documentation

2 participants