Skip to content

Commit

Permalink
Set Authors and Company in nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 22, 2023
1 parent fce1034 commit 5387fbe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
</PropertyGroup>

<PropertyGroup>
<Company>Tingle Software</Company>
<Authors>Tingle Software</Authors>
<PackageTags>EventBus</PackageTags>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5387fbe

Please sign in to comment.