Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/trunk/Winify/Constants.cs
@@ -18,7 +18,7 @@
public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
 
public static readonly string AssemblyGuid =
((GuidAttribute) Assembly.GetEntryAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value;
((GuidAttribute)Assembly.GetEntryAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value;
 
#endregion