Skip to content

Commit

Permalink
Upgrade to orchard core 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Miah committed Jun 7, 2022
1 parent cda8cda commit dd08331
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Etch.OrchardCore.Fields.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Version>1.2.2</Version>
<Version>1.3.0</Version>
<PackageId>Etch.OrchardCore.Fields</PackageId>
<Title>Etch OrchardCore Fields</Title>
<Authors>Etch</Authors>
Expand All @@ -21,16 +21,16 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="OrchardCore.ContentFields" Version="1.3.0" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.3.0" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.Liquid.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.Media" Version="1.3.0" />
<PackageReference Include="OrchardCore.Media.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.3.0" />
<PackageReference Include="OrchardCore.Queries.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.3.0" />
<PackageReference Include="OrchardCore.Taxonomies" Version="1.3.0" />
<PackageReference Include="OrchardCore.ContentFields" Version="1.4.0" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.4.0" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.4.0" />
<PackageReference Include="OrchardCore.Liquid.Abstractions" Version="1.4.0" />
<PackageReference Include="OrchardCore.Media" Version="1.4.0" />
<PackageReference Include="OrchardCore.Media.Abstractions" Version="1.4.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.4.0" />
<PackageReference Include="OrchardCore.Queries.Abstractions" Version="1.4.0" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.4.0" />
<PackageReference Include="OrchardCore.Taxonomies" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name = "Useful Fields",
Author = "Etch UK",
Website = "https://etchuk.com",
Version = "1.2.2"
Version = "1.3.0"
)]

[assembly: Feature(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Module for [Orchard Core](https://github.com/OrchardCMS/OrchardCore) that provid

## Orchard Core Reference

This module is referencing a stable build of Orchard Core ([`1.3.0`](https://www.nuget.org/packages/OrchardCore.Module.Targets/1.3.0)).
This module is referencing a stable build of Orchard Core ([`1.4.0`](https://www.nuget.org/packages/OrchardCore.Module.Targets/1.4.0)).

## Installing

Expand All @@ -28,7 +28,7 @@ Content field providing a code editor (using [Ace](https://ace.c9.io/)) to add c

### Colour

Colour field introduces an alternative to the `TextField` for ditors to define a colour. This field can be configured with a colour palette, transparent or the ability to choose a custom colour.
Colour field introduces an alternative to the `TextField` for editors to define a colour. This field can be configured with a colour palette, transparent or the ability to choose a custom colour.

### Dictionary

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etch.orchardcore.fields",
"version": "1.2.2",
"version": "1.3.0",
"description": "Module for Orchard Core that provides useful content fields.",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit dd08331

Please sign in to comment.