Skip to content

Commit

Permalink
[Azure.Data.Tables] Update version for release (#45058)
Browse files Browse the repository at this point in the history
* Update release version in Changelog and project

* Update release date
  • Loading branch information
JonathanCrd authored Jul 18, 2024
1 parent 22af037 commit fb8b11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
# Release History

## 12.8.4
## 12.9.0 (2024-07-18)

### Features Added
- Overload the `DeleteEntity` method to allow an `ITableEntity` object as parameter.

### Breaking Changes

### Bugs Fixed

### Other changes

## 12.9.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Fixed an issue where custom models decorated with the `DataMemberAttribute` that didn't explicitly set a name caused the query filter to be malformed.

Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Table service</Description>
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
<Version>12.9.0-beta.1</Version>
<Version>12.9.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.8.3</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
Expand Down

0 comments on commit fb8b11b

Please sign in to comment.