Skip to content

Commit 791e9bb

Browse files
committed
Updating to latest v0.10 pre-release
1 parent 648f818 commit 791e9bb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/Cofoundry.Plugins.Mail.SendGrid/Cofoundry.Plugins.Mail.SendGrid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<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" />
2121
</ItemGroup>
2222

2323
</Project>

src/SendGridExample/Cofoundry/MailTemplates/ExampleMailTemplate.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ public class ExampleMailTemplate : IMailTemplate
2626
public string Subject => "Example Mail";
2727

2828
/// <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.
3130
/// </summary>
3231
public string Message { get; set; }
3332
}

src/SendGridExample/SendGridExample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

77
<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" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)