From d0ecff878c8784095c36c4f87b063ebd12732139 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:35:19 +0000 Subject: [PATCH 1/8] doc: Update README --- .github/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/README.md b/.github/README.md index aa36176..a007557 100644 --- a/.github/README.md +++ b/.github/README.md @@ -19,6 +19,7 @@ Is your Backoffice a bit untidy? > Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information. + ## Quick Start - Go to the backoffice From 8d048bf5e2246d9c83b59f50f648e9f16abdea49 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:35:21 +0000 Subject: [PATCH 2/8] doc: Update NuGet README --- docs/README_nuget.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 7cb936b..4a5e357 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -15,6 +15,7 @@ Is your Backoffice a bit untidy? - Member Types - Data Types + ## Quick Start - Go to the backoffice From 4df754aae11170594580bf3c15c040f7328f01da Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:34:44 +0000 Subject: [PATCH 3/8] doc: Update README --- .github/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index a007557..aa36176 100644 --- a/.github/README.md +++ b/.github/README.md @@ -19,7 +19,6 @@ Is your Backoffice a bit untidy? > Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information. - ## Quick Start - Go to the backoffice From 71b82e4c6de736d27db56b957beff22c9a7d033c Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:34:46 +0000 Subject: [PATCH 4/8] doc: Update NuGet README --- docs/README_nuget.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 4a5e357..7cb936b 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -15,7 +15,6 @@ Is your Backoffice a bit untidy? - Member Types - Data Types - ## Quick Start - Go to the backoffice From a33675e76a46aca3e3536ffc474d225bb1308baa Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:58:06 +0000 Subject: [PATCH 5/8] doc: Update README --- .github/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/README.md b/.github/README.md index aa36176..c612408 100644 --- a/.github/README.md +++ b/.github/README.md @@ -19,6 +19,14 @@ Is your Backoffice a bit untidy? > Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information. +## Installation + +### Install Package + +```csharp +dotnet add package Umbraco.Community.BackOfficeOrganiser +``` + ## Quick Start - Go to the backoffice From 2f5b422ea1f884e57ee7e08a855b9b78705a5798 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:58:08 +0000 Subject: [PATCH 6/8] doc: Update NuGet README --- docs/README_nuget.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 7cb936b..b255bd9 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -15,6 +15,14 @@ Is your Backoffice a bit untidy? - Member Types - Data Types +## Installation + +### Install Package + +```csharp +dotnet add package Umbraco.Community.BackOfficeOrganiser +``` + ## Quick Start - Go to the backoffice From 6d2b68f0ffab21c2276e569c08f88d375e7590f4 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:35:37 +0000 Subject: [PATCH 7/8] doc: Update README --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index c612408..09d3ec3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -23,7 +23,7 @@ Is your Backoffice a bit untidy? ### Install Package -```csharp +```powershell dotnet add package Umbraco.Community.BackOfficeOrganiser ``` From a8cf6994327004c2132fb15cbc879399258fb8c8 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:35:39 +0000 Subject: [PATCH 8/8] doc: Update NuGet README --- docs/README_nuget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_nuget.md b/docs/README_nuget.md index b255bd9..05d79ff 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -19,7 +19,7 @@ Is your Backoffice a bit untidy? ### Install Package -```csharp +```powershell dotnet add package Umbraco.Community.BackOfficeOrganiser ```