File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFrameworks >net451;net46</TargetFrameworks >
4
4
<PackageId >Coderr.Client.AspNet</PackageId >
5
5
<Description >Automates exception handling for ASP.NET applications</Description >
6
- <Version >2.0.0 </Version >
7
- <PackageReleaseNotes >Now based on the new core package .</PackageReleaseNotes >
6
+ <Version >2.0.1 </Version >
7
+ <PackageReleaseNotes >Moved from coderrapp.com to coderr.io .</PackageReleaseNotes >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ namespace Coderr.Client.AspNet
34
34
/// {
35
35
/// protected void Application_Start()
36
36
/// {
37
- /// // The appkey and shared key can be found in coderrapp.com
38
- /// var url = new Uri("https://report.coderrapp.com ");
37
+ /// // The appkey and shared key can be found in coderr.io
38
+ /// var url = new Uri("https://report.coderr.io ");
39
39
/// Err.Configuration.Credentials(url, "yourAppKey", "yourSharedSecret");
40
40
/// Err.Configuration.CatchAspNetExceptions();
41
41
/// }
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 "/>
5
5
< title > An error occurred</ title >
6
6
< meta name ="ROBOTS " content ="NOINDEX, NOFOLLOW "/>
7
- < meta name ="X-powered-with " content ="https://coderrapp.com "/>
7
+ < meta name ="X-powered-with " content ="https://coderr.io "/>
8
8
< style type ="text/css ">
9
9
/*CssStyles*/
10
10
body {
@@ -51,7 +51,7 @@ <h1>Looks like something went wrong!</h1>
51
51
</ div >
52
52
< form method ="post " action ="$URL$ ">
53
53
< div class ="img ">
54
- < img src ="https://coderrapp.com /images/WebError2.jpg "/>
54
+ < img src ="https://coderr.io /images/WebError2.jpg "/>
55
55
</ div >
56
56
< div class ="content ">
57
57
< p >
You can’t perform that action at this time.
0 commit comments