diff --git a/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs b/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs
index 23b1f14..af883b4 100644
--- a/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs
+++ b/Ringhel.Procesio.Action.Core/ActionDecorators/FEDecoratorAttribute.cs
@@ -52,5 +52,15 @@ public class FEDecoratorAttribute : Attribute
/// Tooltip property.
///
public string Tooltip { get; set; }
+
+ ///
+ /// Minimum allowed value of the current type
+ ///
+ public object Min { get; set; }
+
+ ///
+ /// Maximum allowed value of the current type
+ ///
+ public object Max { get; set; }
}
}
diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj
index 53076a2..e47e9b9 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.2.1.2
+ 1.3.1.0
Ringhel.Procesio.Action.Core
Ringhel.Procesio.Action.Core
Ringhel.Procesio.Action.Core