Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f69173

Browse files
Generate NuGet package on build
1 parent ffe1136 commit 5f69173

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎src/EFCore.Projections/EFCore.Projections.csproj‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>signkey.snk</AssemblyOriginatorKeyFile>
1010
<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>
1123
</PropertyGroup>
1224

1325
<ItemGroup>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /