Upgraded MudBlazor.Markdown (#130)

This commit is contained in:
Thorsten Sommer 2024-09-08 11:27:57 +02:00 committed by GitHub
parent b3dd213538
commit d0d9fa3d22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -48,7 +48,7 @@
<PackageReference Include="HtmlAgilityPack" Version="1.11.65" /> <PackageReference Include="HtmlAgilityPack" Version="1.11.65" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.8" /> <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.8" />
<PackageReference Include="MudBlazor" Version="7.8.0" /> <PackageReference Include="MudBlazor" Version="7.8.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" /> <PackageReference Include="MudBlazor.Markdown" Version="7.8.0" />
<PackageReference Include="ReverseMarkdown" Version="4.6.0" /> <PackageReference Include="ReverseMarkdown" Version="4.6.0" />
</ItemGroup> </ItemGroup>

View File

@ -36,12 +36,12 @@
}, },
"MudBlazor.Markdown": { "MudBlazor.Markdown": {
"type": "Direct", "type": "Direct",
"requested": "[1.0.2, )", "requested": "[7.8.0, )",
"resolved": "1.0.2", "resolved": "7.8.0",
"contentHash": "yXEuF1XTtZy0XkxDVXj9Jd8chwsNwu1IaDpb7FsbZWU8sMg1zCk+GXZdTSKH+C0blHJEDEOl5bzp3JU1S/737w==", "contentHash": "XaspHsS5I9osnna46Q/tH7cy3OlgG7dnycZgn7KhkTBNqpFzelrBoMkf/YFjRWSWEHEeO2o8AKjrG6uo99OYsw==",
"dependencies": { "dependencies": {
"Markdig": "0.37.0", "Markdig": "0.37.0",
"MudBlazor": "6.20.0" "MudBlazor": "7.8.0"
} }
}, },
"ReverseMarkdown": { "ReverseMarkdown": {

View File

@ -1,3 +1,4 @@
# v0.9.6, build 181 (2024-09-08 09:xx UTC) # v0.9.6, build 181 (2024-09-08 09:xx UTC)
- Fixed a bug where you couldn't send results to the synonym assistant. - Fixed a bug where you couldn't send results to the synonym assistant.
- Improved the automatic update check by increasing the timeout for really slow connections. - Improved the automatic update check by increasing the timeout for really slow connections.
- Upgraded `MudBlazor.Markdown` to v7.8.0.