Skip to content

Increment version after release#1950

Open
azure-sdk wants to merge 1 commit intomicrosoft:release/azure/1.xfrom
azure-sdk:increment-package-version-5969756
Open

Increment version after release#1950
azure-sdk wants to merge 1 commit intomicrosoft:release/azure/1.xfrom
azure-sdk:increment-package-version-5969756

Conversation

@azure-sdk
Copy link
Collaborator

Increment package version after release

Copilot AI review requested due to automatic review settings March 6, 2026 05:31
@azure-sdk azure-sdk requested review from a team as code owners March 6, 2026 05:31
@azure-sdk azure-sdk requested review from KarishmaGhiya, alzimmermsft, conniey, g2vinay, joshfree, weshaggard and xiangyan99 and removed request for a team March 6, 2026 05:31
@github-project-automation github-project-automation bot moved this to Untriaged in Azure MCP Server Mar 6, 2026
Copy link
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

This PR updates Azure MCP Server’s package version and initializes a new top-of-file “Unreleased” section in the server changelog to begin the next development cycle after a release.

Changes:

  • Bump Azure.Mcp.Server package version in Azure.Mcp.Server.csproj.
  • Add a new (Unreleased) section to servers/Azure.Mcp.Server/CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj Updates the package <Version> value.
servers/Azure.Mcp.Server/CHANGELOG.md Adds a new “Unreleased” section for the next version.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.2-beta.1</Version>
<Version>1.0.2-beta.2</Version>
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

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

After releasing 1.0.2, setting the project version to 1.0.2-beta.2 is a SemVer regression relative to the released 1.0.2 (pre-release versions sort lower than the corresponding stable). If this is meant to be the next development version post-release, bump to the next patch/minor (e.g., 1.0.3-beta.1) rather than another 1.0.2-* pre-release.

Suggested change
<Version>1.0.2-beta.2</Version>
<Version>1.0.3-beta.1</Version>

Copilot uses AI. Check for mistakes.

The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊

## 1.0.2-beta.2 (Unreleased)
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

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

The new Unreleased section is labeled 1.0.2-beta.2, but 1.0.2 is already released below. If this section represents post-1.0.2 development, the heading should be the next version (e.g., 1.0.3-beta.1) to avoid a prerelease version that is ordered lower than the released stable.

Suggested change
## 1.0.2-beta.2 (Unreleased)
## 1.0.3-beta.1 (Unreleased)

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

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

2 participants