Skip to content

Commit b831974

Browse files
author
James A Sutherland
committed
Bump Microsoft.Data.SqlClient from 5.0.0 to 5.0.1
1 parent 4de2b8f commit b831974

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NuGet/FAnsi.NuGet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<group targetFramework=".NETStandard2.0">
1717
<dependency id="MySqlConnector" version="2.1.13" />
18-
<dependency id="Microsoft.Data.SqlClient" version="5.0.0" />
18+
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
1919
<dependency id="Oracle.ManagedDataAccess.Core" version="2.19.101" />
2020
<dependency id="System.ComponentModel.Composition" version="6.0.0" />
2121
<dependency id="HIC.TypeGuesser" version="1.0.3" />

Packages.md

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

1010
| Package | Source Code | Version | License | Purpose | Additional Risk Assessment |
1111
| ------- | ------------| --------| ------- | ------- | -------------------------- |
12-
| Microsoft.Data.SqlClient | [GitHub](https://github.com/dotnet/SqlClient) | [5.0.0](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.0.0) | [MIT](https://opensource.org/licenses/MIT) | Enables interaction with Microsoft Sql Server databases | |
12+
| Microsoft.Data.SqlClient | [GitHub](https://github.com/dotnet/SqlClient) | [5.0.1](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.0.1) | [MIT](https://opensource.org/licenses/MIT) | Enables interaction with Microsoft Sql Server databases | |
1313
| MySqlConnector | [GitHub](https://github.com/mysql-net/MySqlConnector) | [2.1.13](https://www.nuget.org/packages/MySqlConnector/2.1.13.) | [MIT](https://github.com/mysql-net/MySqlConnector/blob/master/LICENSE) | Enables interaction with MySql databases | |
1414
| Oracle.ManagedDataAccess.Core | Closed Source | [2.19.101](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/2.19.101) | [OTNLA](https://www.oracle.com/downloads/licenses/distribution-license.html) | Enables interaction with Oracle databases |
1515
| [Nunit](https://nunit.org/) |[GitHub](https://github.com/nunit/nunit) | [3.11.0](https://www.nuget.org/packages/NUnit/3.11.0) | [MIT](https://opensource.org/licenses/MIT) | Unit testing |

0 commit comments

Comments
 (0)