Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
replace 2015 -> 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Mar 10, 2016
1 parent e659f37 commit fc66813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CakeMail.RestClient.IntegrationTests/Triggers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void ExecuteAllMethods(CakeMailRestClient api, string userKey, lon
if (links.Any())
{
// As of May 2015, CakeMail has not implemented despite documenting in on their web site
//var link = api.GetTriggerLink(userKey, links.First().Id, clientId);
//var link = api.Triggers.GetLink(userKey, links.First().Id, clientId);
//Console.WriteLine("Trigger link retrieved. URI = {0}", link.Uri);
}

Expand Down
2 changes: 1 addition & 1 deletion CakeMail.RestClient.UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jeremie Desautels")]
[assembly: AssemblyProduct("CakeMail.RestClient.UnitTests")]
[assembly: AssemblyCopyright("Copyright Jeremie Desautels © 2015")]
[assembly: AssemblyCopyright("Copyright Jeremie Desautels © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit fc66813

Please sign in to comment.