Merge branch 'stevanfreeborn/feat/add-console-app' of github.com:StevanFreeborn/alt-gen into stevanfreeborn/feat/add-console-app

This commit is contained in:
Stevan Freeborn
2025-03-28 18:14:30 -05:00
3 changed files with 3 additions and 3 deletions
@@ -1,3 +1,3 @@
namespace AltGen.Console.Config;
record ProviderSettings(string Provider, string Key, bool Default);
record ProviderSettings(string Provider, string Key, bool Default);
@@ -6,4 +6,4 @@ record GenerateAltTextRequest(
string FileName,
byte[] Image,
string ContentType
);
);
+1 -1
View File
@@ -14,4 +14,4 @@ global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using Spectre.Console;
global using Spectre.Console.Cli;
global using Spectre.Console.Cli;