Skip to content

Commit

Permalink
Added a description and url to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Kools committed Dec 19, 2018
1 parent 1905b08 commit abdedfc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;net47;net471</TargetFrameworks>
<TargetFrameworks>net45;net462;net47;net471</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageLicenseUrl>http://opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<PackageTags>specflow dependency-injection DI inversion-of-control IOC</PackageTags>
<PackageProjectUrl>https://github.com/maartenkools/SpecFlow.GenericContainer</PackageProjectUrl>
<PackageDescription>A SpecFlow plugin that provides a generic way to implement a custom DI container</PackageDescription>
<Authors>Maarten Kools</Authors>
</PropertyGroup>

Expand Down
9 changes: 9 additions & 0 deletions src/SpecFlow.GenericContainer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpecFlow.GenericContainer.S
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlow.GenericContainer.SpecFlowPlugin.Tests", "SpecFlow.GenericContainer.SpecFlowPlugin.Tests\SpecFlow.GenericContainer.SpecFlowPlugin.Tests.csproj", "{71FEA5D2-8972-4897-849B-4B397F506974}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A082465-18B3-4D71-8E97-E62D2A7E24B8}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\appveyor.yml = ..\appveyor.yml
..\global.json = ..\global.json
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit abdedfc

Please sign in to comment.