File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
src/FluentAssertions.Ioc.Ninject Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 6060 <Compile Include =" Properties\AssemblyInfo.cs" />
6161 </ItemGroup >
6262 <ItemGroup >
63+ <None Include =" FluentAssertions.Ioc.Ninject.nuspec" />
6364 <None Include =" packages.config" />
6465 </ItemGroup >
6566 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >$id$</id >
5+ <title >$id$</title >
6+ <version >$version$</version >
7+ <authors >$author$</authors >
8+ <owners >$author$</owners >
9+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
10+ <description >Extensions for Fluent Assertions for testing Ninject bindings.</description >
11+ <releaseNotes >See https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/releases</releaseNotes >
12+ <copyright >Copyright Kevin Kuszyk 2014</copyright >
13+ <licenseUrl >https://raw.githubusercontent.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/master/license.txt</licenseUrl >
14+ <projectUrl >https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject</projectUrl >
15+ <tags >FluentAssertions Ninject IOC TDD Fluent Testing</tags >
16+ <dependencies >
17+ <dependency id =" FluentAssertions" version =" [3.0.107,3.1)" />
18+ </dependencies >
19+ </metadata >
20+ </package >
You can’t perform that action at this time.
0 commit comments