Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
Added package description
  • Loading branch information
carl-andersson-at-westermo authored Mar 11, 2024
1 parent 22a55a2 commit 19a026d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Copyright>Copyright © Westermo Network Technologies AB $(CurrentYear)</Copyright>
<Authors>Westermo Network Technologies AB</Authors>
<PackageVersion>0.1.2</PackageVersion>
<Description>FactoryGenerator is an IoC container that uses Roslyn to prepare a container for consumption at compile-time.</Description>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,4 +22,4 @@
<None Include="$(ProjectDir)../LICENSE" Link="LICENSE" Pack="true" PackagePath="/" Condition="Exists('$(ProjectDir)../LICENSE')"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit 19a026d

Please sign in to comment.