I inherited an MVC application that was using Kendo UI 2012.3.1114. I am trying to upgrade the project to use 2013.2.716. Using the library package manager in Visual Studio 2010, I downloaded the latest version of Kendo via Nuget. The files seemed to load correctly into my project. However I soon realized that the 2013.2.716 folder is missing a kendo.aspnetmvc.js file. I'm assuming that this file is necessary for the project since it was included in the older version of the Kendo files. (Not sure if this is related or not, but I noticed that the ListView templates are not working anymore.) So in Visual Studio 2010 I used the Kendo UI for ASP.NET MVC Upgrade Wizard thinking that this tool would provide me with the updated script. However instead this tool reinstalled the old version of Kendo into my project. I've been searching on the site and forums trying to find out how to get the 2013.2.716 version of kendo.aspnetmvc.js but am having no luck. Does anyone have any suggestions?