Skip to content

Commit

Permalink
(#123) Fix project attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pardahlman committed Feb 17, 2018
1 parent 94a6fd9 commit 5fe32ab
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<Authors>pardahlman</Authors>
<AssemblyTitle>RawRabbit.Enrichers.ZeroFormatter</AssemblyTitle>
<VersionPrefix>2.0.0</VersionPrefix>
<PackageId>RawRabbit.Enrichers.Protobuf</PackageId>
<PackageTags>rabbitmq;rawrabbit;protobuf</PackageTags>
<PackageIconUrl>http://pardahlman.se/raw/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/pardahlman/RawRabbit</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5fe32ab

Please sign in to comment.