Winify – Diff between revs 25 and 28

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 25 Rev 28
Line 16... Line 16...
16 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name; 16 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;
Line 17... Line 17...
17   17  
Line 18... Line 18...
18 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); 18 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
19   19  
Line 20... Line 20...
20 public static readonly string AssemblyGuid = 20 public static readonly string AssemblyGuid =
Line 21... Line 21...
21 ((GuidAttribute) Assembly.GetEntryAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value; 21 ((GuidAttribute)Assembly.GetEntryAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value;