I am wondering these files get generated when you make an asp.net mvc 3 file.
jquery.validate.unobtrusive.js
jquery.unobtrusive-ajax.js
I am wondering do they update these only on new releases of mvc or are they regularly updating these versions?
Same with the asp.net mvc templates. When I make a new project I still get like jquery version 1.4.4.
Anyway to update these templates?
You can always create a new project and then the first thing you can go is go to the nuget package manager and update all the installed packages. This will allow you to update jquery and other packages to the latest version.