Skip to content

Commit

Permalink
add missing nuget metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 14, 2019
1 parent 562b5f1 commit 4af3f86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MethodTimer/MethodTimer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<Description>Adds basic timing to methods.</Description>
<PackageTags>Stopwatch, Performance, ILWeaving, Fody, Cecil</PackageTags>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<PackageIconUrl>https://raw.githubusercontent.com/Fody/MethodTimer/master/package_icon.png</PackageIconUrl>
<PackageProjectUrl>http://github.com/Fody/MethodTimer</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="4.0.2" PrivateAssets="None" />
Expand Down

0 comments on commit 4af3f86

Please sign in to comment.