Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 6211fc4

Browse files
authored
Merge pull request #261 from bielu/feature/upgrade-rc4
update to latest rc, remove obsolete type usage
2 parents fa4009a + 1c5204b commit 6211fc4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
Our.Umbraco.DocTypeGridEditor.Testsite
33
bin
44
obj
5+
src/.idea
6+
src/Our.Umbraco.DocTypeGridEditor/.idea

src/Our.Umbraco.DocTypeGridEditor/DocTypeGridEditorComposer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Our.Umbraco.DocTypeGridEditor
1010
{
11-
public class DocTypeGridEditorComposer : IUserComposer
11+
public class DocTypeGridEditorComposer : IComposer
1212
{
1313
public void Compose(IUmbracoBuilder builder)
1414
{

src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc002" />
20-
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc002" />
19+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0" />
20+
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)