Skip to content

Commit

Permalink
Merge pull request #155 from HicServices/dependabot/nuget/develop/MyS…
Browse files Browse the repository at this point in the history
…qlConnector-2.1.12
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
2 parents 5dac20a + 750d7f2 commit 1f0a17b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Include="..\..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MySqlConnector" Version="2.1.11" />
<PackageReference Include="MySqlConnector" Version="2.1.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\FAnsiSql\FAnsi.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion NuGet/FAnsi.NuGet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<tags>Ansi,SQL</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="MySqlConnector" version="2.1.11" />
<dependency id="MySqlConnector" version="2.1.12" />
<dependency id="Microsoft.Data.SqlClient" version="5.0.0" />
<dependency id="Oracle.ManagedDataAccess.Core" version="2.19.101" />
<dependency id="System.ComponentModel.Composition" version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 1f0a17b

Please sign in to comment.