Skip to content

Commit a05691e

Browse files
committed
Moved description to single line
NuGet displays line breaks and white space, instead of compressing it. As such, the `<Description />` needs to be implemented on a single line.
1 parent 1b81215 commit a05691e

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)