Commit 76d7c2ea 76d7c2ea4febbf70c2b9f195e0f602083bb5d350 by Christian Gerdes

Update README.md

1 parent bc250948
1 # WebServicePlugins 1 # WebServicePlugins
2 Plugins for Visual Studio Loadtest and Webtest to handle SOAP and REST requests
3 and responses that use XML, JSON or MSBIN formats. Provides XPath based
4 verification and extraction rules, a request/response viewer in the webtest gui
5 results tab, and a request body editor for web tests.
2 6
7 ## Branches and versions of Visual Studio
3 The initial checkin to the master branch is a copy of the original code from 8 The initial checkin to the master branch is a copy of the original code from
4 Codeplex of the VS2013 version of the plugin, taken 2017-09-02. 9 Codeplex of the VS2013 version of the plugin, taken 2017-09-02, version 3.2,
10 last built on December 28 2013.
5 11
6 This project has a master branch for the main logic, and separate branches for 12 This project has a master branch for the main logic, and separate branches for
7 specific code targeting specific versions of Visual Studio. I.e. code changes 13 specific code targeting specific versions of Visual Studio. I.e. code changes
......