Skip to content

Commit

Permalink
Fixed Umbraco NuGet package dependency names
Browse files Browse the repository at this point in the history
Kicking myself! 🤦
  • Loading branch information
leekelleher committed Jul 8, 2021
1 parent 833ca9f commit e08743c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-alpha001
3.0.0-alpha002
4 changes: 2 additions & 2 deletions build/manifest-nuget-core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<repository type="git" url="$repositoryUrl$" />
<dependencies>
<group targetFramework="net5.0">
<dependency id="UmbracoCms.Core" version="[$minUmbracoVersion$, 10.0.0)" />
<dependency id="UmbracoCms.Web" version="[$minUmbracoVersion$, 10.0.0)" />
<dependency id="Umbraco.Cms.Web.BackOffice" version="[$minUmbracoVersion$, 10.0.0)" />
<dependency id="Umbraco.Cms.Web.Website" version="[$minUmbracoVersion$, 10.0.0)" />
</group>
</dependencies>
</metadata>
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-alpha001</Version>
<Version>3.0.0-alpha002</Version>
<Company>Umbrella Inc Ltd</Company>
<Authors>Lee Kelleher</Authors>
<Copyright>2019 © Lee Kelleher</Copyright>
Expand Down

0 comments on commit e08743c

Please sign in to comment.