Skip to content

Commit 01849b7

Browse files
author
MPCoreDeveloper
committed
version and reals notes upgrades
1 parent 523dc95 commit 01849b7

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

src/SharpCoreDB.Data.Provider/SharpCoreDB.Data.Provider.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</RepositoryUrl>
1818
<PackageTags>ado.net;database;data-provider;sharpcoredb</PackageTags>
19-
<Version>1.0.6</Version>
19+
<Version>1.1.0</Version>
2020
<RepositoryType>git</RepositoryType>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageIcon>SharpCoreDB.jpg</PackageIcon>
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<PackageId>SharpCoreDB.Data.Provider</PackageId>
2626
<Description>Data provider layer for SharpCoreDB on .NET 10.</Description>
27-
<PackageReleaseNotes>v1.0.6: Updated to support SharpCoreDB 1.0.6 with full subquery and JOIN support.</PackageReleaseNotes>
27+
<PackageReleaseNotes>v1.1.0: Updated to support SharpCoreDB 1.1.0 - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning.</PackageReleaseNotes>
2828

2929
<!-- Visual Studio: Enable "Pack" command to create multi-RID package -->
3030
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

src/SharpCoreDB.EntityFrameworkCore/SharpCoreDB.EntityFrameworkCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<!-- NuGet Package Properties -->
1010
<PackageId>SharpCoreDB.EntityFrameworkCore</PackageId>
11-
<Version>1.0.6</Version>
11+
<Version>1.1.0</Version>
1212
<Authors>MPCoreDeveloper</Authors>
1313
<Company>SharpCoreDB</Company>
1414
<Product>SharpCoreDB.EntityFrameworkCore</Product>
15-
<Description>Entity Framework Core 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. Compatible with SharpCoreDB 1.0.6 DEFAULT values.</Description>
15+
<Description>Entity Framework Core 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. Compatible with SharpCoreDB 1.1.0.</Description>
1616
<Copyright>Copyright (c) 2026 MPCoreDeveloper</Copyright>
17-
<PackageReleaseNotes>v1.0.6: Updated to support SharpCoreDB 1.0.6 with full subquery and JOIN support.</PackageReleaseNotes>
17+
<PackageReleaseNotes>v1.1.0: Updated to support SharpCoreDB 1.1.0 - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning.</PackageReleaseNotes>
1818
<PackageTags>sharpcoredb;entityframeworkcore;efcore;database;encryption;net10;csharp14;android;ios;mobile;iot;arm64;x64</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
@@ -44,7 +44,7 @@
4444

4545
<!-- Reference published SharpCoreDB NuGet package instead of project reference for deployment -->
4646
<!-- For development, use ProjectReference; for NuGet, use PackageReference -->
47-
<PackageReference Include="SharpCoreDB" Version="1.0.6" Condition="'$(UseSharpCoreDBPackage)' == 'true'" />
47+
<PackageReference Include="SharpCoreDB" Version="1.1.0" Condition="'$(UseSharpCoreDBPackage)' == 'true'" />
4848
</ItemGroup>
4949

5050
<ItemGroup Condition="'$(UseSharpCoreDBPackage)' != 'true'">

src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<!-- NuGet Package Properties -->
1010
<PackageId>SharpCoreDB.Extensions</PackageId>
11-
<Version>1.0.6</Version>
11+
<Version>1.1.0</Version>
1212
<Authors>MPCoreDeveloper</Authors>
1313
<Company>SharpCoreDB</Company>
1414
<Product>SharpCoreDB.Extensions</Product>
1515
<Description>Extensions for SharpCoreDB including Dapper integration and ASP.NET Core health checks. Built for .NET 10 with C# 14. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices with platform-specific optimizations.</Description>
1616
<Copyright>Copyright (c) 2026 MPCoreDeveloper</Copyright>
17-
<PackageReleaseNotes>v1.0.6: Updated to support SharpCoreDB 1.0.6 with full subquery and JOIN support.</PackageReleaseNotes>
17+
<PackageReleaseNotes>v1.1.0: Updated to support SharpCoreDB 1.1.0 - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning.</PackageReleaseNotes>
1818
<PackageTags>sharpcoredb;database;dapper;healthchecks;extensions;net10;csharp14;android;ios;mobile;iot;arm64;x64</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.2" />
4444

4545
<!-- Reference published SharpCoreDB NuGet package instead of project reference for deployment -->
46-
<PackageReference Include="SharpCoreDB" Version="1.0.6" Condition="'$(UseSharpCoreDBPackage)' == 'true'" />
46+
<PackageReference Include="SharpCoreDB" Version="1.1.0" Condition="'$(UseSharpCoreDBPackage)' == 'true'" />
4747
</ItemGroup>
4848

4949
<ItemGroup Condition="'$(UseSharpCoreDBPackage)' != 'true'">

src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<!-- NuGet Package Properties -->
1010
<PackageId>SharpCoreDB.Provider.YesSql</PackageId>
11-
<Version>1.0.6</Version>
11+
<Version>1.1.0</Version>
1212
<Authors>MPCoreDeveloper</Authors>
1313
<Company>SharpCoreDB</Company>
1414
<Product>SharpCoreDB.Provider.YesSql</Product>
1515
<Description>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.</Description>
1616
<Copyright>Copyright (c) 2026 MPCoreDeveloper</Copyright>
17-
<PackageReleaseNotes>v1.0.6: Updated to support SharpCoreDB 1.0.6 with full subquery and JOIN support.</PackageReleaseNotes>
17+
<PackageReleaseNotes>v1.1.0: Updated to support SharpCoreDB 1.1.0 - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning.</PackageReleaseNotes>
1818
<PackageTags>sharpcoredb;yessql;database;orm;net10;csharp14;android;ios;mobile;iot;arm64;x64</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>

src/SharpCoreDB.Serilog.Sinks/SharpCoreDB.Serilog.Sinks.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<!-- NuGet Package Metadata -->
99
<PackageId>SharpCoreDB.Serilog.Sinks</PackageId>
10-
<Version>1.0.6</Version>
10+
<Version>1.1.0</Version>
1111
<Authors>MPCoreDeveloper</Authors>
1212
<Company>SharpCoreDB</Company>
1313
<Product>SharpCoreDB.Serilog.Sinks</Product>
14-
<Description>A Serilog sink for SharpCoreDB - a lightweight, encrypted, file-based database. Features efficient batch logging with AES-256-GCM encryption, AppendOnly storage engine for maximum write speed, and full async support. Compatible with SharpCoreDB 1.0.6+ with DEFAULT values and CHECK constraints.</Description>
14+
<Description>A Serilog sink for SharpCoreDB - a lightweight, encrypted, file-based database. Features efficient batch logging with AES-256-GCM encryption, AppendOnly storage engine for maximum write speed, and full async support. Compatible with SharpCoreDB 1.1.0+.</Description>
1515
<Copyright>Copyright (c) 2025-2026 MPCoreDeveloper</Copyright>
1616
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</RepositoryUrl>
@@ -24,7 +24,7 @@
2424
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27-
<PackageReleaseNotes>v1.0.6: Updated to support SharpCoreDB 1.0.6 with full subquery and JOIN support.</PackageReleaseNotes>
27+
<PackageReleaseNotes>v1.1.0: Updated to support SharpCoreDB 1.1.0 - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning.</PackageReleaseNotes>
2828
</PropertyGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)