Skip to content

Commit

Permalink
fix: CreateingExtensions.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenjiang110 committed Jul 27, 2024
1 parent 912b2b8 commit 2e22b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace {{Namespace}}
{
public static class {{ModuleName}}DbContextModelCreatingExtensions
{
public static void Configur{{ModuleName}}(this ModelBuilder builder)
public static void Configure{{ModuleName}}(this ModelBuilder builder)
{
Check.NotNull(builder, nameof(builder));
}
Expand Down
2 changes: 1 addition & 1 deletion Bob.Abp.AppGen/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<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="Bob.Abp.AppGen.5c46acf4-2bb6-48a1-81bb-c6facd5f4559" Version="2.0.0" Language="en-US" Publisher="Ken" />
<Identity Id="Bob.Abp.AppGen.5c46acf4-2bb6-48a1-81bb-c6facd5f4559" Version="2.0.2" Language="en-US" Publisher="Ken" />
<DisplayName>Bob.Abp.AppGen</DisplayName>
<Description xml:space="preserve">Generate all ABP vNext source code files for an Entity. V2.0 supports more flexiable create/edit code templates. </Description>
<Icon>HeroLogoS.png</Icon>
Expand Down

0 comments on commit 2e22b75

Please sign in to comment.