Is there any way to upgrade the VS plugin to use Clojure 1.3.0 as available on
https://github.com/richhickey/clojure-clr/downloads ?
I've tried to create a new directory under C:\Users\mark\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\jmis\vsClojure\1.1.0\Runtimes, calling it 1.3.0 and copying the contents of the clojure-clr-1.3.0-Debug-4.0 directory into this new folder.
Subsequently, I've tried to change the properties of a plain vanilla "Hello World" Clojure project to use Clojure Version 1.3.0.
It compiles, but crashes when I try to run it.
Is there any way to perform this upgrade?