Skip to content

Commit 67f71f8

Browse files
committed
csproj cleanup
1 parent 98edc34 commit 67f71f8

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

src/PartialResponse.AspNetCore.Mvc.Formatters.Json/PartialResponse.AspNetCore.Mvc.Formatters.Json.csproj

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>ASP.NET Core MVC formatter for partial response (fields) JSON output.</Description>
5-
<AssemblyTitle>PartialResponse.AspNetCore.Mvc.Formatters.Json</AssemblyTitle>
6-
<VersionPrefix>2.0.0</VersionPrefix>
7-
<Authors>Arjen Post</Authors>
8-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
9-
<NoWarn>$(NoWarn);CS1591</NoWarn>
104
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
116
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12-
<AssemblyName>PartialResponse.AspNetCore.Mvc.Formatters.Json</AssemblyName>
7+
<VersionPrefix>2.0.0</VersionPrefix>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<Authors>Arjen Post</Authors>
12+
<Copyright>Copyright (c) Arjen Post</Copyright>
13+
<Description>ASP.NET Core MVC formatter for partial response (fields) JSON output.</Description>
1314
<PackageId>PartialResponse.AspNetCore.Mvc.Formatters.Json</PackageId>
14-
<PackageTags>aspnetcore;aspnetcoremvc;json;partial;response;partialresponse;fields</PackageTags>
15-
<PackageProjectUrl>https://github.com/dotarj/PartialResponse</PackageProjectUrl>
1615
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
16+
<PackageProjectUrl>https://github.com/dotarj/PartialResponse</PackageProjectUrl>
17+
<PackageTags>aspnetcore;aspnetcoremvc;json;partial;response;partialresponse;fields</PackageTags>
1718
<RepositoryType>git</RepositoryType>
18-
<RepositoryUrl>git://github.com/dotarj/PartialResponse</RepositoryUrl>
19+
<RepositoryUrl>https://github.com/dotarj/PartialResponse</RepositoryUrl>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

0 commit comments

Comments
 (0)