Skip to content

Commit 9e9501f

Browse files
committed
Updating about text
2 parents 13e9d94 + 3221b7d commit 9e9501f

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

AgileObjects.Functions.Email/SendEmail.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,5 @@ private bool TryGetEmailDetails(
109109
errorMessage = null;
110110
return true;
111111
}
112-
113-
private class MailDetails
114-
{
115-
public string Name { get; set; }
116-
117-
public string Email { get; set; }
118-
119-
public string Message { get; set; }
120-
}
121112
}
122113
}

AgileObjects.Jekyll/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ introduced Agile methodologies to Waterfall companies, migrated .NET Framework a
1111
extensively in all areas of the web stack. I'm comfortable talking plain English to stakeholders as well as
1212
techie to fellow programmers. I am always practicing, learning and improving.
1313

14-
If your codebase keeps springing bugs, it takes an age to add a new feature, or you want to migrate a legacy
15-
app to .NET Core, [get in touch](/contact) - I may be able to help!
14+
If your codebase keeps throwing up bugs, it takes an age to add a new feature, your application is difficult
15+
to test, or you want to migrate a legacy app to .NET Core, [get in touch](/contact) - I may be able to help!

0 commit comments

Comments
 (0)