From 58cea95c3e5faac5896c5831336e0cf8a7297183 Mon Sep 17 00:00:00 2001 From: Stephen Giffin Date: Wed, 19 Jun 2024 14:47:11 -0700 Subject: [PATCH] Fix for presentation base --- .../CodeFactory.PCA.Blazor.Tel.csproj | 4 ++-- .../CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.csproj | 4 ++-- .../CodeFactory.PCA.Blazor/PresentationComponentBase.cs | 4 ++-- .../PCAforBlazor/source.extension.vsixmanifest | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Lib/CodeFactory.PCA.Blazor.Tel/CodeFactory.PCA.Blazor.Tel.csproj b/src/Lib/CodeFactory.PCA.Blazor.Tel/CodeFactory.PCA.Blazor.Tel.csproj index 63c559e..c595a01 100644 --- a/src/Lib/CodeFactory.PCA.Blazor.Tel/CodeFactory.PCA.Blazor.Tel.csproj +++ b/src/Lib/CodeFactory.PCA.Blazor.Tel/CodeFactory.PCA.Blazor.Tel.csproj @@ -5,7 +5,7 @@ enable enable CodeFactory PCA Blazor Server Telerik Components - 1.24163.1-Pre + 1.24171.1-Pre CodeFactory, LLC. CodeFactory, LLC. Central service blazor components using Telerik controls for PCA for Blazor Server @@ -18,7 +18,7 @@ blazor Initial release of telerik controls support. 1.0.0.0 - 1.0.24163.1 + 1.0.24171.1 MIT True False diff --git a/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.csproj b/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.csproj index a526c4f..4953f85 100644 --- a/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.csproj +++ b/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor.csproj @@ -16,10 +16,10 @@ git Delivery Patterns;Blazor Initial release - 1.0.24163.1 + 1.0.24171.1 MIT True - 1.24163.1-Pre + 1.24171.1-Pre PCALOGO128.png readme.md 1.0.0.0 diff --git a/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/PresentationComponentBase.cs b/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/PresentationComponentBase.cs index 8d9d468..f3055bb 100644 --- a/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/PresentationComponentBase.cs +++ b/src/Lib/CodeFactory.PCA.Blazor/CodeFactory.PCA.Blazor/PresentationComponentBase.cs @@ -11,13 +11,13 @@ public class PresentationComponentBase:ComponentBase /// Injecting notification service into the controller. /// [Inject] - private NotificationService NotificationService { get; set; } + private INotificationService NotificationService { get; set; } /// /// Injecting the dialog service into the controller. /// [Inject] - private DialogService DialogService { get; set; } + private IDialogService DialogService { get; set; } /// /// Service that allows you to raise a notification to the central notification handler. diff --git a/src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/source.extension.vsixmanifest b/src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/source.extension.vsixmanifest index 5ed8977..830de05 100644 --- a/src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/source.extension.vsixmanifest +++ b/src/Sln/CodeFactory.PCA.Blazor/PCAforBlazor/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + CodeFactory PCA for Blazor Visual Studio item templates that support the CodeFactory for Presentation Control and Abstraction pattern for Blazor. https://github.com/CodeFactoryLLC/CodeFactory.PCA/blob/main/Docs/Blazor/Readme.md