I've added the latest release of Jquery(1.5.2) via Nuget, but t4mvc refuses to see it.
It doesn't appear in intellisense, and when i type it in manually i get:
CS0117: 'Links.Scripts' does not contain a definition for 'jquery_1_5_2_min_js'
This is the code i'm using to reference it.
<script src="@Url.Content(Links.Scripts.jquery_1_5_2_min_js)" type="text/javascript"></script>
As a side issue, how does one go about install older versions of jquery via NuGet? is it possible?