Skip to content

Commit

Permalink
Incremented version number, v3.0.0-alpha005
Browse files Browse the repository at this point in the history
Bumped minimum Umbraco version dependency to v9.0.0-rc003.

I'm not sure why, but Contentment v3.0.0-alpha004
didn't work with Umbraco v9.0.0-rc003.
  • Loading branch information
leekelleher committed Sep 9, 2021
1 parent b57bf92 commit 0f60d6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-alpha004
3.0.0-alpha005
2 changes: 1 addition & 1 deletion build/build-pkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $nugetTitle = "Contentment for Umbraco";
$packageDescription = "Contentment, a collection of components for Umbraco.";
$packageUrl = 'https://github.com/leekelleher/umbraco-contentment';
$authorName = 'Lee Kelleher';
$minUmbracoVersion = "9.0.0-rc002";
$minUmbracoVersion = "9.0.0-rc003";
$copyright = "" + [char]0x00A9 + " " + (Get-Date).year + " $authorName";
$tags = "umbraco";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Title>Contentment for Umbraco</Title>
<Description>Contentment, a collection of components for Umbraco.</Description>
<PackageTags>umbraco</PackageTags>
<Version>3.0.0-alpha004</Version>
<Version>3.0.0-alpha005</Version>
<Company>Umbrella Inc Ltd</Company>
<Authors>Lee Kelleher</Authors>
<Copyright>2019 © Lee Kelleher</Copyright>
Expand All @@ -16,8 +16,8 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc003" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc003" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell -NoProfile -ExecutionPolicy RemoteSigned -file $(ProjectDir)..\..\build\build-assets.ps1 -TargetDir $(TargetDir) -ProjectName $(ProjectName) -ProjectDir $(ProjectDir) -ConfigurationName $(ConfigurationName)" />
Expand Down

0 comments on commit 0f60d6a

Please sign in to comment.