|
8 | 8 | <SignAssembly>true</SignAssembly> |
9 | 9 | <AssemblyOriginatorKeyFile>signkey.snk</AssemblyOriginatorKeyFile> |
10 | 10 | <DelaySign>false</DelaySign> |
| 11 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 12 | + <Copyright>D-ASYNC LLC (c) 2018</Copyright> |
| 13 | + <PackageLicenseUrl>https://raw.githubusercontent.com/Dasync/EntityFrameworkCore.Extensions.Projections/master/LICENSE</PackageLicenseUrl> |
| 14 | + <PackageProjectUrl>https://github.com/Dasync/EntityFrameworkCore.Extensions.Projections</PackageProjectUrl> |
| 15 | + <RepositoryUrl>https://github.com/Dasync/EntityFrameworkCore.Extensions.Projections</RepositoryUrl> |
| 16 | + <RepositoryType>git</RepositoryType> |
| 17 | + <PackageTags>EF Core EFCore Projection View EntityFramework EntityFrameworkCore entity-framework-core Extension</PackageTags> |
| 18 | + <Company>D-ASYNC LLC</Company> |
| 19 | + <Authors>Dasync sergiis</Authors> |
| 20 | + <Product>Entity Projections for EntityFramework Core</Product> |
| 21 | + <Title>Entity Projections for EntityFramework Core</Title> |
| 22 | + <Description>Decouples the read model from entities themselves. The read model is automatically generated at runtime from given projection/view interfaces. Essentially works like views for tables in RDBMS. See the project page for examples.</Description> |
11 | 23 | </PropertyGroup> |
12 | 24 |
|
13 | 25 | <ItemGroup> |
|
0 commit comments