Skip to content

Commit

Permalink
Increment version for kusto releases (#39485)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 25, 2023
1 parent 04c2813 commit 3e62b20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/kusto/Azure.ResourceManager.Kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.6.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.5.0 (2023-10-25)

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

0 comments on commit 3e62b20

Please sign in to comment.