Hush – Rev 2

Subversion Repositories:
Rev:
using System.Reflection;

namespace Hush
{
    public static class Constants
    {
        public static readonly string MqttTopic = @"lobby";

        public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;

        public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
    }
}

Generated by GNU Enscript 1.6.5.90.