Skip to content

Commit

Permalink
Increment version for tables releases (#29695)
Browse files Browse the repository at this point in the history
Increment package version after release of Azure.Data.Tables
  • Loading branch information
azure-sdk committed Jul 7, 2022
1 parent 276daf3 commit 217bc95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.7.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.6.1 (2022-07-07)

### Bugs Fixed
Expand Down
4 changes: 2 additions & 2 deletions sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Table service</Description>
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
<Version>12.6.1</Version>
<Version>12.7.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.6.0</ApiCompatVersion>
<ApiCompatVersion>12.6.1</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Tables;Microsoft;Azure;Tables;Table;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit 217bc95

Please sign in to comment.