|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
6 | | - <PackageVersion>1.7.0</PackageVersion> |
| 6 | + <PackageVersion>1.7.1</PackageVersion> |
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 | <PackageIconUrl>https://user-images.githubusercontent.com/2836367/31976914-e533eec4-b8ff-11e7-95ce-394df5cbe72b.png</PackageIconUrl> |
14 | 14 | <PackageTags>scaffolding reverse-engineer entity-framework-core handlebars</PackageTags> |
15 | | - <PackageReleaseNotes>See: https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/releases/tag/v1.6.0</PackageReleaseNotes> |
| 15 | + <PackageReleaseNotes>See: https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/releases/tag/v1.7.1</PackageReleaseNotes> |
16 | 16 | <LangVersion>latest</LangVersion> |
17 | 17 | <IncludeSource>true</IncludeSource> |
18 | 18 | <SignAssembly>true</SignAssembly> |
19 | 19 | <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
20 | | - <Version>1.7.0</Version> |
| 20 | + <Version>1.7.1</Version> |
21 | 21 | </PropertyGroup> |
22 | 22 |
|
23 | 23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
36 | 36 | <!-- pack tempate files --> |
37 | 37 | <Content Include="CodeTemplates\CSharpDbContext\DbContext.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpDbContext\" /> |
38 | 38 | <Content Include="CodeTemplates\CSharpDbContext\Partials\DbImports.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpDbContext\Partials\" /> |
| 39 | + <Content Include="CodeTemplates\CSharpDbContext\Partials\DbConstructor.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpDbContext\Partials\" /> |
39 | 40 | <Content Include="CodeTemplates\CSharpDbContext\Partials\DbSets.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpDbContext\Partials\" /> |
40 | 41 | <Content Include="CodeTemplates\CSharpEntityType\Class.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpEntityType\" /> |
41 | | - <Content Include="CodeTemplates\CSharpDbContext\Partials\DbConstructor.hbs"> |
42 | | - <PackagePath>lib\netstandard2.0\CodeTemplates\CSharpEntityType\Partials\</PackagePath> |
43 | | - </Content> |
44 | 42 | <Content Include="CodeTemplates\CSharpEntityType\Partials\Constructor.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpEntityType\Partials\" /> |
45 | 43 | <Content Include="CodeTemplates\CSharpEntityType\Partials\Imports.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpEntityType\Partials\" /> |
46 | 44 | <Content Include="CodeTemplates\CSharpEntityType\Partials\Properties.hbs" PackagePath="lib\netstandard2.0\CodeTemplates\CSharpEntityType\Partials\" /> |
|
0 commit comments