Add Multi Instance Support , Serilog , little Hotfixes
This commit is contained in:
10
UmlautAdaptarr/Utilities/Helper.cs
Normal file
10
UmlautAdaptarr/Utilities/Helper.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace UmlautAdaptarr.Utilities
|
||||
{
|
||||
public static class Helper
|
||||
{
|
||||
public static void ShowLogo()
|
||||
{
|
||||
Console.WriteLine("\r\n _ _ _ _ ___ _ _ \r\n| | | | | | | | / _ \\ | | | | \r\n| | | |_ __ ___ | | __ _ _ _| |_/ /_\\ \\ __| | __ _ _ __ | |_ __ _ _ __ _ __ \r\n| | | | '_ ` _ \\| |/ _` | | | | __| _ |/ _` |/ _` | '_ \\| __/ _` | '__| '__|\r\n| |_| | | | | | | | (_| | |_| | |_| | | | (_| | (_| | |_) | || (_| | | | | \r\n \\___/|_| |_| |_|_|\\__,_|\\__,_|\\__\\_| |_/\\__,_|\\__,_| .__/ \\__\\__,_|_| |_| \r\n | | \r\n |_| \r\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user