Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 49e2314

Browse files
Increment version after release (#1020)
* Increment package version after release * Update CHANGELOG.md --------- Co-authored-by: Arthur Ma <mars.arthur@263.net>
1 parent 3873fc3 commit 49e2314

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎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+
## 0.5.8 (Unreleased)
6+
7+
### Features Added
8+
9+
### Breaking Changes
10+
11+
### Bugs Fixed
12+
13+
### Other Changes
14+
515
## 0.5.7 (2025-08-19)
616

717
### Features Added

‎Directory.Build.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.5.7</Version>
3+
<Version>0.5.8</Version>
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)