I try to get started with MVC SPA apps, and I noticed in BundleConfig the following:
ScriptBundle("~/scripts/jquery-{version}.js")
How this works? What is {version} and where it it taken from?
And where can find more information this, how BundleConfig works and how to customize it?
Thanks