Hush – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 2... Line 2...
2   2  
3 namespace Hush 3 namespace Hush
4 { 4 {
5 public static class Constants 5 public static class Constants
6 { 6 {
Line -... Line 7...
-   7 public static readonly string MqttTopic = @"lobby";
-   8  
7 public static readonly string ASSEMBLY_NAME = Assembly.GetEntryAssembly().GetName().Name; 9 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;
8   10  
9 public static readonly string ASSEMBLY_VERSION = Assembly.GetEntryAssembly().GetName().Version.ToString(); 11 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
10 } 12 }