Getting latest Subsonic builds
I need the latest Subsonic build or build it by my own. Subsonic project web site shows the latest available version is Subsonic v3.0.0.3 released at July 15, 2009.
Questions:
- Are there any later builds - e.g. maintained by community members? If so, how can I get the latest one?
- In worst case I'm ready to get the latest source code and try to build it by my own. Are there any instructions for this?
Please note, that I'm not interested in almost 1开发者_运维知识库 year old builds - I need a build based on the latest code for tests (LINQ, performance), ideally - compiled for .NET 4.0.
There is a newer build from 2010-03-21 here: http://github.com/subsonic/SubSonic-3.0/downloads
But it's fairly easy pull the code from here
Open the solution in Visual Studio, build it and you should be fine.
精彩评论