Skip to content

Bump version to 1.6.6#29

Merged
dsghi merged 1 commit intomainfrom
bump/v1.6.6
Mar 21, 2026
Merged

Bump version to 1.6.6#29
dsghi merged 1 commit intomainfrom
bump/v1.6.6

Conversation

@dsghi
Copy link
Copy Markdown
Owner

@dsghi dsghi commented Mar 21, 2026

Summary

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 21, 2026 02:44
@dsghi dsghi merged commit 9bc9a6a into main Mar 21, 2026
3 checks passed
@dsghi dsghi deleted the bump/v1.6.6 branch March 21, 2026 02:45
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

Bumps the module’s internal/display version string to align with the intended 1.6.6 release after a missed bump in PR #28.

Changes:

  • Update Constants.Version from 1.6.5 to 1.6.6.

public static class Constants
{
public const string Version = "1.6.5";
public const string Version = "1.6.6";
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

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

This updates the displayed version string, but the OrchardCore module manifest still reports Version = "1.6.0" in Manifest.cs, and the .csproj doesn't define PackageVersion/Version. If the PR goal is a full 1.6.6 release bump, update the authoritative version source(s) as well (at least Manifest.cs) so the module/package version aligns with this constant.

Copilot uses AI. Check for mistakes.
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