Skip to content

Commit

Permalink
Updated how excerpt is handled for non html. Fixes #1516 fixes #1484
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Feb 26, 2021
1 parent 37b06f7 commit 6d9c88e
Show file tree
Hide file tree
Showing 11 changed files with 262 additions and 680 deletions.
4 changes: 2 additions & 2 deletions core/Piranha.Manager/Piranha.Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Version>8.4.2</Version>
<Version>8.4.3</Version>
<Company>Piranha CMS</Company>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
Expand All @@ -13,7 +13,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<PackageId>Piranha.Manager</PackageId>
<PackageVersion>8.4.2</PackageVersion>
<PackageVersion>8.4.3</PackageVersion>
<Authors>Piranha CMS</Authors>
<Description>Manager panel for Piranha CMS for AspNetCore</Description>
<Copyright>Copyright (c) .NET Foundation and Contributors</Copyright>
Expand Down
Loading

0 comments on commit 6d9c88e

Please sign in to comment.