Skip to content

Commit c707f29

Browse files
authored
Update ADLS plane sdk (#13310)
1 parent 373a640 commit c707f29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/DataLakeStore/DataLakeStore/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update ADLS dataplane SDK to 1.2.4-alpha. Changes:https://github.com/Azure/azure-data-lake-store-net/blob/preview-alpha/CHANGELOG.md#version-124-alpha
2122

2223
## Version 1.2.8
2324
* Added breaking change description for `Export-AzDataLakeStoreItem` and `Import-AzDataLakeStoreItem`

src/DataLakeStore/DataLakeStore/DataLakeStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Azure.DataLake.Store" Version="1.2.3-alpha" />
15+
<PackageReference Include="Microsoft.Azure.DataLake.Store" Version="1.2.4-alpha" />
1616
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
1717
<PackageReference Include="NLog" Version="4.5.0" />
1818
<PackageReference Include="System.Buffers" Version="4.3.0" />

0 commit comments

Comments
 (0)