Upgraded dependencies (#207)

This commit is contained in:
Thorsten Sommer 2024-11-14 06:24:29 +01:00 committed by GitHub
parent 386121d198
commit d82427ba56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 23 additions and 20 deletions

View File

@ -45,9 +45,9 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.70" /> <PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.10" /> <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.11" />
<PackageReference Include="MudBlazor" Version="7.14.0" /> <PackageReference Include="MudBlazor" Version="7.15.0" />
<PackageReference Include="MudBlazor.Markdown" Version="7.14.0" /> <PackageReference Include="MudBlazor.Markdown" Version="7.14.0" />
<PackageReference Include="ReverseMarkdown" Version="4.6.0" /> <PackageReference Include="ReverseMarkdown" Version="4.6.0" />
</ItemGroup> </ItemGroup>

View File

@ -4,30 +4,30 @@
"net8.0": { "net8.0": {
"HtmlAgilityPack": { "HtmlAgilityPack": {
"type": "Direct", "type": "Direct",
"requested": "[1.11.70, )", "requested": "[1.11.71, )",
"resolved": "1.11.70", "resolved": "1.11.71",
"contentHash": "lwCgdq4H+WXH+lkM7TvJhyEs5uNGzoTud1VmXz2jr30/yOTRtG/oMCour5JMTN0t0fU4uFwFYIrDd98FH2RKsQ==" "contentHash": "HlEThQBnob4/29DIiyrPSYlGXXSZUtOH7571PRev+yu8FW8n5pdxqHyun+PMm17cp3ovCrxFhXedC+1HUSdRMA=="
}, },
"Microsoft.Extensions.FileProviders.Embedded": { "Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct", "type": "Direct",
"requested": "[8.0.10, )", "requested": "[8.0.11, )",
"resolved": "8.0.10", "resolved": "8.0.11",
"contentHash": "N/Ow71LLKXbC4fOFoAG7QNyyhgRypd8in8lc92xInZyyNFlBTgGR3R1BV91Wr5+1/l9+Qvo+2Ee2cAth43OP/Q==", "contentHash": "1tn+c7d628+dASqo0UezdeWdKrEpp2XA376MUkr4nFYDj295iPWeWOV8rOvgR0Gma1xfOEjNJur1QvS6AVnjng==",
"dependencies": { "dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0" "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
} }
}, },
"Microsoft.NET.ILLink.Tasks": { "Microsoft.NET.ILLink.Tasks": {
"type": "Direct", "type": "Direct",
"requested": "[8.0.10, )", "requested": "[8.0.11, )",
"resolved": "8.0.10", "resolved": "8.0.11",
"contentHash": "xT8jYjlroY7SLbGtoV9vUTVW/TPgodL4Egc31a444Xe0TMytLZ3UlKQ0kxMZsy/CrWsFB6wtKnSG1SsXcWreew==" "contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
}, },
"MudBlazor": { "MudBlazor": {
"type": "Direct", "type": "Direct",
"requested": "[7.14.0, )", "requested": "[7.15.0, )",
"resolved": "7.14.0", "resolved": "7.15.0",
"contentHash": "hpuNSlI6/BVCe4H6X4BoHijxMffFE1ldunvFzAFZRTGuSGoYC7N6IIUv64MN3F/hkiRllx3gtivTZjivymxIpQ==", "contentHash": "b2+hO7ZTGwsGhu9SoowuNe2ETeF1GzExpg/hIYR++rSh+vy4v/QD0iOsrATWv3LdFJXSgk3d1+XIr5srW3jBiA==",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Components": "8.0.8", "Microsoft.AspNetCore.Components": "8.0.8",
"Microsoft.AspNetCore.Components.Web": "8.0.8", "Microsoft.AspNetCore.Components.Web": "8.0.8",
@ -178,6 +178,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==" "contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
} }
}, },
"net8.0/osx-arm64": {} "net8.0/osx-x64": {}
} }
} }

View File

@ -1,2 +1,5 @@
# v0.9.19, build 194 (2024-11-xx xx:xx UTC) # v0.9.19, build 194 (2024-11-xx xx:xx UTC)
- Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files. - Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files.
- Upgraded .NET to v8.0.11.
- Upgraded HtmlAgilityPack to v1.11.71.
- Upgraded MudBlazor to v7.15.0.

View File

@ -1,9 +1,9 @@
0.9.18 0.9.18
2024-11-09 21:10:03 UTC 2024-11-09 21:10:03 UTC
193 193
8.0.110 (commit 87a66bb3d1) 8.0.111 (commit f3835a7fb4)
8.0.10 (commit 81cabf2857) 8.0.11 (commit 9cb3b725e3)
1.82.0 (commit f6e511eec) 1.82.0 (commit f6e511eec)
7.14.0 7.15.0
1.8.1 1.8.1
826d15729b5, release 826d15729b5, release