- add readme to package and update description

pull/32/head v1.0.0
Simon Gockner 7 years ago
parent a3f7c19bcb
commit 9792a14265
  1. 9
      LightweightIocContainer/LightweightIocContainer.csproj

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Authors>SimonG</Authors> <Authors>SimonG</Authors>
<Copyright>Copyright(c) 2019 SimonG. All Rights Reserved.</Copyright> <Copyright>Copyright(c) 2019 SimonG. All Rights Reserved.</Copyright>
<Description>A lightweight IOC Container</Description> <Description>A lightweight IOC Container that is powerful enough to do all the things you need it to do.</Description>
<RepositoryUrl>https://github.com/SimonG96/LightweightIocContainer</RepositoryUrl> <RepositoryUrl>https://github.com/SimonG96/LightweightIocContainer</RepositoryUrl>
<PackageLicenseUrl>https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE</PackageLicenseUrl>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
@ -22,4 +22,11 @@
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> <PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="..\README.md">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</Content>
</ItemGroup>
</Project> </Project>

Loading…
Cancel
Save