using System.Reflection; namespace Hush { public static class Constants { public static readonly string MqttTopic = @"lobby"; public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name; public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); } }