Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 7ef969b

Browse files
committed
more references to v14
1 parent c8aff5d commit 7ef969b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Umbraco UI Examples
22
> [!IMPORTANT]
3-
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 14](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+14%22) ripe for the picking.
3+
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 15](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+15%22) ripe for the picking.
44
55
UI Examples is a package that adds a new 'UI Examples' section to your Umbraco instance with working examples of how to customise the backoffice. During installation the Administrators user group will be given access to the section.
66

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# UI Examples for Umbraco 14
1+
# UI Examples for Umbraco 15
22

33
## Prerequisites
4-
As Umbraco 14 runs on .NET 8 you must have the SDK installed on your machine. This can be installed through [Visual Studio v17.8.0 Preview 2](https://visualstudio.microsoft.com/vs/preview/), or direct download on the [.NET website](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
4+
As Umbraco 15 runs on .NET 9 you must have the SDK installed on your machine. This can be installed through [Visual Studio](https://visualstudio.microsoft.com/vs/preview/), or direct download on the [.NET website](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
55

66
## How this works
77

88
go into `src`
99
run `npm ci`
1010
run `npm run dev`
1111

12-
This will build the typescript, output it into the folder within the Umbraco 14 website for use in there, more specifically: `/samples/Umbraco15.Website/App_Plugins/Example.UI/scripts`.
12+
This will build the typescript, output it into the folder within the Umbraco 15 website for use in there, more specifically: `/samples/Umbraco15.Website/App_Plugins/Example.UI/scripts`.
1313

14-
## Running the Umbraco14 website
14+
## Running the Umbraco15 website
1515

1616
In a separate terminal window, to run the umbraco project, open the path /samples/Umbraco15.Website/
1717

@@ -20,4 +20,4 @@ run `dotnet run`
2020
You can then launch the umbraco solution and should see the new back office section.
2121

2222
> [!NOTE]
23-
> For a more general introduction into getting started with development for v14, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)
23+
> For a more general introduction into getting started with development for v15, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)

0 commit comments

Comments
 (0)