From 1409b0f8934e08f2fba6fc7aea96971d863be674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:42:44 +0000 Subject: [PATCH] build(deps): bump MySqlConnector from 2.3.5 to 2.3.6 Bumps MySqlConnector from 2.3.5 to 2.3.6. --- updated-dependencies: - dependency-name: MySqlConnector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Caching-MySQL | 1 - .../Pomelo.Extensions.Caching.MySql.csproj | 36 ++++++++++++++ ...xtensions.Caching.MySqlConfig.Tools.csproj | 49 +++++++++++++++++++ 3 files changed, 85 insertions(+), 1 deletion(-) delete mode 160000 Caching-MySQL create mode 100644 Caching-MySQL/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj create mode 100644 Caching-MySQL/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj diff --git a/Caching-MySQL b/Caching-MySQL deleted file mode 160000 index 8521974a..00000000 --- a/Caching-MySQL +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8521974a861786198f0787714545b1628024d6fe diff --git a/Caching-MySQL/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj b/Caching-MySQL/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj new file mode 100644 index 00000000..8dbe470a --- /dev/null +++ b/Caching-MySQL/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj @@ -0,0 +1,36 @@ + + + + Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using MySql. + netstandard2.0 + Pomelo.Extensions.Caching.MySql + Pomelo.Extensions.Caching.MySql + cache;distributedcache;mysql + git + https://github.com/pomelofoundation/caching-mysql + false + false + false + 2.1.5 + true + true + Pomelo.snk + MIT + README.md + + + + DEBUG;TRACE + + + + + + + + + + + + + diff --git a/Caching-MySQL/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj b/Caching-MySQL/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj new file mode 100644 index 00000000..f4528c7e --- /dev/null +++ b/Caching-MySQL/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj @@ -0,0 +1,49 @@ + + + + Command line tool to create tables and indexes in a MySql Server database for distributed caching. + net8.0 + $(NoWarn);CS1591 + true + true + dotnet-mysql-cache + Exe + false + Pomelo.Extensions.Caching.MySqlConfig.Tools + cache;distributedcache;mysql + git + https://github.com/PomeloFoundation/Caching-MySQL + false + false + false + false + Pomelo.Extensions.Caching.MySqlConfig.Tools + 2.1.5 + True + False + 2.1.5.0 + true + dotnet-mysql-cache + true + true + Pomelo.snk + MIT + README.md + + + + TRACE;DEBUG + bin\Debug\ + obj\Debug\dotnet-mysql-cache.xml + + + + + + + + + + + +