Skip to content

Commit 00f218c

Browse files
Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 in /src/DurableTask.SqlServer (#204)
* Bump Microsoft.Data.SqlClient in /src/DurableTask.SqlServer Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 3.0.0 to 3.1.5. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v3.0.0...v3.1.5) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4adc14b commit 00f218c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
(Add new notes here)
5+
### Updates
6+
7+
* Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 ([#204](https://github.com/microsoft/durabletask-mssql/pull/204))
68

79
## v1.2.2
810

src/DurableTask.SqlServer/DurableTask.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.*" />
25-
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
25+
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.5" />
2626
<PackageReference Include="SemanticVersion" Version="2.1.0" />
2727
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)