Skip to content

Commit

Permalink
Tables July Release (#29689)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Jul 7, 2022
1 parent ceecd14 commit 1e9e47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 1 addition & 7 deletions sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 12.7.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.6.1 (2022-07-07)

### Bugs Fixed
- 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))

### Other Changes

## 12.6.0 (2022-06-07)

### Bugs Fixed
Expand Down
5 changes: 2 additions & 3 deletions 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.7.0-beta.1</Version>
<Version>12.6.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.6.0</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
Expand All @@ -12,8 +12,7 @@
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
</PropertyGroup>
<ItemGroup>
<!-- <PackageReference Include="Azure.Core" /> -->
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
<PackageReference Include="Azure.Core" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

Expand Down

0 comments on commit 1e9e47c

Please sign in to comment.