From 0f60d6a2fd79a24174c5c5388a38c78be40363a2 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Thu, 9 Sep 2021 12:51:11 +0100 Subject: [PATCH] Incremented version number, v3.0.0-alpha005 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. --- VERSION | 2 +- build/build-pkgs.ps1 | 2 +- .../Umbraco.Community.Contentment.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index f2ef0398..3b0d85ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-alpha004 \ No newline at end of file +3.0.0-alpha005 \ No newline at end of file diff --git a/build/build-pkgs.ps1 b/build/build-pkgs.ps1 index 89b341a5..adbd7fbc 100644 --- a/build/build-pkgs.ps1 +++ b/build/build-pkgs.ps1 @@ -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"; diff --git a/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj b/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj index 853286f4..433fc6c4 100644 --- a/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj +++ b/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj @@ -6,7 +6,7 @@ Contentment for Umbraco Contentment, a collection of components for Umbraco. umbraco - 3.0.0-alpha004 + 3.0.0-alpha005 Umbrella Inc Ltd Lee Kelleher 2019 © Lee Kelleher @@ -16,8 +16,8 @@ git - - + +