From e8f8a1a7c111f30fe384f713253c0d0a2dae52fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:38:20 +0000 Subject: [PATCH] deps: Bump Microsoft.Data.Sqlite and 3 others Bumps Microsoft.Data.Sqlite to 10.0.5 Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 10.0.5 Bumps Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 10.0.5 Bumps Microsoft.SourceLink.GitHub from 10.0.103 to 10.0.201 --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-microsoft - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-microsoft - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-microsoft - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.201 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft ... Signed-off-by: dependabot[bot] --- Directory.Build.props | 94 +++---- .../SharpCoreDB.AppHost.csproj | 56 ++-- .../SharpCoreDB.Client.Protocol.csproj | 104 +++---- .../SharpCoreDB.Provider.YesSql.csproj | 265 +++++++++--------- .../SharpCoreDB.Provider.Sync.Tests.csproj | 119 ++++---- .../SharpCoreDB.Benchmarks.Comparative.csproj | 56 ++-- 6 files changed, 350 insertions(+), 344 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 37e60df..f488016 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,47 +1,47 @@ - - - - net10.0 - 14 - enable - enable - false - true - $(NoWarn);CS1591 - - - true - true - false - false - - - true - true - - - true - true - true - snupkg - - - MPCoreDeveloper - MPCoreDeveloper - SharpCoreDB - Copyright © 2025-2026 MPCoreDeveloper - MIT - https://github.com/MPCoreDeveloper/SharpCoreDB - https://github.com/MPCoreDeveloper/SharpCoreDB.git - git - database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10 - README.md - icon.png - High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes - - - - - - - + + + + net10.0 + 14 + enable + enable + false + true + $(NoWarn);CS1591 + + + true + true + false + false + + + true + true + + + true + true + true + snupkg + + + MPCoreDeveloper + MPCoreDeveloper + SharpCoreDB + Copyright © 2025-2026 MPCoreDeveloper + MIT + https://github.com/MPCoreDeveloper/SharpCoreDB + https://github.com/MPCoreDeveloper/SharpCoreDB.git + git + database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10 + README.md + icon.png + High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes + + + + + + + diff --git a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj index adaa951..7c0b99f 100644 --- a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj +++ b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj @@ -1,27 +1,29 @@ - - - - - Exe - net10.0 - 14.0 - enable - enable - false - - - - - - - - - - - - - - - - - + + + + + Exe + net10.0 + 14.0 + enable + enable + false + + + + + + + + + + + + + + + + + + + diff --git a/src/SharpCoreDB.Client.Protocol/SharpCoreDB.Client.Protocol.csproj b/src/SharpCoreDB.Client.Protocol/SharpCoreDB.Client.Protocol.csproj index 89679bd..1bef7fe 100644 --- a/src/SharpCoreDB.Client.Protocol/SharpCoreDB.Client.Protocol.csproj +++ b/src/SharpCoreDB.Client.Protocol/SharpCoreDB.Client.Protocol.csproj @@ -1,51 +1,53 @@ - - - - net10.0 - 14.0 - enable - enable - true - - - SharpCoreDB.Client.Protocol - 1.6.0 - Client-side protocol implementation for SharpCoreDB (gRPC, binary) - - - SharpCoreDB.Client.Protocol - MPCoreDeveloper - SharpCoreDB - SharpCoreDB.Client.Protocol - database;client;protocol;grpc;protobuf;sharpcoredb;net10 - MIT - https://github.com/MPCoreDeveloper/SharpCoreDB - https://github.com/MPCoreDeveloper/SharpCoreDB - git - NuGet.README.md - SharpCoreDB.jpg - true - snupkg - v1.6.0: Synchronized release with the latest SharpCoreDB features, fixes, and documentation updates. - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + true + + + SharpCoreDB.Client.Protocol + 1.6.0 + Client-side protocol implementation for SharpCoreDB (gRPC, binary) + + + SharpCoreDB.Client.Protocol + MPCoreDeveloper + SharpCoreDB + SharpCoreDB.Client.Protocol + database;client;protocol;grpc;protobuf;sharpcoredb;net10 + MIT + https://github.com/MPCoreDeveloper/SharpCoreDB + https://github.com/MPCoreDeveloper/SharpCoreDB + git + NuGet.README.md + SharpCoreDB.jpg + true + snupkg + v1.6.0: Synchronized release with the latest SharpCoreDB features, fixes, and documentation updates. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj b/src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj index 75e879e..dfe43f5 100644 --- a/src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj +++ b/src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj @@ -1,132 +1,133 @@ - - - - net10.0 - enable - enable - SharpCoreDB.Provider.YesSql - - - SharpCoreDB.Provider.YesSql - 1.6.0 - MPCoreDeveloper - SharpCoreDB - SharpCoreDB.Provider.YesSql - YesSql provider for SharpCoreDB encrypted database engine. Built for .NET 10 with C# 14. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices with platform-specific optimizations. - Copyright (c) 2026 MPCoreDeveloper - v1.6.0: Synchronized release with the latest SharpCoreDB features, fixes, and documentation updates. - sharpcoredb;yessql;database;orm;net10;csharp14;android;ios;mobile;iot;arm64;x64 - MIT - https://github.com/MPCoreDeveloper/SharpCoreDB - https://github.com/MPCoreDeveloper/SharpCoreDB - git - NuGet.README.md - SharpCoreDB.jpg - true - snupkg - - - false - true - - - true - AnyCPU - false - - - win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + SharpCoreDB.Provider.YesSql + + + SharpCoreDB.Provider.YesSql + 1.6.0 + MPCoreDeveloper + SharpCoreDB + SharpCoreDB.Provider.YesSql + YesSql provider for SharpCoreDB encrypted database engine. Built for .NET 10 with C# 14. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices with platform-specific optimizations. + Copyright (c) 2026 MPCoreDeveloper + v1.6.0: Synchronized release with the latest SharpCoreDB features, fixes, and documentation updates. + sharpcoredb;yessql;database;orm;net10;csharp14;android;ios;mobile;iot;arm64;x64 + MIT + https://github.com/MPCoreDeveloper/SharpCoreDB + https://github.com/MPCoreDeveloper/SharpCoreDB + git + NuGet.README.md + SharpCoreDB.jpg + true + snupkg + + + false + true + + + true + AnyCPU + false + + + win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj index db7e48f..f3497a8 100644 --- a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj +++ b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj @@ -1,59 +1,60 @@ - - - - net10.0 - 14.0 - enable - enable - true - - - false - false - - - false - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + true + + + false + false + + + false + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/benchmarks/SharpCoreDB.Benchmarks.Comparative/SharpCoreDB.Benchmarks.Comparative.csproj b/tests/benchmarks/SharpCoreDB.Benchmarks.Comparative/SharpCoreDB.Benchmarks.Comparative.csproj index a2275be..6ba8ecd 100644 --- a/tests/benchmarks/SharpCoreDB.Benchmarks.Comparative/SharpCoreDB.Benchmarks.Comparative.csproj +++ b/tests/benchmarks/SharpCoreDB.Benchmarks.Comparative/SharpCoreDB.Benchmarks.Comparative.csproj @@ -1,28 +1,28 @@ - - - - net10.0 - Exe - 14.0 - enable - enable - 1.6.0 - false - SharpCoreDB.Benchmarks.Comparative - MPCoreDeveloper - Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved. - - - - - - - - - - - - - - - + + + + net10.0 + Exe + 14.0 + enable + enable + 1.6.0 + false + SharpCoreDB.Benchmarks.Comparative + MPCoreDeveloper + Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved. + + + + + + + + + + + + + + +