Skip to content

Commit

Permalink
Added Nuget metadata to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVinkemeier committed Jan 31, 2018
1 parent c7d462f commit 7c354cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,17 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>TNVS.SimpleInjector.Modularization.Abstractions</PackageId>
<PackageVersion>0.5.0</PackageVersion>
<Title>TNVS.SimpleInjector.Modularization.Abstractions</Title>
<Description>Abstractions for the simple Modularization Framework for SimpleInjector. Use this package in Module-implementing projects. Use TNVS.SimpleInjector.Modularization for the host project.</Description>
<Authors>TNVS,Tim Vinkemeier</Authors>
<Copyright>Tim Vinkemeier</Copyright>
<PackageProjectUrl>https://github.com/TNVS/TNVS.SimpleInjector.Modularization</PackageProjectUrl>
<PackageTags>simpleinjector,module</PackageTags>
<RepositoryUrl>https://github.com/TNVS/TNVS.SimpleInjector.Modularization</RepositoryUrl>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
<PackageId>TNVS.SimpleInjector.Modularization</PackageId>
<PackageVersion>0.5.0</PackageVersion>
<Title>TNVS.SimpleInjector.Modularization</Title>
<Description>Modularization Framework for SimpleInjector. Simply implement the IModule interface and use the extension method on Container to load all modules in all loaded assemblies.</Description>
<Description>Modularization Framework for SimpleInjector. Simply implement the IModule interface and use the extension method on Container to load all modules in all loaded assemblies. Use this package in the Module-hosting project. Use TNVS.SimpleInjector.Modularization.Abstractions for the module projects.</Description>
<Authors>TNVS,Tim Vinkemeier</Authors>
<Copyright>Tim Vinkemeier</Copyright>
<PackageProjectUrl></PackageProjectUrl>
<PackageProjectUrl>https://github.com/TNVS/TNVS.SimpleInjector.Modularization</PackageProjectUrl>
<PackageTags>simpleinjector,module</PackageTags>
<RepositoryUrl>https://github.com/TNVS/TNVS.SimpleInjector.Modularization</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SimpleInjector" Version="4.0.12" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TNVS.SimpleInjector.Modularization.Abstractions\TNVS.SimpleInjector.Modularization.Abstractions.csproj" />
<PackageReference Include="TNVS.SimpleInjector.Modularization.Abstractions" Version="0.5.0" />
</ItemGroup>

</Project>

0 comments on commit 7c354cf

Please sign in to comment.