Skip to content

Commit

Permalink
update oc 1.7.0-preview-17520
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Aug 7, 2023
1 parent 62c3dfd commit 77c6077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyOC.build/Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- after 1.0.3 version depend by tags v* -->
<VersionPrefix>1.0.7</VersionPrefix>
<OrchardCoreVersion>1.6.0</OrchardCoreVersion>
<OrchardCoreVersion>1.7.0-preview-17520</OrchardCoreVersion>
<!--<VersionSuffix>preview</VersionSuffix>-->
<PackageTags>OrcardCore,EasyOC</PackageTags>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)</VersionSuffix>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static async Task<bool> SendEmailAsync(this Controller controller, string
To = email,
Subject = subject,
Body = body,
IsBodyHtml = true
IsHtmlBody = true
};

var result = await smtpService.SendAsync(message);
Expand Down

0 comments on commit 77c6077

Please sign in to comment.