Commit eafa53a5 eafa53a5c93ca03aae42747364b4c4d2587b6c9b by Christian Gerdes

Updated CHANGELOG for version 1.2

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