Skip to content

Commit 3962c96

Browse files
committed
Moved from coderrapp.com to coderr.io
1 parent 21778b6 commit 3962c96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Coderr.Client.AspNet/Coderr.Client.AspNet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>net451;net46</TargetFrameworks>
44
<PackageId>Coderr.Client.AspNet</PackageId>
55
<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>
88
</PropertyGroup>
99

1010
<PropertyGroup>

src/Coderr.Client.AspNet/NamespaceDoc.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ namespace Coderr.Client.AspNet
3434
/// {
3535
/// protected void Application_Start()
3636
/// {
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");
3939
/// Err.Configuration.Credentials(url, "yourAppKey", "yourSharedSecret");
4040
/// Err.Configuration.CatchAspNetExceptions();
4141
/// }

src/Coderr.Client.AspNet/Views/Error.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8"/>
55
<title>An error occurred</title>
66
<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"/>
88
<style type="text/css">
99
/*CssStyles*/
1010
body {
@@ -51,7 +51,7 @@ <h1>Looks like something went wrong!</h1>
5151
</div>
5252
<form method="post" action="$URL$">
5353
<div class="img">
54-
<img src="https://coderrapp.com/images/WebError2.jpg"/>
54+
<img src="https://coderr.io/images/WebError2.jpg"/>
5555
</div>
5656
<div class="content">
5757
<p>

0 commit comments

Comments
 (0)