Skip to content

Commit

Permalink
Add packaging metadata to EF Core csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Lycken committed Dec 6, 2017
1 parent 21777e9 commit 81572f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>0.0.0</Version>
<PackageVersion>0.0.0</PackageVersion>

<Title>RDBMS Event Store - Entity Framework Core</Title>
<Description>Entity Framework Core bindings for RdbmsEventStore</Description>
<Authors>Tomas Lycken (@tlycken)</Authors>
<Copyright>2017 Tomas Lycken</Copyright>
<PackageProjectUrl>https://github.com/tlycken/RdbmsEventStore</PackageProjectUrl>
<RepositoryUrl>https://github.com/tlycken/RdbmsEventStore</RepositoryUrl>
<PackageLicenseUrl>https://github.com/tlycken/RdbmsEventStore/blob/master/LICENSE.md</PackageLicenseUrl>
<IncludeSymbols>True</IncludeSymbols>
<IncludeSource>True</IncludeSource>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 81572f3

Please sign in to comment.