mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 16:49:06 +00:00
Upgraded MudBlazor.Markdown (#130)
This commit is contained in:
parent
b3dd213538
commit
d0d9fa3d22
@ -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>
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user