From 2418ec1d3fac1965e39fc04105d2e7230acaa461 Mon Sep 17 00:00:00 2001 From: Alexandru Gal Date: Thu, 20 Jan 2022 20:51:52 +0200 Subject: [PATCH 1/2] Update TextFormat field and ENUM --- .../ActionDecorators/FEDecoratorAttribute.cs | 2 +- Ringhel.Procesio.Action.Core/Utils/FeTextFormat.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs b/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs index 4613560..b69b259 100644 --- a/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs +++ b/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs @@ -45,7 +45,7 @@ public class FEDecoratorAttribute : Attribute /// /// Set different text formats: SQL, JSON, PLAINTEXT, etc. /// - public FeTextFormat TextFormat { get; set; } = FeTextFormat.PLAINTEXT; + public FeTextFormat TextFormat { get; set; } = FeTextFormat.NONE; /// /// Property Row number. Used when showing the property in the Action configuration panel. diff --git a/Ringhel.Procesio.Action.Core/Utils/FeTextFormat.cs b/Ringhel.Procesio.Action.Core/Utils/FeTextFormat.cs index 99569f1..cb3d203 100644 --- a/Ringhel.Procesio.Action.Core/Utils/FeTextFormat.cs +++ b/Ringhel.Procesio.Action.Core/Utils/FeTextFormat.cs @@ -3,7 +3,7 @@ public enum FeTextFormat { NONE = 0, - PLAINTEXT = 1, + PLAIN_TEXT = 1, JSON = 2, SQL = 3 } From 72c9bee3eacb0a00aa75aaf661ff398715f0f619 Mon Sep 17 00:00:00 2001 From: Alexandru Gal Date: Thu, 20 Jan 2022 20:52:24 +0200 Subject: [PATCH 2/2] Bump version to 1.16.1.2 --- .../Ringhel.Procesio.Action.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj index de29825..333b11e 100644 --- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj +++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj @@ -7,7 +7,7 @@ Ringhel Procesio https://github.com/PROCESIO/Action-Core.git - 1.16.1.1 + 1.16.1.2 Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core