diff --git a/VxFormGenerator.Components.Bootstrap/VxFormGenerator.Components.Bootstrap.csproj b/VxFormGenerator.Components.Bootstrap/VxFormGenerator.Components.Bootstrap.csproj index 7683994..95be486 100644 --- a/VxFormGenerator.Components.Bootstrap/VxFormGenerator.Components.Bootstrap.csproj +++ b/VxFormGenerator.Components.Bootstrap/VxFormGenerator.Components.Bootstrap.csproj @@ -5,7 +5,7 @@ 3.0 true true - 0.0.5 + 0.0.6 Alex Knijf Codershop The Bootstrap styled form components for the VxFormGenerator @@ -16,7 +16,7 @@ Form generator, Blazor, POCOS VxFormGenerator.Components.Bootstrap VxFormGenerator.Components.Bootstrap - 0.0.5.0 + 0.0.6.0 diff --git a/VxFormGenerator.Components.Plain/VxFormGenerator.Components.Plain.csproj b/VxFormGenerator.Components.Plain/VxFormGenerator.Components.Plain.csproj index 6294501..b47dc8a 100644 --- a/VxFormGenerator.Components.Plain/VxFormGenerator.Components.Plain.csproj +++ b/VxFormGenerator.Components.Plain/VxFormGenerator.Components.Plain.csproj @@ -3,9 +3,9 @@ netstandard2.1 3.0 true - 0.0.5.0 - 0.0.5.0 - 0.0.5 + 0.0.6.0 + 0.0.6.0 + 0.0.6 Alex Knijf Codershop The unstyled version of the input components for the VxFormGenerator diff --git a/VxFormGenerator.Core/VxFormGenerator.Core.csproj b/VxFormGenerator.Core/VxFormGenerator.Core.csproj index ea56c6b..032264c 100644 --- a/VxFormGenerator.Core/VxFormGenerator.Core.csproj +++ b/VxFormGenerator.Core/VxFormGenerator.Core.csproj @@ -4,7 +4,7 @@ netstandard2.1 3.0 true - 0.0.5 + 0.0.6 Alex Knijf Codershop A dynamic form generator based on POCO and ExpandoObjects. Easily create and validate your forms based on a model and validation attributes. Works with built-in Blazor Input components. Works with all InputBase inherited components out of the box.