Skip to content

Commit 81468d5

Browse files
committed
Format nupkg descriptions
1 parent 274deac commit 81468d5

14 files changed

Lines changed: 48 additions & 59 deletions

File tree

src/ServiceStack.Api.OpenApi/ServiceStack.Api.OpenApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
77
<Title>ServiceStack support for Open API v2.0 and integrated Swagger UI</Title>
88
<PackageDescription>
9-
Implements v2.0 of the Open API Specification (https://www.openapis.org).
10-
Open API is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
9+
Implements v2.0 of the Open API Specification (https://www.openapis.org).
10+
Open API is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
1111
</PackageDescription>
1212
<PackageTags>OpenAPI;metadata;Swagger;API;REST;Metadata;Docs;ServiceStack</PackageTags>
1313
</PropertyGroup>

src/ServiceStack.Api.Swagger/ServiceStack.Api.Swagger.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
77
<Title>ServiceStack Swagger v1.0 metadata provider and integrated UI</Title>
88
<PackageDescription>
9-
Provides a set of services to be discovered by Swagger (http://swagger.io).
10-
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
9+
Provides a set of services to be discovered by Swagger (http://swagger.io).
10+
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
1111
</PackageDescription>
1212
<PackageTags>Swagger;metadata;API;REST;Docs;ServiceStack</PackageTags>
1313
</PropertyGroup>

src/ServiceStack.Client/ServiceStack.Client.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<AssemblyName>ServiceStack.Client</AssemblyName>
66
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
77
<Title>.NET and .NET Core fast, end-to-end typed, code-gen free Service Clients</Title>
8-
<PackageDescription>
9-
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
10-
</PackageDescription>
8+
<PackageDescription>JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.</PackageDescription>
119
<PackageTags>ServiceStack;Common;Framework;Clients;ServiceClients;Gateway</PackageTags>
1210
</PropertyGroup>
1311

src/ServiceStack.Common/ServiceStack.Common.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
66
<RootNamespace>ServiceStack</RootNamespace>
77
<Title>Common libraries for ServiceStack projects</Title>
8-
<PackageDescription>
9-
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
10-
</PackageDescription>
8+
<PackageDescription>#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.</PackageDescription>
119
<PackageTags>ServiceStack;Common;Framework;Clients;ServiceClients;Gateway</PackageTags>
1210
</PropertyGroup>
1311
<ItemGroup>

src/ServiceStack.Desktop/ServiceStack.Desktop.csproj

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Title>ServiceStack.Desktop</Title>
66
<PackageDescription>
7-
Desktop Assets, Vue and React Framework libraries, Bootstrap, Material Design SVGs, Font Awesome
8-
and Win32 APIs for ServiceStack CEF .NET Core Desktop Apps
7+
Desktop Assets, Vue and React Framework libraries, Bootstrap, Material Design SVGs, Font Awesome and Win32 APIs for ServiceStack CEF .NET Core Desktop Apps
98
</PackageDescription>
109
<PackageTags>ServiceStack;Desktop,Cef,Vue,React,Bootstrap,MaterialDesign,fontawesone</PackageTags>
1110
</PropertyGroup>
1211

1312
<ItemGroup>
14-
<EmbeddedResource Include="lib\**\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
13+
<EmbeddedResource Include="lib\**\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)"/>
1514
</ItemGroup>
16-
15+
1716
<ItemGroup>
18-
<ProjectReference Include="..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
19-
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />
20-
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj" />
21-
<ProjectReference Include="..\ServiceStack\ServiceStack.csproj" />
22-
<PackageReference Include="ServiceStack.Text" Version="$(Version)" />
23-
24-
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
25-
<PackageReference Include="PInvoke.User32" Version="0.6.49" />
26-
<PackageReference Include="PInvoke.Kernel32" Version="0.6.49" />
27-
<PackageReference Include="PInvoke.Gdi32" Version="0.6.49" />
28-
<PackageReference Include="PInvoke.Shell32" Version="0.6.49" />
29-
</ItemGroup>
17+
<ProjectReference Include="..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj"/>
18+
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj"/>
19+
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj"/>
20+
<ProjectReference Include="..\ServiceStack\ServiceStack.csproj"/>
21+
<PackageReference Include="ServiceStack.Text" Version="$(Version)"/>
22+
23+
<PackageReference Include="System.Drawing.Common" Version="4.7.0"/>
24+
<PackageReference Include="PInvoke.User32" Version="0.6.49"/>
25+
<PackageReference Include="PInvoke.Kernel32" Version="0.6.49"/>
26+
<PackageReference Include="PInvoke.Gdi32" Version="0.6.49"/>
27+
<PackageReference Include="PInvoke.Shell32" Version="0.6.49"/>
28+
</ItemGroup>
3029

3130
</Project>

src/ServiceStack.Extensions/ServiceStack.Extensions.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<DefineConstants>$(DefineConstants);PLAT_PBN_NOSPAN</DefineConstants>
99
<LangVersion>8</LangVersion>
1010
<Title>ServiceStack.Extensions</Title>
11-
<PackageDescription>
12-
ServiceStack extensions for .NET Core Apps, including GrpcFeature
13-
</PackageDescription>
11+
<PackageDescription>ServiceStack extensions for .NET Core Apps, including GrpcFeature</PackageDescription>
1412
<PackageTags>ServiceStack;gRPC;server;GrpcFeature</PackageTags>
1513
</PropertyGroup>
1614

src/ServiceStack.GrpcClient/ServiceStack.GrpcClient.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<RootNamespace>ServiceStack</RootNamespace>
88
<LangVersion>8</LangVersion>
99
<Title>ServiceStack.GrpcClient</Title>
10-
<PackageDescription>
11-
ServiceStack's gRPC GrpcServiceClient
12-
</PackageDescription>
10+
<PackageDescription>ServiceStack's gRPC GrpcServiceClient</PackageDescription>
1311
<PackageTags>ServiceStack;ServiceClients;gRPC</PackageTags>
1412
</PropertyGroup>
1513

src/ServiceStack.HttpClient/ServiceStack.HttpClient.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<AssemblyName>ServiceStack.HttpClient</AssemblyName>
66
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
77
<Title>Common libraries for ServiceStack projects</Title>
8-
<PackageDescription>
9-
Typed .NET Core and .NET Framework ServiceClients based on .NET's HttpClient
10-
</PackageDescription>
8+
<PackageDescription>Typed .NET Core and .NET Framework ServiceClients based on .NET's HttpClient</PackageDescription>
119
<PackageTags>ServiceStack;Common;Framework;Clients;ServiceClients;Gateway</PackageTags>
1210
</PropertyGroup>
1311

src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<RootNamespace>ServiceStack</RootNamespace>
77
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
88
<Title>Lightweight and implementation-free interfaces for ServiceStack</Title>
9-
<PackageDescription>
10-
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
11-
</PackageDescription>
9+
<PackageDescription>Lightweight and implementation-free interfaces for DTO's, providers and adapters.</PackageDescription>
1210
<PackageTags>ServiceStack;Common;Framework;Clients;ServiceClients;Gateway</PackageTags>
1311
</PropertyGroup>
1412

src/ServiceStack.Kestrel/ServiceStack.Kestrel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<TargetFrameworks>netstandard2.0</TargetFrameworks>
77
<Title>ServiceStack Self Host for .NET Core's Kestrel HTTP Server</Title>
88
<PackageDescription>
9-
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server
9+
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server
1010

11-
To get started see: https://servicestack.net/getting-started
11+
To get started see: https://servicestack.net/getting-started
1212
</PackageDescription>
1313
<PackageTags>ServiceStack;SelfHost;Host;Kestrel;HTTP;Server</PackageTags>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)