Skip to content

Commit 181eb0a

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
update repository name
1 parent d1e804d commit 181eb0a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Community.AspNetCore.ExceptionHandling.Mvc/Community.AspNetCore.ExceptionHandling.Mvc.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
55
<Description>Extension methods to configure exception handler which write MVC action result to responce body. Userfull for writing objects</Description>
6-
<PackageProjectUrl>https://github.com/IharYakimush/AspNetCore</PackageProjectUrl>
7-
<PackageLicenseUrl>https://github.com/IharYakimush/AspNetCore/blob/develop/LICENSE</PackageLicenseUrl>
6+
<PackageProjectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</PackageProjectUrl>
7+
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
88
<Copyright>IharYakimush</Copyright>
9-
<PackageTags>AspNetCore exception handling policy mvc action result</PackageTags>
9+
<PackageTags>aspnetcore exception handling policy mvc action result</PackageTags>
1010
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

Community.AspNetCore.ExceptionHandling.NewtonsoftJson/Community.AspNetCore.ExceptionHandling.NewtonsoftJson.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Description>Extension methods to configure exception handler which write object serialized using Newtonsoft.Json serializer to responce body. In case of using netcore2.1+ use Commmunity.AspNetCore.ExceptionHandling.Mvc package instead</Description>
66
<Authors>IharYakimush</Authors>
77
<Copyright>IharYakimush</Copyright>
8-
<PackageLicenseUrl>https://github.com/IharYakimush/AspNetCore/blob/develop/LICENSE</PackageLicenseUrl>
9-
<PackageProjectUrl>https://github.com/IharYakimush/AspNetCore</PackageProjectUrl>
10-
<PackageTags>AspNetCore exception handling policy json response</PackageTags>
8+
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
9+
<PackageProjectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</PackageProjectUrl>
10+
<PackageTags>aspnetcore exception handling policy json response</PackageTags>
1111
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1212
<Version>2.0.0</Version>
1313
<Company />

Community.AspNetCore.ExceptionHandling/Community.AspNetCore.ExceptionHandling.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
55
<Description>Middleware to configure exception handling policies. Configure chain of handlers per exception type. OOTB handlers: log, retry, set responce headers and body</Description>
6-
<PackageProjectUrl>https://github.com/IharYakimush/AspNetCore</PackageProjectUrl>
7-
<PackageLicenseUrl>https://github.com/IharYakimush/AspNetCore/blob/develop/LICENSE</PackageLicenseUrl>
6+
<PackageProjectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</PackageProjectUrl>
7+
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
88
<Copyright>IharYakimush</Copyright>
9-
<PackageTags>AspNetCore exception handling policy</PackageTags>
9+
<PackageTags>aspnetcore exception handling policy</PackageTags>
1010
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)