Hush – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System.Reflection;
2  
3 namespace Hush
4 {
5 public static class Constants
6 {
7 public static readonly string ASSEMBLY_NAME = Assembly.GetEntryAssembly().GetName().Name;
8  
9 public static readonly string ASSEMBLY_VERSION = Assembly.GetEntryAssembly().GetName().Version.ToString();
10 }
11 }