Update dependencies

Add linkdotnet/BuildInformation
This commit is contained in:
2025-10-02 18:09:27 +02:00
parent 06555614f1
commit 0b44abf4c7
5 changed files with 42 additions and 32 deletions

View File

@@ -4,14 +4,6 @@ namespace API;
public struct Constants
{
public const string TRANGA =
"\n\n" +
" _______ v2\n" +
"|_ _|.----..---.-..-----..-----..---.-.\n" +
" | | | _|| _ || || _ || _ |\n" +
" |___| |__| |___._||__|__||___ ||___._|\n" +
" |_____| \n\n";
public static readonly Size ImageSmSize = new (225, 320);
public static readonly Size ImageMdSize = new (450, 640);
public static readonly Size ImageLgSize = new (900, 1280);