Skip to content

Commit 4a29579

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
release 2.0.1
1 parent 6330106 commit 4a29579

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

Community.AspNetCore.ExceptionHandling.Integration/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Data;
3+
using Community.AspNetCore.ExceptionHandling.Mvc;
34
using Microsoft.AspNetCore.Builder;
45
using Microsoft.AspNetCore.Hosting;
56
using Microsoft.Extensions.Configuration;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
88
<Copyright>IharYakimush</Copyright>
99
<PackageTags>aspnetcore exception handling policy mvc action result</PackageTags>
10-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
10+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<FileVersion>2.0.0.0</FileVersion>
13+
<FileVersion>2.0.1.0</FileVersion>
1414
<Company />
1515
<Authors>IharYakimush</Authors>
16-
<Version>2.0.0</Version>
16+
<Version>2.0.1</Version>
1717
<SignAssembly>true</SignAssembly>
1818
<AssemblyOriginatorKeyFile>..\sgn.snk</AssemblyOriginatorKeyFile>
1919
<ApplicationIcon />

Community.AspNetCore.ExceptionHandling.Mvc/PolicyBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using Community.AspNetCore.ExceptionHandling.Builder;
23
using Microsoft.AspNetCore.Http;
34
using Microsoft.AspNetCore.Mvc;
45
using Microsoft.AspNetCore.Mvc.Abstractions;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
99
<PackageProjectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</PackageProjectUrl>
1010
<PackageTags>aspnetcore exception handling policy json response</PackageTags>
11-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
12-
<Version>2.0.0</Version>
11+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
12+
<Version>2.0.1</Version>
1313
<Company />
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
88
<Copyright>IharYakimush</Copyright>
99
<PackageTags>aspnetcore exception handling policy</PackageTags>
10-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
10+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<FileVersion>2.0.0.0</FileVersion>
13+
<FileVersion>2.0.1.0</FileVersion>
1414
<Company />
1515
<Authors>IharYakimush</Authors>
16-
<Version>2.0.0</Version>
16+
<Version>2.0.1</Version>
1717
<SignAssembly>true</SignAssembly>
1818
<AssemblyOriginatorKeyFile>..\sgn.snk</AssemblyOriginatorKeyFile>
1919
<ApplicationIcon />

0 commit comments

Comments
 (0)