File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Cofoundry.Plugins.Mail.SendGrid Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Cofoundry.Core" Version =" 0.9.3-reworking-user-a0099 " />
20
- <PackageReference Include =" Sendgrid" Version =" 9.25.3 " />
19
+ <PackageReference Include =" Cofoundry.Core" Version =" 0.9.3-ci0106 " />
20
+ <PackageReference Include =" Sendgrid" Version =" 9.26.0 " />
21
21
</ItemGroup >
22
22
23
23
</Project >
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ public class ExampleMailTemplate : IMailTemplate
26
26
public string Subject => "Example Mail" ;
27
27
28
28
/// <summary>
29
- /// Here we add the contact request as a custom property so we can
30
- /// write it out in our view.
29
+ /// This is a custom property to hold some data that we'd like to render in our view file.
31
30
/// </summary>
32
31
public string Message { get ; set ; }
33
32
}
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.9.3-reworking-user-a0100 " />
8
+ <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.9.3-ci0106 " />
9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
You can’t perform that action at this time.
0 commit comments