From 1350c983c371fdd6a93596c8474345f9168284e1 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 22 May 2024 15:28:54 -0400 Subject: Squashed commit of the following: commit 27fb5382d80d9bcfb4c65974bbae20c5e7b8ccbc Author: vnugent Date: Wed May 22 00:57:34 2024 -0400 feat: Vault environment vars commit 69f13e43dfdd8069459800ccc3039f45fc884814 Author: vnugent Date: Wed May 15 22:04:43 2024 -0400 fix: #3 Defer vault loading until a secret actually needs it commit c848787d4830a73e9ba93898897282be2f3752f2 Author: vnugent Date: Wed May 15 22:02:02 2024 -0400 package updates commit 21c6c85f540740ac29536a7091346a731aa85148 Author: vnugent Date: Wed May 15 22:01:16 2024 -0400 fix: #3 Error raised when managed password type disposed commit 8e77289041349b16536497f48f0c0a4ec6fe30f5 Author: vnugent Date: Thu May 2 15:44:42 2024 -0400 feat: #2 Middleware helpers, proj cleanup, fix sync secrets, vault client commit e0a5c85297516188e57b54d9b530b2482cb03eb0 Merge: a977dab 5ad520e Author: vnugent Date: Sat Apr 27 17:44:09 2024 -0400 Merge branch 'master' into develop commit a977dabef1dec915e00f755cb3ee3363aa9985f1 Author: vnugent Date: Sat Apr 27 17:26:35 2024 -0400 chore: package updates commit a2e2c3c4152d000b8df25c3c3fee14d491aab2c6 Merge: f03b727 87bfa83 Author: vnugent Date: Sat Apr 20 12:11:45 2024 -0400 Merge branch 'master' into develop commit f03b727d8f8e52f1dbd6293ea5c5a492c6d8e2da Author: vnugent Date: Sat Apr 20 12:02:07 2024 -0400 chore: Package updates --- .../src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj | 8 ++++++-- .../src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj | 8 ++++++-- .../src/VNLib.Plugins.Extensions.Loading.Sql.SQLite.csproj | 10 +++++++--- .../src/VNLib.Plugins.Extensions.Loading.Sql.SQLServer.csproj | 10 +++++++--- 4 files changed, 26 insertions(+), 10 deletions(-) (limited to 'lib/sql-providers') diff --git a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj index 9f5c2bf..3d52e85 100644 --- a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj +++ b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj @@ -2,14 +2,17 @@ net8.0 + enable VNLib.Plugins.Extensions.Sql.MySQL VNLib.Plugins.Extensions.Sql - enable - disable True true + + + latest-all + VNLib.Plugins.Extensions.Sql.MySQL @@ -22,6 +25,7 @@ A runtime asset library that provides MySQL interfaces for ADO and EFCore SQL server clients README.md LICENSE + True diff --git a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj index 9f5c2bf..3d52e85 100644 --- a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj +++ b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj @@ -2,14 +2,17 @@ net8.0 + enable VNLib.Plugins.Extensions.Sql.MySQL VNLib.Plugins.Extensions.Sql - enable - disable True true + + + latest-all + VNLib.Plugins.Extensions.Sql.MySQL @@ -22,6 +25,7 @@ A runtime asset library that provides MySQL interfaces for ADO and EFCore SQL server clients README.md LICENSE + True diff --git a/lib/sql-providers/sqlite/VNLib.Plugins.Extensions.Loading.Sql.SQLite/src/VNLib.Plugins.Extensions.Loading.Sql.SQLite.csproj b/lib/sql-providers/sqlite/VNLib.Plugins.Extensions.Loading.Sql.SQLite/src/VNLib.Plugins.Extensions.Loading.Sql.SQLite.csproj index d251923..753deaf 100644 --- a/lib/sql-providers/sqlite/VNLib.Plugins.Extensions.Loading.Sql.SQLite/src/VNLib.Plugins.Extensions.Loading.Sql.SQLite.csproj +++ b/lib/sql-providers/sqlite/VNLib.Plugins.Extensions.Loading.Sql.SQLite/src/VNLib.Plugins.Extensions.Loading.Sql.SQLite.csproj @@ -2,14 +2,17 @@ net8.0 + enable VNLib.Plugins.Extensions.Sql.SQLite VNLib.Plugins.Extensions.Sql - enable - disable True true + + + latest-all + VNLib.Plugins.Extensions.Sql.SQLite @@ -22,6 +25,7 @@ A runtime asset library that provides SQLite interfaces for ADO and EFCore SQL server clients README.md LICENSE + True @@ -45,7 +49,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/lib/sql-providers/sqlserver/VNLib.Plugins.Extensions.Loading.Sql.SQLServer/src/VNLib.Plugins.Extensions.Loading.Sql.SQLServer.csproj b/lib/sql-providers/sqlserver/VNLib.Plugins.Extensions.Loading.Sql.SQLServer/src/VNLib.Plugins.Extensions.Loading.Sql.SQLServer.csproj index 897f9df..97c6096 100644 --- a/lib/sql-providers/sqlserver/VNLib.Plugins.Extensions.Loading.Sql.SQLServer/src/VNLib.Plugins.Extensions.Loading.Sql.SQLServer.csproj +++ b/lib/sql-providers/sqlserver/VNLib.Plugins.Extensions.Loading.Sql.SQLServer/src/VNLib.Plugins.Extensions.Loading.Sql.SQLServer.csproj @@ -2,14 +2,17 @@ net8.0 + enable VNLib.Plugins.Extensions.Sql.SqlServer VNLib.Plugins.Extensions.Sql - enable - disable True true + + + latest-all + VNLib.Plugins.Extensions.Sql.SqlServer @@ -22,6 +25,7 @@ A runtime asset library that provides SqlServer interfaces for ADO and EFCore SQL server clients README.md LICENSE + True @@ -45,7 +49,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + -- cgit