misu – Diff between revs 4 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 5
Line 1... Line -...
1 using System; -  
2 using System.Collections.Generic; -  
3 using System.Linq; -  
4 using System.Reflection; 1 using System.Reflection;
5 using System.Text; -  
6 using System.Threading.Tasks; -  
Line 7... Line 2...
7   2  
8 namespace misu 3 namespace misu
9 { 4 {
10 public static class Constants 5 public static class Constants
-   6 {
-   7 #region Static Fields and Constants
11 { 8  
Line 12... Line 9...
12 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name; 9 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;
-   10  
-   11 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
13   12  
14 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); 13 #endregion
15 } 14 }