CHANGELOG 1.11 KB
# WebService Plugins Changelog

## Version 1.0

First released version. Tested on VS2015 Enterprise.
- Uses the new Extensibility framework (VSIX Extensions VSPackage) instead of the depricated VS AddIn
- All files will be installed in user folders, no elevated rights required
- Will during first launch install the recorder plugin dll in a user folder in the current VS Document folder (i.e. %USERPROFILE%\My Documents\Visual Studio 2015\WebTestPlugins)
- Will during first launch install the public runtime plugin dll in a new public assemblies folder for the user (%USERPROFILE%\My Documents\Visual Studio 2015\MyAssemblies) and add this directory to the list of folders searched by .NET Framework
- Same features and functionality as the latest version on CodePlex (version 3.2 from the 28 December 2013)
- Fixed some bugs (handling exceptions)
- VS AddIn and Setup MSI are still in the code and can be used for pre 2015 versions as an alternate install method. NOTE! MSI Setup will still install into the PrivateAssemblies and PublicAssemblies folders and thereby requiring elevated (local admin) rights, the VSIX Extension does not