Skip to content

Commit

Permalink
Corrected .nuspec to target Umbraco 10-rc1
Browse files Browse the repository at this point in the history
+ bumped v9 minimum version to v9.5.0
  • Loading branch information
leekelleher committed May 5, 2022
1 parent 6cc579e commit 2d611ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-alpha001
4.0.0-alpha002
8 changes: 4 additions & 4 deletions build/manifest-nuget-core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<dependency id="UmbracoCms.Web" version="[8.18.0, 9.0.0)" />
</group>
<group targetFramework="net5.0">
<dependency id="Umbraco.Cms.Web.Website" version="[9.4.0, 10.0.0)" />
<dependency id="Umbraco.Cms.Web.BackOffice" version="[9.4.0, 10.0.0)" />
<dependency id="Umbraco.Cms.Web.Website" version="[9.5.0, 10.0.0)" />
<dependency id="Umbraco.Cms.Web.BackOffice" version="[9.5.0, 10.0.0)" />
</group>
<group targetFramework="net6.0">
<dependency id="Umbraco.Cms.Web.Website" version="[10.0.0, 11.0.0)" />
<dependency id="Umbraco.Cms.Web.BackOffice" version="[10.0.0, 11.0.0)" />
<dependency id="Umbraco.Cms.Web.Website" version="[10.0.0-rc1, 11.0.0)" />
<dependency id="Umbraco.Cms.Web.BackOffice" version="[10.0.0-rc1, 11.0.0)" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Community.Contentment/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ internal static partial class Package
#if NET472
public static readonly System.Version MinimumSupportedUmbracoVersion = new System.Version(8, 18, 0);
#elif NET5_0
public static readonly System.Version MinimumSupportedUmbracoVersion = new System.Version(9, 4, 0);
public static readonly System.Version MinimumSupportedUmbracoVersion = new System.Version(9, 5, 0);
#else
public static readonly System.Version MinimumSupportedUmbracoVersion = new System.Version(10, 0, 0);
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>Contentment for Umbraco</Title>
<Description>Contentment, a collection of components for Umbraco.</Description>
<PackageTags>umbraco</PackageTags>
<Version>4.0.0-alpha001</Version>
<Version>4.0.0-alpha002</Version>
<Company>Umbrella Inc Ltd</Company>
<Authors>Lee Kelleher</Authors>
<Copyright>2019 © Lee Kelleher</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Contentment",
"version": "4.0.0-alpha001",
"version": "4.0.0-alpha002",
"css": [ "~/App_Plugins/Contentment/contentment.css" ],
"javascript": [ "~/App_Plugins/Contentment/contentment.js" ]
}

0 comments on commit 2d611ce

Please sign in to comment.