Skip to content

Commit a9108eb

Browse files
committed
Merge branch 'maintenance/NuGet-descriptions' 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 2f0a1c2 + 1ecd649 commit a9108eb

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

OnTopic.Editor.AspNetCore.All/OnTopic.Editor.AspNetCore.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 Editor, including the default attribute type plugins. Reference
11-
this package as a shorthand for establishing a reference to each of the individual packages.
12-
</Description>
9+
<Description>Includes all core packages associated with the OnTopic Editor, including the default attribute type plugins. 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

OnTopic.Editor.AspNetCore.Attributes/OnTopic.Editor.AspNetCore.Attributes.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
<PropertyGroup>
99
<AssemblyTitle>OnTopic Editor (Attributes)</AssemblyTitle>
10-
<Description>
11-
Provides a collection of standard attribute types to support basic configuration of the OnTopic Editor.
12-
</Description>
10+
<Description>Provides a collection of standard attribute types to support basic configuration of the OnTopic Editor.</Description>
1311
<PackageTags>DotNetCore UI Editor CMS ASP.NET OnTopic Ignia Plugins Attributes</PackageTags>
1412
</PropertyGroup>
1513

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

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

77
<PropertyGroup>
88
<AssemblyTitle>OnTopic Editor</AssemblyTitle>
9-
<Description>
10-
The OnTopic Editor provides a content management interface to Ignia's OnTopic Library, thus allowing users to modify semi-structured, device-independent data. This distribution provides a .NET Core 3 support.
11-
</Description>
9+
<Description>The OnTopic Editor provides a content management interface to Ignia's OnTopic Library, thus allowing users to modify semi-structured, device-independent data. This distribution provides a .NET Core 3 support.</Description>
1210
<PackageTags>DotNetCore UI Editor CMS ASP.NET OnTopic Ignia</PackageTags>
1311
</PropertyGroup>
1412

0 commit comments

Comments
 (0)