2017-07-20 11:21:28 +02:00
|
|
|
|
namespace Umbraco.Web.Mvc
|
2015-01-06 17:39:07 +11:00
|
|
|
|
{
|
|
|
|
|
|
internal class MvcVersionCheck
|
|
|
|
|
|
{
|
|
|
|
|
|
public static System.Version MvcVersion
|
|
|
|
|
|
{
|
|
|
|
|
|
get { return typeof (System.Web.Mvc.Controller).Assembly.GetName().Version; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2017-07-20 11:21:28 +02:00
|
|
|
|
}
|