Skip to content

Commit 6b8f7b7

Browse files
authored
Increment version after release (#1253)
Increment package version after release
1 parent 38b981e commit 6b8f7b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

servers/Azure.Mcp.Server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## 2.0.0-beta.8 (Unreleased)
6+
7+
### Features Added
8+
9+
### Breaking Changes
10+
11+
### Bugs Fixed
12+
13+
### Other Changes
14+
515
## 2.0.0-beta.7 (2025-11-25)
616

717
### Bugs Fixed

servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.0-beta.7</Version>
3+
<Version>2.0.0-beta.8</Version>
44
<CliName>azmcp</CliName>
55
<AssemblyTitle>Azure MCP Server</AssemblyTitle>
66
<Description>Azure MCP Server - Model Context Protocol implementation for Azure</Description>

0 commit comments

Comments
 (0)