Added ApplicationVersion to BaseKernel

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent 437f89547e
commit 7e077ed913

@ -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