File tree Expand file tree Collapse file tree 6 files changed +17
-29
lines changed
Coderr.Client.WinForms.Demo Expand file tree Collapse file tree 6 files changed +17
-29
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<startup >
4
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1 " />
4
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2 " />
5
5
</startup >
6
- <runtime >
7
- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
8
- <dependentAssembly >
9
- <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
10
- <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
11
- </dependentAssembly >
12
- <dependentAssembly >
13
- <assemblyIdentity name =" System.Net.Http" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
14
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.3" newVersion =" 4.1.1.3" />
15
- </dependentAssembly >
16
- </assemblyBinding >
17
- </runtime >
18
6
</configuration >
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >Coderr.Client.WinForms.Demo</RootNamespace >
11
11
<AssemblyName >Coderr.Client.WinForms.Demo</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
15
<TargetFrameworkProfile />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Coderr.Client" version =" 2.0.4" targetFramework = " net461 " />
4
- <package id =" Microsoft.Bcl" version =" 1.1.10" targetFramework = " net461 " />
5
- <package id =" Microsoft.Bcl.Build" version =" 1.0.14" targetFramework = " net461 " />
6
- <package id =" Microsoft.Net.Http" version =" 2.2.29" targetFramework = " net461 " />
3
+ <package id =" Coderr.Client" version =" 2.0.4" />
4
+ <package id =" Microsoft.Bcl" version =" 1.1.10" />
5
+ <package id =" Microsoft.Bcl.Build" version =" 1.0.14" />
6
+ <package id =" Microsoft.Net.Http" version =" 2.2.29" />
7
7
<package id =" Newtonsoft.Json" version =" 10.0.3" targetFramework =" net452" />
8
- <package id =" System.Net.Http" version =" 4.3.4" targetFramework = " net461 " />
9
- <package id =" System.Security.Cryptography.Algorithms" version =" 4.3.0" targetFramework = " net461 " />
10
- <package id =" System.Security.Cryptography.Encoding" version =" 4.3.0" targetFramework = " net461 " />
11
- <package id =" System.Security.Cryptography.Primitives" version =" 4.3.0" targetFramework = " net461 " />
12
- <package id =" System.Security.Cryptography.X509Certificates" version =" 4.3.0" targetFramework = " net461 " />
8
+ <package id =" System.Net.Http" version =" 4.3.4" />
9
+ <package id =" System.Security.Cryptography.Algorithms" version =" 4.3.0" />
10
+ <package id =" System.Security.Cryptography.Encoding" version =" 4.3.0" />
11
+ <package id =" System.Security.Cryptography.Primitives" version =" 4.3.0" />
12
+ <package id =" System.Security.Cryptography.X509Certificates" version =" 4.3.0" />
13
13
</packages >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >net461;netcoreapp3.0;net452</TargetFrameworks >
5
5
<UseWindowsForms >true</UseWindowsForms >
6
- <Version >2.0.1 </Version >
6
+ <Version >2.0.2 </Version >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<RootNamespace >Coderr.Client.WinForms</RootNamespace >
9
9
<DocumentationFile >bin\$(Configuration)\$(Platform)\Coderr.Client.WinForms.xml</DocumentationFile >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
13
- <PackageReleaseNotes >Bumped base package .</PackageReleaseNotes >
13
+ <PackageReleaseNotes >Moved config classes to the Coder.Client namespace .</PackageReleaseNotes >
14
14
<PackageId >Coderr.Client.WinForms</PackageId >
15
15
<Authors >Coderr AB</Authors >
16
16
<Description >Collects unhandled exceptions, can take screenshots and collect WinForms related telemetry.</Description >
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Windows . Forms ;
3
- using Coderr . Client ;
4
3
using Coderr . Client . Config ;
4
+ using Coderr . Client . WinForms ;
5
5
using Coderr . Client . WinForms . ContextProviders ;
6
6
7
7
// Keeps in the root namespace to get IntelliSense
8
8
9
9
// ReSharper disable once CheckNamespace
10
10
11
- namespace Coderr . Client . WinForms
11
+ namespace Coderr . Client
12
12
{
13
13
/// <summary>
14
14
/// Use <c>Err.Configuration.CatchWinFormsExceptions()</c> to get started.
You can’t perform that action at this time.
0 commit comments