Skip to content

Commit 43e0723

Browse files
authored
Take latest Core reference and prep for Release (Azure#32382)
1 parent 0a19cad commit 43e0723

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

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

3-
## 12.7.0-beta.2 (2022-11-08)
3+
## 12.7.0 (2022-11-08)
44

55
### Features Added
66
- Added a `Uri` property to `TableClient` and `TableServiceClient`

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.2</Version>
5+
<Version>12.7.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.6.1</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)