Skip to content

Commit 90458fb

Browse files
committed
Generate the nuget package on build and move the nuspec metadata to the csproj file
1 parent 37e3ace commit 90458fb

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<Version>1.4.0</Version>
88
<Authors>Kevin Kuszyk</Authors>
99
<Copyright>Copyright © Kevin Kuszyk 2020</Copyright>
10+
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
11+
<PackageDescription>Extensions for Fluent Assertions for testing Ninject bindings.</PackageDescription>
12+
<PackageReleaseNotes>See https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/releases</PackageReleaseNotes>
13+
<PackageLicenseUrl>https://raw.githubusercontent.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/master/license.txt</PackageLicenseUrl>
14+
<PackageProjectUrl>https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject</PackageProjectUrl>
15+
<PackageTags>FluentAssertions Ninject IOC TDD Fluent Testing</PackageTags>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1017
</PropertyGroup>
1118

1219
<ItemGroup>

src/FluentAssertions.Ioc.Ninject/FluentAssertions.Ioc.Ninject.nuspec

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)