Skip to content

Commit 76af6a9

Browse files
committed
Merge branch 'maintenance/NuGet-description' into develop
Fixed display of description for NuGet package by ensuring it's all contained on one line, without any line breaks or extraneous spaces due to indentation.
2 parents 1b81215 + a05691e commit 76af6a9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

OnTopic.All/OnTopic.All.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77
<PropertyGroup>
88
<AssemblyTitle>OnTopic Library Metapackage</AssemblyTitle>
9-
<Description>
10-
Includes all core packages associated with the OnTopic Library, excluding the OnTopic Editor. Reference this package as a
11-
shorthand for establishing a reference to each of the individual packages.
12-
</Description>
9+
<Description>Includes all core packages associated with the OnTopic Library, excluding the OnTopic Editor. Reference this package as a shorthand for establishing a reference to each of the individual packages.</Description>
1310
<OutputPath>bin\$(Configuration)\</OutputPath>
1411
</PropertyGroup>
1512

0 commit comments

Comments
 (0)