Skip to content

Commit 9fb1cf2

Browse files
authored
Merge pull request Azure#8622 from hvermis/master
[DataFactory] Updating ADF SDK version
2 parents f4a341c + 48ec6c4 commit 9fb1cf2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/DataFactory/DataFactoryV2.Test/DataFactoryV2.Test.csproj

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

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="3.0.1" />
1515
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="3.11.6898.1" />
1616
</ItemGroup>
1717

src/DataFactory/DataFactoryV2/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Updated ADF .Net SDK version to 3.0.1
2223

2324
## Version 1.0.1
2425
* Updated ADF .Net SDK version to 3.0.0

src/DataFactory/DataFactoryV2/DataFactoryV2.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.Management.DataFactory" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="3.0.1" />
1616
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="3.11.6898.1" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)