Skip to content

Commit

Permalink
Increment version for botservice releases (Azure#34899)
Browse files Browse the repository at this point in the history
Increment package version after release of Azure.ResourceManager.BotService
  • Loading branch information
azure-sdk authored Mar 14, 2023
1 parent 03561e7 commit 4879a3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/botservice/Azure.ResourceManager.BotService/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.1 (2023-03-11)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.1.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<ApiCompatVersion>1.0.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.BotService</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.BotService.</Description>
<PackageTags>azure;management;arm;resource manager;botservice</PackageTags>
Expand Down

0 comments on commit 4879a3f

Please sign in to comment.