I would like to use Automapper with .net 3.5.
I have found a branch on Git hub, thanks to this post by the creator Jimmy Bogard:
…but I can’t figure out how to install it.
The .net 4 version is installed using nuget
Anyone know how I install the .net 3.5 version?
Do I just build it myself, and use it as my own project?
If so how do I build it? Do I need to create a NuGet package?
https://github.com/downloads/AutoMapper/AutoMapper/AutoMapper.dll
This .dll is version 1.1 which according to the site is the last .net 3.5 version. Just reference it in your project and it should work.