Skip to content

Commit fb8b11b

Browse files
authored
[Azure.Data.Tables] Update version for release (#45058)
* Update release version in Changelog and project * Update release date
1 parent 22af037 commit fb8b11b

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

sdk/tables/Azure.Data.Tables/CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
# Release History
22

3-
## 12.8.4
3+
## 12.9.0 (2024-07-18)
44

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

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other changes
13-
14-
## 12.9.0-beta.1 (Unreleased)
15-
16-
### Features Added
17-
18-
### Breaking Changes
19-
208
### Bugs Fixed
219
- Fixed an issue where custom models decorated with the `DataMemberAttribute` that didn't explicitly set a name caused the query filter to be malformed.
2210

sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This client library enables working with the Microsoft Azure Table service</Description>
44
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
5-
<Version>12.9.0-beta.1</Version>
5+
<Version>12.9.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.8.3</ApiCompatVersion>
88
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)