Skip to content

Commit

Permalink
Increment package version after release of Azure.Data.Tables (#39942)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Nov 14, 2023
1 parent 2b081b5 commit 34bcf5a
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.9.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.8.2 (2023-11-13)

### Acknowledgments
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.8.2</Version>
<Version>12.9.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.8.1</ApiCompatVersion>
<ApiCompatVersion>12.8.2</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Tables;Microsoft;Azure;Tables;Table;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit 34bcf5a

Please sign in to comment.