Skip to content

Commit

Permalink
Merge pull request #12 from Aaltuj/Aaltuj-patch-1
Browse files Browse the repository at this point in the history
Bump version to v.0.0.6
  • Loading branch information
Aaltuj authored Oct 30, 2020
2 parents 37799d1 + d8f9a1e commit 89fad35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<Authors>Alex Knijf</Authors>
<Company>Codershop</Company>
<Description>The Bootstrap styled form components for the VxFormGenerator</Description>
Expand All @@ -16,7 +16,7 @@
<PackageTags>Form generator, Blazor, POCOS</PackageTags>
<PackageId>VxFormGenerator.Components.Bootstrap</PackageId>
<Product>VxFormGenerator.Components.Bootstrap</Product>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<AssemblyVersion>0.0.6.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<FileVersion>0.0.5.0</FileVersion>
<Version>0.0.5</Version>
<AssemblyVersion>0.0.6.0</AssemblyVersion>
<FileVersion>0.0.6.0</FileVersion>
<Version>0.0.6</Version>
<Authors>Alex Knijf</Authors>
<Company>Codershop</Company>
<Description>The unstyled version of the input components for the VxFormGenerator</Description>
Expand Down
2 changes: 1 addition & 1 deletion VxFormGenerator.Core/VxFormGenerator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<Authors>Alex Knijf</Authors>
<Company>Codershop</Company>
<Description>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.</Description>
Expand Down

0 comments on commit 89fad35

Please sign in to comment.