From a8553677952fe69b93359dc3e696a01abab8c534 Mon Sep 17 00:00:00 2001 From: max-ieremenko Date: Sat, 4 Oct 2025 13:03:28 +0200 Subject: [PATCH 1/2] update Npgsql, MySqlConnector --- Sources/Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Directory.Packages.props b/Sources/Directory.Packages.props index 2a0cec8..33a63f4 100644 --- a/Sources/Directory.Packages.props +++ b/Sources/Directory.Packages.props @@ -5,8 +5,8 @@ - - + + From 35eb19eca0b87caf411def751ff8c3b9987a6fb2 Mon Sep 17 00:00:00 2001 From: max-ieremenko Date: Sat, 4 Oct 2025 13:03:41 +0200 Subject: [PATCH 2/2] update third-party-notices --- .../8.0.2}/index.json | 10 ++-- .../8.0.2}/package-LICENSE.TXT | 0 .../8.0.2/package.nuspec | 35 +++++++++++++ .../8.0.2/readme.md | 29 +++++++++++ .../8.0.2}/repository-LICENSE.TXT | 0 .../8.0.2/index.json | 51 +++++++++++++++++++ .../8.0.2}/package-LICENSE.TXT | 0 .../{7.0.1 => 8.0.2}/package.nuspec | 22 ++++++-- .../{7.0.1 => 8.0.2}/readme.md | 6 ++- .../8.0.2}/repository-LICENSE.TXT | 0 .../{2.3.7 => 2.4.0}/index.json | 8 ++- .../{2.3.7 => 2.4.0}/package.nuspec | 44 +++++++++------- .../mysqlconnector/{2.3.7 => 2.4.0}/readme.md | 9 ++-- .../{2.3.7 => 2.4.0}/repository-LICENSE | 0 .../npgsql/{8.0.5 => 8.0.7}/index.json | 0 .../npgsql/{8.0.5 => 8.0.7}/package.nuspec | 4 +- .../npgsql/{8.0.5 => 8.0.7}/project-LICENSE | 2 +- .../npgsql/{8.0.5 => 8.0.7}/readme.md | 2 +- .../{8.0.5 => 8.0.7}/repository-LICENSE | 2 +- .../{7.0.2 => 8.0.1}/index.json | 2 +- .../8.0.1/package-LICENSE.TXT | 23 +++++++++ .../{7.0.2 => 8.0.1}/package.nuspec | 5 +- .../{7.0.2 => 8.0.1}/readme.md | 2 +- .../8.0.1/repository-LICENSE.TXT | 23 +++++++++ Build/third-party-libraries/readme.md | 13 ++--- 25 files changed, 242 insertions(+), 50 deletions(-) rename Build/third-party-libraries/packages/nuget.org/{microsoft.extensions.logging.abstractions/7.0.1 => microsoft.extensions.dependencyinjection.abstractions/8.0.2}/index.json (73%) rename Build/third-party-libraries/packages/nuget.org/{microsoft.extensions.logging.abstractions/7.0.1 => microsoft.extensions.dependencyinjection.abstractions/8.0.2}/package-LICENSE.TXT (100%) create mode 100644 Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package.nuspec create mode 100644 Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/readme.md rename Build/third-party-libraries/packages/nuget.org/{microsoft.extensions.logging.abstractions/7.0.1 => microsoft.extensions.dependencyinjection.abstractions/8.0.2}/repository-LICENSE.TXT (100%) create mode 100644 Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/index.json rename Build/third-party-libraries/packages/nuget.org/{system.diagnostics.diagnosticsource/7.0.2 => microsoft.extensions.logging.abstractions/8.0.2}/package-LICENSE.TXT (100%) rename Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/{7.0.1 => 8.0.2}/package.nuspec (54%) rename Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/{7.0.1 => 8.0.2}/readme.md (69%) rename Build/third-party-libraries/packages/nuget.org/{system.diagnostics.diagnosticsource/7.0.2 => microsoft.extensions.logging.abstractions/8.0.2}/repository-LICENSE.TXT (100%) rename Build/third-party-libraries/packages/nuget.org/mysqlconnector/{2.3.7 => 2.4.0}/index.json (85%) rename Build/third-party-libraries/packages/nuget.org/mysqlconnector/{2.3.7 => 2.4.0}/package.nuspec (62%) rename Build/third-party-libraries/packages/nuget.org/mysqlconnector/{2.3.7 => 2.4.0}/readme.md (68%) rename Build/third-party-libraries/packages/nuget.org/mysqlconnector/{2.3.7 => 2.4.0}/repository-LICENSE (100%) rename Build/third-party-libraries/packages/nuget.org/npgsql/{8.0.5 => 8.0.7}/index.json (100%) rename Build/third-party-libraries/packages/nuget.org/npgsql/{8.0.5 => 8.0.7}/package.nuspec (97%) rename Build/third-party-libraries/packages/nuget.org/npgsql/{8.0.5 => 8.0.7}/project-LICENSE (96%) rename Build/third-party-libraries/packages/nuget.org/npgsql/{8.0.5 => 8.0.7}/readme.md (95%) rename Build/third-party-libraries/packages/nuget.org/npgsql/{8.0.5 => 8.0.7}/repository-LICENSE (96%) rename Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/{7.0.2 => 8.0.1}/index.json (90%) create mode 100644 Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package-LICENSE.TXT rename Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/{7.0.2 => 8.0.1}/package.nuspec (93%) rename Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/{7.0.2 => 8.0.1}/readme.md (88%) create mode 100644 Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/repository-LICENSE.TXT diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/index.json b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/index.json similarity index 73% rename from Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/index.json rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/index.json index 18bccc0..72378b2 100644 --- a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/index.json +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/index.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json", - "Source": "https://api.nuget.org/v3/index.json", + "Source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json", "License": { "Code": "MIT", "Status": "AutomaticallyApproved" @@ -14,12 +14,12 @@ ], "Dependencies": [ { - "Name": "System.Buffers", - "Version": "4.5.1" + "Name": "Microsoft.Bcl.AsyncInterfaces", + "Version": "8.0.0" }, { - "Name": "System.Memory", - "Version": "4.5.5" + "Name": "System.Threading.Tasks.Extensions", + "Version": "4.5.4" } ] } diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/package-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package-LICENSE.TXT similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/package-LICENSE.TXT rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package-LICENSE.TXT diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package.nuspec b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package.nuspec new file mode 100644 index 0000000..7dbf41b --- /dev/null +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/package.nuspec @@ -0,0 +1,35 @@ + + + + Microsoft.Extensions.DependencyInjection.Abstractions + 8.0.2 + Microsoft + MIT + https://licenses.nuget.org/MIT + Icon.png + PACKAGE.md + https://dot.net/ + Abstractions for dependency injection. + +Commonly Used Types: +Microsoft.Extensions.DependencyInjection.IServiceCollection + https://go.microsoft.com/fwlink/?LinkID=799421 + © Microsoft Corporation. All rights reserved. + true + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/readme.md b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/readme.md new file mode 100644 index 0000000..5303c8d --- /dev/null +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/readme.md @@ -0,0 +1,29 @@ +Microsoft.Extensions.DependencyInjection.Abstractions [8.0.2](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2) +-------------------- + +Used by: SqlDatabase + +Target frameworks: netstandard2.0 + +License: [MIT](../../../../licenses/mit) + +- package license: [MIT](https://licenses.nuget.org/MIT) +- repository license: [MIT](https://github.com/dotnet/runtime) +- project license: [Unknown](https://dot.net/) + +Description +----------- +Abstractions for dependency injection. + +Commonly Used Types: +Microsoft.Extensions.DependencyInjection.IServiceCollection + +Dependencies 2 +----------- + +|Name|Version| +|----------|:----| +|[Microsoft.Bcl.AsyncInterfaces](../../../../packages/nuget.org/microsoft.bcl.asyncinterfaces/8.0.0)|8.0.0| +|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4| + +*This page was generated by a tool.* \ No newline at end of file diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/repository-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/repository-LICENSE.TXT similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/repository-LICENSE.TXT rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2/repository-LICENSE.TXT diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/index.json b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/index.json new file mode 100644 index 0000000..b2a3671 --- /dev/null +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/index.json @@ -0,0 +1,51 @@ +{ + "$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json", + "Source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json", + "License": { + "Code": "MIT", + "Status": "AutomaticallyApproved" + }, + "UsedBy": [ + { + "Name": "SqlDatabase", + "InternalOnly": false, + "TargetFrameworks": [ + "netstandard2.0" + ], + "Dependencies": [ + { + "Name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "Version": "8.0.2" + }, + { + "Name": "System.Buffers", + "Version": "4.5.1" + }, + { + "Name": "System.Diagnostics.DiagnosticSource", + "Version": "8.0.1" + }, + { + "Name": "System.Memory", + "Version": "4.5.5" + } + ] + } + ], + "Licenses": [ + { + "Subject": "package", + "Code": "MIT", + "HRef": "https://licenses.nuget.org/MIT" + }, + { + "Subject": "repository", + "Code": "MIT", + "HRef": "https://github.com/dotnet/runtime" + }, + { + "Subject": "project", + "HRef": "https://dot.net/" + } + ] +} \ No newline at end of file diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/package-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/package-LICENSE.TXT similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/package-LICENSE.TXT rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/package-LICENSE.TXT diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/package.nuspec b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/package.nuspec similarity index 54% rename from Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/package.nuspec rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/package.nuspec index 5fbb9a7..8660584 100644 --- a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/package.nuspec +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/package.nuspec @@ -2,11 +2,12 @@ Microsoft.Extensions.Logging.Abstractions - 7.0.1 + 8.0.2 Microsoft MIT https://licenses.nuget.org/MIT Icon.png + PACKAGE.md https://dot.net/ Logging abstractions for Microsoft.Extensions.Logging. @@ -21,15 +22,28 @@ Microsoft.Extensions.Logging.Abstractions.NullLogger https://go.microsoft.com/fwlink/?LinkID=799421 © Microsoft Corporation. All rights reserved. true - + + + - - + + + + + + + + + + + + + diff --git a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/readme.md b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/readme.md similarity index 69% rename from Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/readme.md rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/readme.md index 9a94e2d..72348b4 100644 --- a/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1/readme.md +++ b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/readme.md @@ -1,4 +1,4 @@ -Microsoft.Extensions.Logging.Abstractions [7.0.1](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/7.0.1) +Microsoft.Extensions.Logging.Abstractions [8.0.2](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.2) -------------------- Used by: SqlDatabase @@ -24,12 +24,14 @@ Microsoft.Extensions.Logging.Logger Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger -Dependencies 2 +Dependencies 4 ----------- |Name|Version| |----------|:----| +|[Microsoft.Extensions.DependencyInjection.Abstractions](../../../../packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2)|8.0.2| |[System.Buffers](../../../../packages/nuget.org/system.buffers/4.5.1)|4.5.1| +|[System.Diagnostics.DiagnosticSource](../../../../packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1)|8.0.1| |[System.Memory](../../../../packages/nuget.org/system.memory/4.5.5)|4.5.5| *This page was generated by a tool.* \ No newline at end of file diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/repository-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/repository-LICENSE.TXT similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/repository-LICENSE.TXT rename to Build/third-party-libraries/packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2/repository-LICENSE.TXT diff --git a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/index.json b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/index.json similarity index 85% rename from Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/index.json rename to Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/index.json index 7b0fc27..f9c8ec3 100644 --- a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/index.json +++ b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/index.json @@ -13,13 +13,17 @@ "netstandard2.0" ], "Dependencies": [ + { + "Name": "Microsoft.Extensions.DependencyInjection.Abstractions", + "Version": "8.0.2" + }, { "Name": "Microsoft.Extensions.Logging.Abstractions", - "Version": "7.0.1" + "Version": "8.0.2" }, { "Name": "System.Diagnostics.DiagnosticSource", - "Version": "7.0.2" + "Version": "8.0.1" }, { "Name": "System.Threading.Tasks.Extensions", diff --git a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/package.nuspec b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/package.nuspec similarity index 62% rename from Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/package.nuspec rename to Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/package.nuspec index 960d87b..f79aee2 100644 --- a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/package.nuspec +++ b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/package.nuspec @@ -2,7 +2,7 @@ MySqlConnector - 2.3.7 + 2.4.0 Bradley Grainger MIT https://licenses.nuget.org/MIT @@ -14,41 +14,49 @@ https://mysqlconnector.net/overview/version-history/ Copyright 2016–2024 Bradley Grainger mysql mysqlconnector async ado.net database netcore - + - - + + + - - + + + - - + + + - - - - - + + + - + + + + + + - - + + + - - + + + diff --git a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/readme.md b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/readme.md similarity index 68% rename from Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/readme.md rename to Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/readme.md index 536592b..2e4ba16 100644 --- a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/readme.md +++ b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/readme.md @@ -1,4 +1,4 @@ -MySqlConnector [2.3.7](https://www.nuget.org/packages/MySqlConnector/2.3.7) +MySqlConnector [2.4.0](https://www.nuget.org/packages/MySqlConnector/2.4.0) -------------------- Used by: SqlDatabase @@ -15,13 +15,14 @@ Description ----------- A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more. -Dependencies 3 +Dependencies 4 ----------- |Name|Version| |----------|:----| -|[Microsoft.Extensions.Logging.Abstractions](../../../../packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1)|7.0.1| -|[System.Diagnostics.DiagnosticSource](../../../../packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2)|7.0.2| +|[Microsoft.Extensions.DependencyInjection.Abstractions](../../../../packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2)|8.0.2| +|[Microsoft.Extensions.Logging.Abstractions](../../../../packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2)|8.0.2| +|[System.Diagnostics.DiagnosticSource](../../../../packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1)|8.0.1| |[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4| *This page was generated by a tool.* \ No newline at end of file diff --git a/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/repository-LICENSE b/Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/repository-LICENSE similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.3.7/repository-LICENSE rename to Build/third-party-libraries/packages/nuget.org/mysqlconnector/2.4.0/repository-LICENSE diff --git a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/index.json b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/index.json similarity index 100% rename from Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/index.json rename to Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/index.json diff --git a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/package.nuspec b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/package.nuspec similarity index 97% rename from Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/package.nuspec rename to Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/package.nuspec index 8edeb29..680df3c 100644 --- a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/package.nuspec +++ b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/package.nuspec @@ -2,7 +2,7 @@ Npgsql - 8.0.5 + 8.0.7 Shay Rojansky,Nikita Kazmin,Brar Piening,Nino Floris,Yoh Deadfall,Austin Drenski,Emil Lenngren,Francisco Figueiredo Jr.,Kenji Uno PostgreSQL https://licenses.nuget.org/PostgreSQL @@ -12,7 +12,7 @@ Npgsql is the open source .NET data provider for PostgreSQL. Copyright 2023 © The Npgsql Development Team npgsql postgresql postgres ado ado.net database sql - + diff --git a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/project-LICENSE b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/project-LICENSE similarity index 96% rename from Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/project-LICENSE rename to Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/project-LICENSE index a74ee16..c551cb7 100644 --- a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/project-LICENSE +++ b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/project-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2002-2024, Npgsql +Copyright (c) 2002-2025, Npgsql Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement diff --git a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/readme.md b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/readme.md similarity index 95% rename from Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/readme.md rename to Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/readme.md index cfcaf27..179280f 100644 --- a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/readme.md +++ b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/readme.md @@ -1,4 +1,4 @@ -Npgsql [8.0.5](https://www.nuget.org/packages/Npgsql/8.0.5) +Npgsql [8.0.7](https://www.nuget.org/packages/Npgsql/8.0.7) -------------------- Used by: SqlDatabase diff --git a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/repository-LICENSE b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/repository-LICENSE similarity index 96% rename from Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/repository-LICENSE rename to Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/repository-LICENSE index a74ee16..c551cb7 100644 --- a/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.5/repository-LICENSE +++ b/Build/third-party-libraries/packages/nuget.org/npgsql/8.0.7/repository-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2002-2024, Npgsql +Copyright (c) 2002-2025, Npgsql Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/index.json b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/index.json similarity index 90% rename from Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/index.json rename to Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/index.json index ab9666a..c5e9226 100644 --- a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/index.json +++ b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/index.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json", - "Source": "https://api.nuget.org/v3/index.json", + "Source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json", "License": { "Code": "MIT", "Status": "AutomaticallyApproved" diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package-LICENSE.TXT new file mode 100644 index 0000000..984713a --- /dev/null +++ b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package-LICENSE.TXT @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/package.nuspec b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package.nuspec similarity index 93% rename from Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/package.nuspec rename to Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package.nuspec index d16a5c8..ccff7ca 100644 --- a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/package.nuspec +++ b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/package.nuspec @@ -2,7 +2,7 @@ System.Diagnostics.DiagnosticSource - 7.0.2 + 8.0.1 Microsoft MIT https://licenses.nuget.org/MIT @@ -16,7 +16,7 @@ System.Diagnostics.DiagnosticSource https://go.microsoft.com/fwlink/?LinkID=799421 © Microsoft Corporation. All rights reserved. true - + @@ -26,6 +26,7 @@ System.Diagnostics.DiagnosticSource + diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/readme.md b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/readme.md similarity index 88% rename from Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/readme.md rename to Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/readme.md index c91f56f..899f1bc 100644 --- a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2/readme.md +++ b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/readme.md @@ -1,4 +1,4 @@ -System.Diagnostics.DiagnosticSource [7.0.2](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.2) +System.Diagnostics.DiagnosticSource [8.0.1](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.1) -------------------- Used by: SqlDatabase diff --git a/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/repository-LICENSE.TXT b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/repository-LICENSE.TXT new file mode 100644 index 0000000..984713a --- /dev/null +++ b/Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1/repository-LICENSE.TXT @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Build/third-party-libraries/readme.md b/Build/third-party-libraries/readme.md index e3cfa9e..475afb2 100644 --- a/Build/third-party-libraries/readme.md +++ b/Build/third-party-libraries/readme.md @@ -6,13 +6,13 @@ Licenses |[Apache-2.0](licenses/apache-2.0)|no|no|2| |[BSD-2-Clause](licenses/bsd-2-clause)|no|no|0| |[BSD-3-Clause](licenses/bsd-3-clause)|no|no|2| -|[MIT](licenses/mit)|no|no|61| +|[MIT](licenses/mit)|no|no|62| |[ms-net-library](licenses/ms-net-library)|no|no|1| |[PostgreSQL](licenses/postgresql)|no|no|1| -Packages 67 +Packages 68 -------- |Name|Version|Source|License|Used by| @@ -28,8 +28,9 @@ Packages 67 |[Microsoft.CodeCoverage](packages/nuget.org/microsoft.codecoverage/18.0.0)|18.0.0|[nuget.org](https://www.nuget.org/packages/Microsoft.CodeCoverage/18.0.0)|[MIT](licenses/mit)|SqlDatabase internal| |[Microsoft.CSharp](packages/nuget.org/microsoft.csharp/4.7.0)|4.7.0|[nuget.org](https://www.nuget.org/packages/Microsoft.CSharp/4.7.0)|[MIT](licenses/mit)|SqlDatabase internal| |[Microsoft.Extensions.DependencyInjection.Abstractions](packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.0)|8.0.0|[nuget.org](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0)|[MIT](licenses/mit)|SqlDatabase| -|[Microsoft.Extensions.Logging.Abstractions](packages/nuget.org/microsoft.extensions.logging.abstractions/7.0.1)|7.0.1|[nuget.org](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/7.0.1)|[MIT](licenses/mit)|SqlDatabase| +|[Microsoft.Extensions.DependencyInjection.Abstractions](packages/nuget.org/microsoft.extensions.dependencyinjection.abstractions/8.0.2)|8.0.2|[nuget.org](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2)|[MIT](licenses/mit)|SqlDatabase| |[Microsoft.Extensions.Logging.Abstractions](packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.0)|8.0.0|[nuget.org](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.0)|[MIT](licenses/mit)|SqlDatabase| +|[Microsoft.Extensions.Logging.Abstractions](packages/nuget.org/microsoft.extensions.logging.abstractions/8.0.2)|8.0.2|[nuget.org](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.2)|[MIT](licenses/mit)|SqlDatabase| |[Microsoft.NET.Test.Sdk](packages/nuget.org/microsoft.net.test.sdk/18.0.0)|18.0.0|[nuget.org](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/18.0.0)|[MIT](licenses/mit)|SqlDatabase internal| |[Microsoft.Testing.Extensions.Telemetry](packages/nuget.org/microsoft.testing.extensions.telemetry/1.7.3)|1.7.3|[nuget.org](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.7.3)|[MIT](licenses/mit)|SqlDatabase internal| |[Microsoft.Testing.Extensions.TrxReport.Abstractions](packages/nuget.org/microsoft.testing.extensions.trxreport.abstractions/1.7.3)|1.7.3|[nuget.org](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.7.3)|[MIT](licenses/mit)|SqlDatabase internal| @@ -42,11 +43,11 @@ Packages 67 |[Microsoft.TestPlatform.TestHost](packages/nuget.org/microsoft.testplatform.testhost/18.0.0)|18.0.0|[nuget.org](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/18.0.0)|[MIT](licenses/mit)|SqlDatabase internal| |[Microsoft.Win32.Registry](packages/nuget.org/microsoft.win32.registry/4.7.0)|4.7.0|[nuget.org](https://www.nuget.org/packages/Microsoft.Win32.Registry/4.7.0)|[MIT](licenses/mit)|SqlDatabase| |[Moq](packages/nuget.org/moq/4.20.72)|4.20.72|[nuget.org](https://www.nuget.org/packages/Moq/4.20.72)|[BSD-3-Clause](licenses/bsd-3-clause)|SqlDatabase internal| -|[MySqlConnector](packages/nuget.org/mysqlconnector/2.3.7)|2.3.7|[nuget.org](https://www.nuget.org/packages/MySqlConnector/2.3.7)|[MIT](licenses/mit)|SqlDatabase| +|[MySqlConnector](packages/nuget.org/mysqlconnector/2.4.0)|2.4.0|[nuget.org](https://www.nuget.org/packages/MySqlConnector/2.4.0)|[MIT](licenses/mit)|SqlDatabase| |[NETStandard.Library](packages/nuget.org/netstandard.library/2.0.3)|2.0.3|[nuget.org](https://www.nuget.org/packages/NETStandard.Library/2.0.3)|[MIT](licenses/mit)|SqlDatabase| |[Newtonsoft.Json](packages/nuget.org/newtonsoft.json/13.0.3)|13.0.3|[nuget.org](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)|[MIT](licenses/mit)|SqlDatabase internal| |[Newtonsoft.Json](packages/nuget.org/newtonsoft.json/13.0.4)|13.0.4|[nuget.org](https://www.nuget.org/packages/Newtonsoft.Json/13.0.4)|[MIT](licenses/mit)|SqlDatabase internal| -|[Npgsql](packages/nuget.org/npgsql/8.0.5)|8.0.5|[nuget.org](https://www.nuget.org/packages/Npgsql/8.0.5)|[PostgreSQL](licenses/postgresql)|SqlDatabase| +|[Npgsql](packages/nuget.org/npgsql/8.0.7)|8.0.7|[nuget.org](https://www.nuget.org/packages/Npgsql/8.0.7)|[PostgreSQL](licenses/postgresql)|SqlDatabase| |[NUnit](packages/nuget.org/nunit/4.4.0)|4.4.0|[nuget.org](https://www.nuget.org/packages/NUnit/4.4.0)|[MIT](licenses/mit)|SqlDatabase internal| |[NUnit3TestAdapter](packages/nuget.org/nunit3testadapter/5.1.0)|5.1.0|[nuget.org](https://www.nuget.org/packages/NUnit3TestAdapter/5.1.0)|[MIT](licenses/mit)|SqlDatabase internal| |[PowerShellStandard.Library](packages/nuget.org/powershellstandard.library/5.1.1)|5.1.1|[nuget.org](https://www.nuget.org/packages/PowerShellStandard.Library/5.1.1)|[MIT](licenses/mit)|SqlDatabase| @@ -59,8 +60,8 @@ Packages 67 |[System.Data.SqlClient](packages/nuget.org/system.data.sqlclient/4.8.6)|4.8.6|[nuget.org](https://www.nuget.org/packages/System.Data.SqlClient/4.8.6)|[MIT](licenses/mit)|SqlDatabase| |[System.Diagnostics.DiagnosticSource](packages/nuget.org/system.diagnostics.diagnosticsource/4.7.0)|4.7.0|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/4.7.0)|[MIT](licenses/mit)|SqlDatabase| |[System.Diagnostics.DiagnosticSource](packages/nuget.org/system.diagnostics.diagnosticsource/5.0.0)|5.0.0|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/5.0.0)|[MIT](licenses/mit)|SqlDatabase internal| -|[System.Diagnostics.DiagnosticSource](packages/nuget.org/system.diagnostics.diagnosticsource/7.0.2)|7.0.2|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.2)|[MIT](licenses/mit)|SqlDatabase| |[System.Diagnostics.DiagnosticSource](packages/nuget.org/system.diagnostics.diagnosticsource/8.0.0)|8.0.0|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.0)|[MIT](licenses/mit)|SqlDatabase| +|[System.Diagnostics.DiagnosticSource](packages/nuget.org/system.diagnostics.diagnosticsource/8.0.1)|8.0.1|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.1)|[MIT](licenses/mit)|SqlDatabase| |[System.Diagnostics.EventLog](packages/nuget.org/system.diagnostics.eventlog/4.7.0)|4.7.0|[nuget.org](https://www.nuget.org/packages/System.Diagnostics.EventLog/4.7.0)|[MIT](licenses/mit)|SqlDatabase internal| |[System.Management](packages/nuget.org/system.management/6.0.1)|6.0.1|[nuget.org](https://www.nuget.org/packages/System.Management/6.0.1)|[MIT](licenses/mit)|SqlDatabase internal| |[System.Memory](packages/nuget.org/system.memory/4.5.4)|4.5.4|[nuget.org](https://www.nuget.org/packages/System.Memory/4.5.4)|[MIT](licenses/mit)|SqlDatabase|