Skip to content

Commit 3e678e6

Browse files
committed
Changing Templating version to 0.2.1
1 parent 87c86bc commit 3e678e6

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

samples/GeekLearning.Email.Samples/wwwroot/css/site.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/GeekLearning.Email.Samples/wwwroot/js/site.min.js

Whitespace-only changes.

src/GeekLearning.Email/Implementation/EmailSender.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private async Task SendGridSend(
108108

109109
private Task<ITemplate> GetTemplateAsync(string templateKey, EmailTemplateType templateType)
110110
{
111-
return this.templateLoader.GetTemplate($"{templateKey}-{templateType}.hbs");
111+
return this.templateLoader.GetTemplate($"{templateKey}-{templateType}");
112112
}
113113
}
114114
}

src/GeekLearning.Email/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33

44
"dependencies": {
5-
"GeekLearning.Templating": "0.1.0",
5+
"GeekLearning.Templating": "0.2.1-beta0001",
66
"NETStandard.Library": "1.5.0-rc2-24027",
77
"Microsoft.Extensions.Options": "1.0.0-rc2-final",
88
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final",

0 commit comments

Comments
 (0)