Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/PlanShare/PlanShare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
drop it only once that floor moves past 2.1.11 on its own. 3.0.4 bundles
SQLite 3.53.3, and Microsoft.Data.Sqlite 10.0.10 works against the 3.x
native layer (full CRUD verified). -->
Comment on lines 14 to 16

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is stale after this bump: "3.0.4 bundles SQLite 3.53.3" but line 17 now pins 3.0.5, which per the 3.0.5 release notes bundles SQLite 3.53.4 (package ID SQLite). Update the comment to 3.0.5 bundles SQLite 3.53.4 so the CVE-2025-6965 rationale stays accurate — the whole point of the block comment is documenting what native SQLite version this ref pins.


Generated by Claude Code

<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/PlanViewer.App/PlanViewer.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="ModelContextProtocol" Version="1.4.1" />
<PackageReference Include="ModelContextProtocol.AspNetCore" Version="1.4.1" />
<PackageReference Include="TextMateSharp.Grammars" Version="2.0.4" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="180.59.2" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="180.78.1" />
<PackageReference Include="Velopack" Version="1.2.0" />

<!-- Pin SkiaSharp native assets to match SkiaSharp 3.119.0.
Expand Down
2 changes: 1 addition & 1 deletion src/PlanViewer.Core/PlanViewer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />
<PackageReference Include="Meziantou.Framework.Win32.CredentialManager" Version="3.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient.Extensions.Azure" Version="7.0.2" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="180.59.2" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="180.78.1" />
</ItemGroup>

<ItemGroup>
Expand Down