diff --git a/Directory.Build.props b/Directory.Build.props
index 9bd3d28..724051b 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/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
index b547b69..3ab2dd6 100644
--- a/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
+++ b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj
@@ -1,31 +1,31 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- false
- true
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ false
+ true
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SharpCoreDB.Server.Core/SharpCoreDB.Server.Core.csproj b/src/SharpCoreDB.Server.Core/SharpCoreDB.Server.Core.csproj
index a846aa4..e0b1f4b 100644
--- a/src/SharpCoreDB.Server.Core/SharpCoreDB.Server.Core.csproj
+++ b/src/SharpCoreDB.Server.Core/SharpCoreDB.Server.Core.csproj
@@ -1,37 +1,37 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- true
-
-
- SharpCoreDB.Server.Core
- 1.5.0
- Core server infrastructure for SharpCoreDB network server
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ true
+
+
+ SharpCoreDB.Server.Core
+ 1.5.0
+ Core server infrastructure for SharpCoreDB network server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SharpCoreDB.Server.Protocol/SharpCoreDB.Server.Protocol.csproj b/src/SharpCoreDB.Server.Protocol/SharpCoreDB.Server.Protocol.csproj
index 0610f32..b0f331a 100644
--- a/src/SharpCoreDB.Server.Protocol/SharpCoreDB.Server.Protocol.csproj
+++ b/src/SharpCoreDB.Server.Protocol/SharpCoreDB.Server.Protocol.csproj
@@ -1,31 +1,31 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- true
-
-
- SharpCoreDB.Server.Protocol
- 1.5.0
- Network protocol definitions for SharpCoreDB server (gRPC, binary, HTTP)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ true
+
+
+ SharpCoreDB.Server.Protocol
+ 1.5.0
+ Network protocol definitions for SharpCoreDB server (gRPC, binary, HTTP)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SharpCoreDB.Server/SharpCoreDB.Server.csproj b/src/SharpCoreDB.Server/SharpCoreDB.Server.csproj
index dd663c4..fedcb0d 100644
--- a/src/SharpCoreDB.Server/SharpCoreDB.Server.csproj
+++ b/src/SharpCoreDB.Server/SharpCoreDB.Server.csproj
@@ -1,45 +1,46 @@
-
-
-
- net10.0
- 14.0
- enable
- enable
- Exe
- true
- true
-
-
- true
- true
- false
-
-
- sharpcoredb-server
- SharpCoreDB Network Server
- SharpCoreDB network database server with gRPC and HTTP support
- 1.5.0
- MPCoreDeveloper
- SharpCoreDB
- Copyright (c) 2026 MPCoreDeveloper
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ 14.0
+ enable
+ enable
+ Exe
+ true
+ true
+
+
+ true
+ true
+ false
+
+
+ sharpcoredb-server
+ SharpCoreDB Network Server
+ SharpCoreDB network database server with gRPC and HTTP support
+ 1.5.0
+ MPCoreDeveloper
+ SharpCoreDB
+ Copyright (c) 2026 MPCoreDeveloper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/benchmarks/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj b/tests/benchmarks/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj
index 245f7bb..9b70d2b 100644
--- a/tests/benchmarks/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj
+++ b/tests/benchmarks/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj
@@ -1,31 +1,31 @@
-
-
-
- net10.0
- Exe
- 14.0
- enable
- enable
- 1.5.0
- false
- false
- SharpCoreDB.Benchmarks
- MPCoreDeveloper
- Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved.
- 1.5.0.0
- 1.5.0.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net10.0
+ Exe
+ 14.0
+ enable
+ enable
+ 1.5.0
+ false
+ false
+ SharpCoreDB.Benchmarks
+ MPCoreDeveloper
+ Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved.
+ 1.5.0.0
+ 1.5.0.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+