ClientDependency 1.8 released
It’s taken me forever to get this release out purely due to not having enough time, but here it finally is. This update now multi-targets framework versions:
- Core project now targets both .Net 4 and 4.5
- MVC project is now targets both .Net 4 and 4.5 for MVC 4 and .Net 4.5 for MVC 5
There are also a couple of minor bug fixes:
- https://github.com/Shandem/ClientDependency/issues/33
- https://github.com/Shandem/ClientDependency/issues/34
The update to the CDF .Less project is the update to use the latest .Less 1.4.0.0 version.
To install the CDF core:
PM> Install-Package ClientDependency
To install CDF for MVC (less than v5):
PM> Install-Package ClientDependency-MVC
If you are using MVC 5 then you’ll need to use the MVC 5 specific version:
PM> Install-Package ClientDependency-MVC5
To install the .Less update:
PM> Install-Package ClientDependency-Less
Remember CDF also supports TypeScript, CoffeeScript and SASS!
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-CoffeeScript
PM> Install-Package ClientDependency-SASS