Skip to content

Commit

Permalink
Improve nupkg information density
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 6, 2019
1 parent bc31088 commit e66473a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Equinox.Templates/Equinox.Templates.fsproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>@jet @bartelink contributors</Authors>
<Company>Jet.com</Company>
<Description>Composable high performance event sourcing componentry</Description>
<PackageProjectUrl>https://github.com/jet/dotnet-templates</PackageProjectUrl>
<PackageTags>fsharp eventsourcing cosmosdb eventstore changefeedprocessor kafka</PackageTags>
<PackageLicense>Apache-2.0</PackageLicense>
<Copyright>Copyright © 2018-9</Copyright>

<TargetFramework>netstandard2.0</TargetFramework>
<Description>dotnet new equinoxweb: Equinox Web + Event-sourced Domain templates</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IsTestProject>false</IsTestProject>
<PackageType>Template</PackageType>
Expand Down

0 comments on commit e66473a

Please sign in to comment.