File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
sdk/tables/Azure.Data.Tables Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.7.0-beta.2 (2022-11-08)
3
+ ## 12.7.0 (2022-11-08)
4
4
5
5
### Features Added
6
6
- Added a ` Uri ` property to ` TableClient ` and ` TableServiceClient `
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >This client library enables working with the Microsoft Azure Table service</Description >
4
4
<AssemblyTitle >Microsoft Azure.Data.Tables client library</AssemblyTitle >
5
- <Version >12.7.0-beta.2 </Version >
5
+ <Version >12.7.0</Version >
6
6
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
7
<ApiCompatVersion >12.6.1</ApiCompatVersion >
8
8
<DefineConstants >TableSDK;$(DefineConstants)</DefineConstants >
12
12
<IncludeOperationsSharedSource >true</IncludeOperationsSharedSource >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
- <!-- <PackageReference Include="Azure.Core" /> -->
16
- <ProjectReference Include =" ..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
15
+ <PackageReference Include =" Azure.Core" />
17
16
<PackageReference Include =" System.Text.Json" />
18
17
</ItemGroup >
19
18
You can’t perform that action at this time.
0 commit comments