Skip to content

Commit

Permalink
Merge pull request #3 from CodeFactoryLLC/Release1-Prep
Browse files Browse the repository at this point in the history
Fix for presentation base
  • Loading branch information
sgiffinlcd authored Jun 19, 2024
2 parents 6e15788 + 58cea95 commit c408f54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>CodeFactory PCA Blazor Server Telerik Components</Title>
<Version>1.24163.1-Pre</Version>
<Version>1.24171.1-Pre</Version>
<Authors>CodeFactory, LLC.</Authors>
<Company>CodeFactory, LLC.</Company>
<Description>Central service blazor components using Telerik controls for PCA for Blazor Server</Description>
Expand All @@ -18,7 +18,7 @@
<PackageTags>blazor</PackageTags>
<PackageReleaseNotes>Initial release of telerik controls support.</PackageReleaseNotes>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.24163.1</FileVersion>
<FileVersion>1.0.24171.1</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>False</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Delivery Patterns;Blazor</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<FileVersion>1.0.24163.1</FileVersion>
<FileVersion>1.0.24171.1</FileVersion>
<PackageLicenseExpression> MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>1.24163.1-Pre</Version>
<Version>1.24171.1-Pre</Version>
<PackageIcon>PCALOGO128.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ public class PresentationComponentBase:ComponentBase
/// Injecting notification service into the controller.
/// </summary>
[Inject]
private NotificationService NotificationService { get; set; }
private INotificationService NotificationService { get; set; }

/// <summary>
/// Injecting the dialog service into the controller.
/// </summary>
[Inject]
private DialogService DialogService { get; set; }
private IDialogService DialogService { get; set; }

/// <summary>
/// Service that allows you to raise a notification to the central notification handler.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="PCAforBlazor.0ca69de9-75ab-4d38-952c-17421e963f2e" Version="1.24163.1" Language="en-US" Publisher="CodeFactory, LLC." />
<Identity Id="PCAforBlazor.0ca69de9-75ab-4d38-952c-17421e963f2e" Version="1.24171.1" Language="en-US" Publisher="CodeFactory LLC" />
<DisplayName>CodeFactory PCA for Blazor</DisplayName>
<Description xml:space="preserve">Visual Studio item templates that support the CodeFactory for Presentation Control and Abstraction pattern for Blazor. </Description>
<MoreInfo>https://github.com/CodeFactoryLLC/CodeFactory.PCA/blob/main/Docs/Blazor/Readme.md</MoreInfo>
Expand Down

0 comments on commit c408f54

Please sign in to comment.