using System.Reflection; namespace misu { public static class Constants { #region Static Fields and Constants public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name; public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); #endregion } }