deps: update MonoMod.Common to 21.10.8.11

This commit is contained in:
goaaats 2021-10-09 02:13:43 +02:00
parent 7274c2e475
commit 1bd72d0aec
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@
<PackageReference Include="Lib.Harmony" Version="2.1.1" />
<PackageReference Include="Lumina" Version="3.3.0" />
<PackageReference Include="Lumina.Excel" Version="5.50.0" />
<PackageReference Include="MonoMod.Common" Version="21.10.8.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />

View file

@ -1127,7 +1127,7 @@ namespace Dalamud.Interface.Internal.Windows
else if (!string.IsNullOrWhiteSpace(manifest.Description))
{
const int punchlineLen = 200;
var firstLine = manifest.Description.Split(new [] { '\r', '\n' })[0];
var firstLine = manifest.Description.Split(new[] { '\r', '\n' })[0];
ImGui.TextWrapped(firstLine.Length < punchlineLen
? firstLine