Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Increment version after release#1034

Closed
azure-sdk wants to merge 1 commit intoAzure:mainfrom
azure-sdk:increment-package-version-5247431
Closed

Increment version after release#1034
azure-sdk wants to merge 1 commit intoAzure:mainfrom
azure-sdk:increment-package-version-5247431

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Increment package version after release

Copilot AI review requested due to automatic review settings August 21, 2025 22:14
@azure-sdk azure-sdk requested a review from a team as a code owner August 21, 2025 22:14
@azure-sdk azure-sdk requested review from joshfree and vukelich August 21, 2025 22:14
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

This PR increments the package version from 0.5.8 to 0.5.9 as part of the post-release process. It prepares the codebase for the next development cycle.

  • Updates the version number in Directory.Build.props from 0.5.8 to 0.5.9
  • Adds a new unreleased section in CHANGELOG.md for version 0.5.9
  • Updates the CHANGELOG.md header from "CHANGELOG 📝" to "Release History"

Reviewed Changes

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

File Description
Directory.Build.props Increments version number from 0.5.8 to 0.5.9
CHANGELOG.md Adds unreleased section for 0.5.9 and updates header formatting

@@ -1,6 +1,14 @@
# CHANGELOG 📝
# Release History
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

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

The changelog header has been changed from 'CHANGELOG 📝' to 'Release History', but this formatting change is not documented in the changelog entry. Consider adding this header change to the 'Other Changes' section.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@weshaggard it would be nice if this auto-pr preserved the existing header

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The header is backed into the existing changelog parser we use which is why it keeps resetting.

I'm guessing this will not be an issue after we change how we create the log

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Fixed in microsoft/mcp#33

<Project>
<PropertyGroup>
<Version>0.5.8</Version>
<Version>0.5.9</Version>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@hallipr this is another area that will need updating with the repo move as we need to update the correct server.

@weshaggard weshaggard closed this Aug 22, 2025
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Azure MCP Server (OLD) Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants