Compare commits

...
Author SHA1 Message Date
SuperDooper 37939b84ac fix: add missing using System.Reflection for GetCustomAttribute 2026-05-08 13:57:45 +02:00
+1
View File
@@ -1,5 +1,6 @@
using System;
using System.Diagnostics;
using System.Reflection;
using System.IO;
using System.IO.Compression;
using System.Net.Http;