misu – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Reflection;
5 using System.Text;
6 using System.Threading.Tasks;
7  
8 namespace misu
9 {
10 public static class Constants
11 {
12 public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;
13  
14 public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();
15 }
16 }