Skip to content

Commit df5a8a7

Browse files
committed
Allow TestDoubles to be packed as a *NuGet* library
1 parent 362f3b1 commit df5a8a7

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

OnTopic.TestDoubles/OnTopic.TestDoubles.csproj

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IsPackable>false</IsPackable>
65
<LangVersion>8.0</LangVersion>
76
<Nullable>enable</Nullable>
87
</PropertyGroup>
98

9+
<PropertyGroup>
10+
<AssemblyTitle>Ignia OnTopic Test Doubles</AssemblyTitle>
11+
<Company>Ignia</Company>
12+
<Product>Ignia OnTopic Library</Product>
13+
<Description>Test doubles, such as dummies and stubs, useful in setting up unit and integration tests for OnTopic.</Description>
14+
<Copyright>Copyright © 2019 Ignia, LLC</Copyright>
15+
<OutputPath>bin\$(Configuration)\</OutputPath>
16+
<Authors>Ignia</Authors>
17+
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
21+
<PackageTags>C# .NET AspDotNet Unit-Tests CMS Test-Doubles</PackageTags>
22+
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
23+
</PropertyGroup>
24+
1025
<ItemGroup>
1126
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj" />
1227
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />

0 commit comments

Comments
 (0)