Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 in /src/NHiLo (#12)
Browse files Browse the repository at this point in the history
* Bump Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 in /src/NHiLo

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update changelog and version

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Gouw <fabiogouw@gmail.com>
  • Loading branch information
dependabot[bot] and fabiogouw authored Nov 26, 2022
1 parent 925e254 commit 354b10e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/NHiLo/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
- Upgrading test projects to .NET 6

* 2.1.1 - 2022-11-15
- MySql charset fix
- MySql charset fix

* 2.1.2 - 2022-11-26
- Bumps Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 due to security reasons.
4 changes: 2 additions & 2 deletions src/NHiLo/NHiLo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Description>Implementation of the HiLo algorithm for .NET. Available for SQL Server, SQL Server CE, Oracle and MySql.</Description>
<Copyright>Copyright © Fabio Gouw 2022</Copyright>
<Authors>Fabio Gouw</Authors>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.2" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
Expand Down

0 comments on commit 354b10e

Please sign in to comment.