hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Tag stable releases #45

Open marcofranssen opened 11 years ago

marcofranssen commented 11 years ago

You should Tag stable releases so they can be downloaded as zip from Github.

hmemcpy commented 11 years ago

Hi,

Stable releases are being tagged. If you're referring to the installers, unfortunately, since github removed the downloads page, it's not very visible anymore. I'm providing a download link via the homepage of AgentMulder, perhaps I could make it more visible, and provide a direct link from within the github's readme file too.

marcofranssen commented 11 years ago

Ok... On the homepage I can't find the download link. Just downloaded the 1.0.5 tag. Running build.cmd has errors. I have the 7.1 resharper sdk installed. Please provide some better guidance to get it working.

hmemcpy commented 11 years ago

Yeah, the download link is not on the homepage yet, I'll put it so it more visible. But an installer (msi) is available, you don't need to compile from source yourself. Since the source contains both 7.1 and 6.1 versions, you need both 6.x and 7.x SDKs to build. Also, the project uses NuGet package restore, so it might appear that lots of references are missing, but they will be auto-downloaded on first rebuild.

In any event, I'll make the download link for the installer more visible. Thanks!