From af31e7e88ffc3ea1ab73886f8ff232f8a730a465 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 19 May 2024 12:14:42 -0400 Subject: Squashed commit of the following: commit 4df5cfd547a3d5da63070fd98f4d0ddc4fa22121 Author: vnugent Date: Thu May 2 16:46:35 2024 -0400 spring project cleanup commit a4e42fcc5ca811425b26897c982990e78b5eafcb Merge: 6ed9d9e 7614119 Author: vnugent Date: Sun Mar 24 21:08:49 2024 -0400 Merge branch 'master' into develop commit 6ed9d9edc21526ce7575ae3128cc881c85100f18 Author: vnugent Date: Sun Mar 10 21:58:28 2024 -0400 source tree project location updated commit 850a60e02bd083a797ffb5f48229fab502e8aede Author: vnugent Date: Mon Feb 12 20:27:53 2024 -0500 refactor: integrate the latest sql library updates commit c70a61bc1bf683c2097e3a2481d9dfb9adbd31ea Author: vnugent Date: Sun Feb 4 01:30:25 2024 -0500 submit pending changes --- .../src/VNLib.Plugins.Essentials.Oauth.csproj | 11 ++++++----- .../src/OAuth2ClientApplications.csproj | 8 +++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj index b756f36..42741de 100644 --- a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj +++ b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj @@ -2,14 +2,17 @@ net8.0 + enable VNLib.Plugins.Essentials.Oauth VNLib.Plugins.Essentials.OAuth en-US - enable - latest-all True + + latest-all + + VNLib.Plugins.Essentials.OAuth Vaughn Nugent @@ -19,13 +22,11 @@ Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Essentials.Oauth https://github.com/VnUgE/VNLib.Plugins.Essentials.Oauth/tree/master/Libs/VNLib.Plugins.Essentials.Oauth - - - README.md LICENSE True + True diff --git a/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj b/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj index 80f1e48..eae6541 100644 --- a/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj +++ b/Plugins/OAuth2ClientApplications/src/OAuth2ClientApplications.csproj @@ -6,14 +6,14 @@ OAuth2ClientApplications OAuth2ClientApplications False - latest-all true - + latest-all + VNLib.Plugins.Essentials.OAuth.ClientApplications Vaughn Nugent @@ -23,12 +23,10 @@ Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Essentials.Oauth https://github.com/VnUgE/VNLib.Plugins.Essentials.Oauth/tree/master/Plugins/OAuth2ClientApplications - - - README.md LICENSE + True -- cgit