Fixed release builds

This commit is contained in:
Thorsten Sommer 2025-04-26 18:59:44 +02:00
parent 81030019c7
commit 51b28bf9b6
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -8,6 +8,10 @@ using Microsoft.Extensions.FileProviders;
using SharedTools;
#if RELEASE
using System.Reflection;
#endif
namespace AIStudio.Assistants.I18N;
public partial class AssistantI18N : AssistantBaseCore<SettingsDialogI18N>