misu – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
5 office 1 using System.Reflection;
4 office 2  
3 namespace misu
4 {
5 public static class Constants
6 {
5 office 7 #region Static Fields and Constants
8  
4 office 9 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;
10  
11 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
5 office 12  
13 #endregion
4 office 14 }
5 office 15 }