Commit eafa53a5 eafa53a5c93ca03aae42747364b4c4d2587b6c9b by Christian Gerdes

Updated CHANGELOG for version 1.2

1 parent 1bf79b92
# WebService Plugins Changelog
## Version 1.2
- XPathExtraction rule now has option to Pass If Not Found
- Error checking for correct version of VS
- Add Extraction Rule and Validation rule and Parameters now works correctly in Result Views
- Skipped version 1.1 to be in sync with vs2015 versions
## Version 1.0
First released version. Tested on VS2015 Enterprise.
......
......@@ -11,6 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestR
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestResultTabVSIX", "WebServicePluginForWebTestResultTabVSIX\WebServicePluginForWebTestResultTabVSIX.csproj", "{63355892-39EF-4F97-84E0-C7CA616E0281}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{64A65BB6-E45E-4593-8CA2-99C45C03F359}"
ProjectSection(SolutionItems) = preProject
CHANGELOG = CHANGELOG
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
......