From 9df5180e41a74fd9fefe39b95854955df4fc27c3 Mon Sep 17 00:00:00 2001 From: Nicolae Irimia Date: Thu, 3 Jul 2025 12:19:06 +0300 Subject: [PATCH] bump --- .../Models/Credentials/DB/IDbClient.cs | 4 ++-- .../Ringhel.Procesio.Action.Core.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs b/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs index 349e869..0aecbc9 100644 --- a/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs +++ b/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs @@ -18,12 +18,12 @@ public interface IDbClient /// Examples: COUNT, INSERT, UPDATE, ... /// /// - Task ExecuteCommand(string dbQuery, object[] parameters = null); + Task ExecuteCommand(string dbQuery, object parameters = null); /// /// Execute a command that will return an int in a specified amount of time /// Examples: COUNT, INSERT, UPDATE, ... /// /// - Task ExecuteCommand(string dbQuery, int timeout, object[] parameters = null); + Task ExecuteCommand(string dbQuery, int timeout, object parameters = null); } } \ No newline at end of file diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj index 08a6d4a..87602cc 100644 --- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj +++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj @@ -8,7 +8,7 @@ Ringhel Procesio https://github.com/PROCESIO/Action-Core.git - 1.36.0 + 1.37.0 Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core