From bd2fcb4d215536e09bceacde7e039a1079202814 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 1 Apr 2025 13:28:01 +0200 Subject: [PATCH] Update Elsa Studio packages and improve project dependencies Upgraded Elsa Studio packages to version 3.5.0-preview.925 and updated page titles to reflect the new version. Added `Microsoft.AspNetCore.Components` dependency to `ElsaStudioWebAssembly.csproj` for improved component support. These changes ensure consistency and enhance application functionality. --- Directory.Packages.props | 8 ++++---- src/apps/Elsa.ServerAndStudio.Web/Pages/_Host.cshtml | 2 +- src/apps/Elsa.Studio.Web/Pages/_Host.cshtml | 2 +- .../ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8622dd454..ea4ed3123 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -31,10 +31,10 @@ - - - - + + + + diff --git a/src/apps/Elsa.ServerAndStudio.Web/Pages/_Host.cshtml b/src/apps/Elsa.ServerAndStudio.Web/Pages/_Host.cshtml index 81e0c82bc..1ba16a266 100644 --- a/src/apps/Elsa.ServerAndStudio.Web/Pages/_Host.cshtml +++ b/src/apps/Elsa.ServerAndStudio.Web/Pages/_Host.cshtml @@ -12,7 +12,7 @@ - Elsa Studio 3.0 + Elsa Studio 3.5 diff --git a/src/apps/Elsa.Studio.Web/Pages/_Host.cshtml b/src/apps/Elsa.Studio.Web/Pages/_Host.cshtml index dd177ddab..6f60c9346 100644 --- a/src/apps/Elsa.Studio.Web/Pages/_Host.cshtml +++ b/src/apps/Elsa.Studio.Web/Pages/_Host.cshtml @@ -17,7 +17,7 @@ - Elsa Studio 3.0 + Elsa Studio 3.5 diff --git a/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj b/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj index f4d84a5f4..a3c43e105 100644 --- a/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj +++ b/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj @@ -9,6 +9,7 @@ +