Skip to content

Commit

Permalink
Increment version for metricsadvisor releases (#22558)
Browse files Browse the repository at this point in the history
Increment package version after release of Azure.AI.MetricsAdvisor
  • Loading branch information
azure-sdk authored Jul 9, 2021
1 parent 8d46d67 commit 6b59b52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/metricsadvisor/Azure.AI.MetricsAdvisor/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.0 (2021-07-08)

### New Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>This is the Microsoft Azure Cognitive Services Metrics Advisor client library</Description>
<AssemblyTitle>Microsoft Azure.AI.MetricsAdvisor client library</AssemblyTitle>
<Version>1.0.0</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>
<PackageTags>Microsoft Azure Metrics Advisor</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>
Expand Down

0 comments on commit 6b59b52

Please sign in to comment.