Hush – Rev 1

Subversion Repositories:
Rev:
using System.Reflection;

namespace Hush
{
    public static class Constants
    {
        public static readonly string ASSEMBLY_NAME = Assembly.GetEntryAssembly().GetName().Name;

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

Generated by GNU Enscript 1.6.5.90.