Skip to content

Commit

Permalink
Merge pull request #4 from NikRimington/develop
Browse files Browse the repository at this point in the history
Merge Beta 5 into Main
  • Loading branch information
NikRimington authored Sep 10, 2021
2 parents fe5b72e + a6bf1df commit 440f056
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>1.0.0</Version>
<VersionSuffix>beta-004</VersionSuffix>
<VersionSuffix>beta-005</VersionSuffix>
<InformationalVersion>1.0.0</InformationalVersion>
<TargetFramework>net5.0</TargetFramework>
<Authors>Nik Rimington</Authors>
Expand All @@ -23,11 +23,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0-rc003" />
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="9.0.0-rc003" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc003" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0-rc003" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc003" />
</ItemGroup>
<ItemGroup>
<None Include="../../docs/img/logo.png" Pack="true" PackPath="\" />
Expand Down
2 changes: 1 addition & 1 deletion src/HC.PageNotFoundManager.Core/Startup/StartupComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace HC.PageNotFoundManager.Core.Startup
{
public class StartupComposer : IUserComposer
public class StartupComposer : IComposer
{
public void Compose(IUmbracoBuilder builder)
{
Expand Down
4 changes: 2 additions & 2 deletions src/HC.PageNotFoundManager/HC.PageNotFoundManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>1.0.0</Version>
<VersionSuffix>beta-004</VersionSuffix>
<VersionSuffix>beta-005</VersionSuffix>
<InformationalVersion>1.0.0</InformationalVersion>
<TargetFramework>net5.0</TargetFramework>
<Authors>Nik Rimington</Authors>
Expand Down Expand Up @@ -39,6 +39,6 @@
<None Include="../../LICENSE" Pack="true" PackPath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0-rc003" />
</ItemGroup>
</Project>

0 comments on commit 440f056

Please sign in to comment.