File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,9 @@ The context information will be attached as:
36
36
37
37
# Automated handling
38
38
39
- For automated handling, use one of the integration libraries:
40
-
41
- * [ ASP.NET] ( https://github.com/coderrio/coderr.client.aspnet )
42
- * [ ASP.NET MVC5] ( https://github.com/coderrio/coderr.client.aspnet.mvc5 )
43
- * [ ASP.NET WebApi2] ( https://github.com/coderrio/coderr.client.aspnet.webapi2 )
44
- * [ ASP.NET Core MVC] ( https://www.nuget.org/packages?q=coderr.client.aspnetcore.mvc )
45
- * [ log4net] ( https://github.com/coderrio/coderr.client.log4net )
46
- * [ WinForms] ( https://github.com/coderrio/coderr.client.winforms )
47
- * [ WPF] ( https://github.com/coderrio/coderr.client.wpf )
39
+ For automated handling, use one of the integration libraries found in nuget.
48
40
41
+ https://www.nuget.org/packages?q=coderr.client
49
42
50
43
# Features in this library
51
44
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net461;net451 </TargetFrameworks >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Coderr.Client.xml</DocumentationFile >
7
7
<RootNamespace >Coderr.Client</RootNamespace >
8
8
9
9
<PackageReleaseNotes >Corrected the package icon.</PackageReleaseNotes >
10
- <Version >2.0.2 </Version >
10
+ <Version >2.0.3 </Version >
11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
14
14
<PackageId >Coderr.Client</PackageId >
15
- <Authors >1TCompany AB</Authors >
15
+ <Authors >Coderr AB</Authors >
16
16
<Description >Automated exception handling for .NET based applications</Description >
17
17
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
18
- <Copyright >Copyright 2020 © 1TCompany AB. All rights reserved.</Copyright >
18
+ <Copyright >Copyright 2020 © Coderr AB. All rights reserved.</Copyright >
19
19
<PackageTags >logger exceptions analysis .net-core NetStandard</PackageTags >
20
20
<RepositoryUrl >https://github.com/coderrio/coderr.client</RepositoryUrl >
21
21
<PackageIcon >NugetIcon.png</PackageIcon >
35
35
<ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
36
36
<PackageReference Include =" Microsoft.Net.Http" Version =" 2.2.29" />
37
37
</ItemGroup >
38
+ <ItemGroup Condition =" $(TargetFramework) == 'net451'" >
39
+ <PackageReference Include =" Microsoft.Net.Http" Version =" 2.2.29" />
40
+ </ItemGroup >
38
41
39
42
<ItemGroup >
40
43
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
You can’t perform that action at this time.
0 commit comments