Skip to content

Commit 3261dc0

Browse files
committed
Update packages description
1 parent 5772af7 commit 3261dc0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

ForEvolve.OperationResults.sln

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C4D44813-C
3030
test\Directory.Build.props = test\Directory.Build.props
3131
EndProjectSection
3232
EndProject
33+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{243DF7F2-15EF-45E9-81E9-C223F04E2015}"
34+
ProjectSection(SolutionItems) = preProject
35+
.editorconfig = .editorconfig
36+
EndProjectSection
37+
EndProject
3338
Global
3439
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3540
Debug|Any CPU = Debug|Any CPU

src/ForEvolve.OperationResults.AspNetCore/ForEvolve.OperationResults.AspNetCore.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net5.0</TargetFrameworks>
5-
<Description>This package contains an operation result helpers for Asp.Net Core MVC and MediatR; for example: automatic validation.</Description>
6-
<PackageTags>forevolve,aspnetcore,mvc,filters,asp.net,core,aspnet,asp,operation,result,results,message,exception</PackageTags>
5+
<Description>Extensions of ForEvolve.OperationResults ASP.NET Core. Adds support for ProblemDetails and includes a ModelBinderErrorActionFilter.</Description>
6+
<PackageTags>forevolve,aspnetcore,mvc,filters,asp.net,core,aspnet,asp,operation,result,results,message,exception,net5</PackageTags>
77
</PropertyGroup>
8-
8+
99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1111
</ItemGroup>

src/ForEvolve.OperationResults/ForEvolve.OperationResults.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net5.0</TargetFrameworks>
5-
<Description>This package contains an operation result generic implementation that should fits most needs.</Description>
6-
<PackageTags>forevolve,aspnetcore,asp.net,core,aspnet,asp,operation,result,results,message,exception</PackageTags>
5+
<Description>Generic implementation of the operation result pattern that should fits most needs.</Description>
6+
<PackageTags>forevolve,aspnetcore,asp.net,core,aspnet,asp,operation,result,results,message,exception,net5</PackageTags>
77
</PropertyGroup>
88

99
</Project>

0 commit comments

Comments
 (0)