Skip to content

Commit b63024c

Browse files
committed
Add nuspec
1 parent b2c0301 commit b63024c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/FluentAssertions.Ioc.Ninject/FluentAssertions.Ioc.Ninject.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
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" />
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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>

0 commit comments

Comments
 (0)