Skip to content

Commit ae533c7

Browse files
vkuttypCopilot
andcommitted
Bump version to 1.2.2
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cebd1ba commit ae533c7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/SqlDotnetty.Core/SqlDotnetty.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99

1010
<PackageId>CosmoSQLClient.Core</PackageId>
11-
<Version>1.2.1</Version>
11+
<Version>1.2.2</Version>
1212
<Authors>Veeran Puthumkara</Authors>
1313
<Description>Shared core types and interfaces for CosmoSQLClient — a unified .NET database driver for MSSQL, PostgreSQL, MySQL and SQLite using DotNetty.</Description>
1414
<PackageTags>sql;mssql;postgres;mysql;sqlite;database;driver;dotnetty;nio</PackageTags>

src/SqlDotnetty.MsSql/SqlDotnetty.MsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Nullable>enable</Nullable>
2121

2222
<PackageId>CosmoSQLClient.MsSql</PackageId>
23-
<Version>1.2.1</Version>
23+
<Version>1.2.2</Version>
2424
<Authors>Veeran Puthumkara</Authors>
2525
<Description>Microsoft SQL Server driver for CosmoSQLClient — TDS 7.4 wire protocol from scratch using DotNetty. Supports TLS, Windows/SQL auth, stored procedures and connection pooling.</Description>
2626
<PackageTags>sql;mssql;sqlserver;tds;database;driver;dotnetty;nio</PackageTags>

src/SqlDotnetty.MySql/SqlDotnetty.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Nullable>enable</Nullable>
2121

2222
<PackageId>CosmoSQLClient.MySql</PackageId>
23-
<Version>1.2.1</Version>
23+
<Version>1.2.2</Version>
2424
<Authors>Veeran Puthumkara</Authors>
2525
<Description>MySQL driver for CosmoSQLClient — MySQL v10 wire protocol using DotNetty. Supports mysql_native_password, caching_sha2_password auth and connection pooling.</Description>
2626
<PackageTags>sql;mysql;mariadb;database;driver;dotnetty;nio</PackageTags>

src/SqlDotnetty.Postgres/SqlDotnetty.Postgres.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Nullable>enable</Nullable>
2121

2222
<PackageId>CosmoSQLClient.Postgres</PackageId>
23-
<Version>1.2.1</Version>
23+
<Version>1.2.2</Version>
2424
<Authors>Veeran Puthumkara</Authors>
2525
<Description>PostgreSQL driver for CosmoSQLClient — PostgreSQL v3 wire protocol using DotNetty. Supports SCRAM-SHA-256 auth, TLS and connection pooling.</Description>
2626
<PackageTags>sql;postgres;postgresql;database;driver;dotnetty;nio</PackageTags>

src/SqlDotnetty.Sqlite/SqlDotnetty.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Nullable>enable</Nullable>
1717

1818
<PackageId>CosmoSQLClient.Sqlite</PackageId>
19-
<Version>1.2.1</Version>
19+
<Version>1.2.2</Version>
2020
<Authors>Veeran Puthumkara</Authors>
2121
<Description>SQLite driver for CosmoSQLClient — wraps Microsoft.Data.Sqlite behind the unified ISqlDatabase interface with connection pooling support.</Description>
2222
<PackageTags>sql;sqlite;database;driver;dotnetty;nio</PackageTags>

0 commit comments

Comments
 (0)