diff --git a/Implementations/FAnsi.Implementations.MySql/FAnsi.Implementations.MySql.csproj b/Implementations/FAnsi.Implementations.MySql/FAnsi.Implementations.MySql.csproj index aa5fda08..7bf6ce23 100644 --- a/Implementations/FAnsi.Implementations.MySql/FAnsi.Implementations.MySql.csproj +++ b/Implementations/FAnsi.Implementations.MySql/FAnsi.Implementations.MySql.csproj @@ -11,7 +11,7 @@ - + diff --git a/NuGet/FAnsi.NuGet.nuspec b/NuGet/FAnsi.NuGet.nuspec index 1c4026a2..2a5f77bb 100644 --- a/NuGet/FAnsi.NuGet.nuspec +++ b/NuGet/FAnsi.NuGet.nuspec @@ -14,7 +14,7 @@ Ansi,SQL - + diff --git a/Packages.md b/Packages.md index d6b7ee04..587eb120 100644 --- a/Packages.md +++ b/Packages.md @@ -10,7 +10,7 @@ | Package | Source Code | Version | License | Purpose | Additional Risk Assessment | | ------- | ------------| --------| ------- | ------- | -------------------------- | | 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 | | -| MySqlConnector | [GitHub](https://github.com/mysql-net/MySqlConnector) | [2.1.11](https://www.nuget.org/packages/MySqlConnector/2.1.11.) | [MIT](https://github.com/mysql-net/MySqlConnector/blob/master/LICENSE) | Enables interaction with MySql databases | | +| MySqlConnector | [GitHub](https://github.com/mysql-net/MySqlConnector) | [2.1.12](https://www.nuget.org/packages/MySqlConnector/2.1.12.) | [MIT](https://github.com/mysql-net/MySqlConnector/blob/master/LICENSE) | Enables interaction with MySql databases | | | 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 | | [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 | | NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [3.13.0](https://www.nuget.org/packages/NUnit3TestAdapter/3.13.0) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio |