Added ApplicationVersion to BaseKernel

pull/15/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent 6d1c7117fd
commit 55a914958b

@ -252,5 +252,16 @@ namespace MediaBrowser.Common.Kernel
Logger.LoggerInstance.Dispose();
}
}
/// <summary>
/// Gets the current application version
/// </summary>
public Version ApplicationVersion
{
get
{
return GetType().Assembly.GetName().Version;
}
}
}
}

Loading…
Cancel
Save