You should be able to install the v2.1 package - as that will replace the previous DLL.
The only downside to this is that you'll have 2 entries in your installed packages section (one for v2.0 and v2.1) - but you could manually clean those up in the "App_Data\packages\installed\installedPackages.config" file.
Alternatively, if you could copy over the new DLL manually into your /bin folder? (You'd need to rename it, as our package build script renames the files internally).
As always, words of warning ... back-up first! Although I'm 99.9% sure nothing will go wrong... there's that 0.1% chance that I don't want to be responsible for... so back-up first please. :-)
Upgrading from 2.0.1 to 2.1?
Any instructions on how to upgrade?
Hi Anders,
You should be able to install the v2.1 package - as that will replace the previous DLL.
The only downside to this is that you'll have 2 entries in your installed packages section (one for v2.0 and v2.1) - but you could manually clean those up in the "App_Data\packages\installed\installedPackages.config" file.
Alternatively, if you could copy over the new DLL manually into your /bin folder? (You'd need to rename it, as our package build script renames the files internally).
As always, words of warning ... back-up first! Although I'm 99.9% sure nothing will go wrong... there's that 0.1% chance that I don't want to be responsible for... so back-up first please. :-)
Cheers, Lee.
is working on a reply...