Skip to content

Commit f59337f

Browse files
christothessofiar-msft
authored andcommitted
Tables July Release (Azure#29689)
1 parent b080c6f commit f59337f

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

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

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

3-
## 12.7.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.6.1 (2022-07-07)
84

95
### Bugs Fixed
106
- Fixed a formatting issue with string based filter queries for Binary properties created via `CreateQueryFilter(System.FormattableString filter)`. ([#29256](https://github.com/Azure/azure-sdk-for-net/issues/29256))
117

12-
### Other Changes
13-
148
## 12.6.0 (2022-06-07)
159

1610
### Bugs Fixed

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

Lines changed: 2 additions & 3 deletions
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.7.0-beta.1</Version>
5+
<Version>12.6.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.6.0</ApiCompatVersion>
88
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
@@ -12,8 +12,7 @@
1212
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<!-- <PackageReference Include="Azure.Core" /> -->
16-
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
15+
<PackageReference Include="Azure.Core" />
1716
<PackageReference Include="System.Text.Json" />
1817
</ItemGroup>
1918

0 commit comments

Comments
 (0)