Skip to content

Commit

Permalink
Merge pull request #3 from jcdcdev/dev
Browse files Browse the repository at this point in the history
feature: Umbraco 10.3.0 for Umbraco.BlockGrid
  • Loading branch information
jcdcdev authored Nov 9, 2023
2 parents 5ec6028 + 01751e8 commit 8627df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/jcdcdev.Umbraco.Core/Extensions/DataTypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static class DataTypeExtensions
Constants.PropertyEditors.Aliases.DateTime,
Constants.PropertyEditors.Aliases.DropDownListFlexible,
Constants.PropertyEditors.Aliases.Grid,
Constants.PropertyEditors.Aliases.BlockGrid,
Constants.PropertyEditors.Aliases.ImageCropper,
Constants.PropertyEditors.Aliases.Integer,
Constants.PropertyEditors.Aliases.Decimal,
Expand Down
4 changes: 2 additions & 2 deletions src/jcdcdev.Umbraco.Core/jcdcdev.Umbraco.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="10.0.0"/>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.0.0"/>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="10.3.0"/>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="10.3.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8627df1

Please sign in to comment.