|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.1</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
6 | | - <PackageVersion>3.8.0</PackageVersion> |
| 6 | + <Version>3.8.0</Version> |
7 | 7 | <Authors>Tony Sneed</Authors> |
8 | 8 | <Company>Tony Sneed</Company> |
9 | 9 | <Title>Entity Framework Core Scaffolding with Handlebars</Title> |
|
12 | 12 | <PackageProjectUrl>https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars</PackageProjectUrl> |
13 | 13 | <PackageIcon>icon.png</PackageIcon> |
14 | 14 | <PackageTags>scaffolding reverse-engineer entity-framework-core handlebars</PackageTags> |
15 | | - <PackageReleaseNotes>See: https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/releases/tag/v3.7.0</PackageReleaseNotes> |
| 15 | + <PackageReleaseNotes>See: https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/releases/tag/v3.8.0</PackageReleaseNotes> |
16 | 16 | <LangVersion>latest</LangVersion> |
17 | 17 | <IncludeSource>true</IncludeSource> |
18 | 18 | <SignAssembly>true</SignAssembly> |
|
40 | 40 | <ItemGroup> |
41 | 41 | <!-- pack tempate files --> |
42 | 42 | <Content Include="CodeTemplates\CSharpDbContext\DbContext.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpDbContext\" /> |
43 | | - <Content Include="CodeTemplates\CSharpDbContext\Partials\DbOnConfiguring.hbs"> |
44 | | - <PackagePath>lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\</PackagePath> |
45 | | - </Content> |
46 | | - <Content Include="CodeTemplates\TypeScriptDbContext\Partials\DbOnConfiguring.hbs"> |
47 | | - <PackagePath>lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\</PackagePath> |
48 | | - </Content> |
49 | 43 | <Content Include="CodeTemplates\CSharpDbContext\Partials\DbImports.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\" /> |
50 | 44 | <Content Include="CodeTemplates\CSharpDbContext\Partials\DbConstructor.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\" /> |
| 45 | + <Content Include="CodeTemplates\CSharpDbContext\Partials\DbOnConfiguring.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\" /> |
51 | 46 | <Content Include="CodeTemplates\CSharpDbContext\Partials\DbSets.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpDbContext\Partials\" /> |
52 | 47 | <Content Include="CodeTemplates\CSharpEntityType\Class.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpEntityType\" /> |
53 | 48 | <Content Include="CodeTemplates\CSharpEntityType\Partials\Constructor.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\CSharpEntityType\Partials\" /> |
|
56 | 51 | <Content Include="CodeTemplates\TypeScriptDbContext\DbContext.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptDbContext\" /> |
57 | 52 | <Content Include="CodeTemplates\TypeScriptDbContext\Partials\DbImports.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptDbContext\Partials\" /> |
58 | 53 | <Content Include="CodeTemplates\TypeScriptDbContext\Partials\DbConstructor.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptDbContext\Partials\" /> |
| 54 | + <Content Include="CodeTemplates\TypeScriptDbContext\Partials\DbOnConfiguring.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptDbContext\Partials\" /> |
59 | 55 | <Content Include="CodeTemplates\TypeScriptDbContext\Partials\DbSets.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptDbContext\Partials\" /> |
60 | 56 | <Content Include="CodeTemplates\TypeScriptEntityType\Class.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptEntityType\" /> |
61 | 57 | <Content Include="CodeTemplates\TypeScriptEntityType\Partials\Constructor.hbs" PackagePath="lib\netstandard2.1\CodeTemplates\TypeScriptEntityType\Partials\" /> |
|
0 commit comments