Commit 9929b66b 9929b66bce53513713fcccf48105d6bafde6de5e by Christian Gerdes

Updated CHANGELOG for version 3.5

1 parent a4865a0d
1 # WebService Plugins Changelog 1 # WebService Plugins Changelog
2 2
3 ## Version 1.0 3 ## Version 3.5
4 - Add Extraction Rule and Validation rule and Parameters now works correctly in Result Views
5
6 ## Version 3.4
7 - XPathExtraction rule now has option to Pass If Not Found (for vs2015 and vs2017)
8
9 ## Version 3.3
4 10
5 First released version. Tested on VS2015 Enterprise.
6 - Uses the new Extensibility framework (VSIX Extensions VSPackage) instead of the depricated VS AddIn
7 - All files will be installed in user folders, no elevated rights required
8 - 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)
9 - 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
10 - Same features and functionality as the latest version on CodePlex (version 3.2 from the 28 December 2013) 11 - Same features and functionality as the latest version on CodePlex (version 3.2 from the 28 December 2013)
11 - Fixed some bugs (handling exceptions) 12 - Fixed some bugs (handling exceptions)
12 - 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
...\ No newline at end of file ...\ No newline at end of file
13 - VS AddIn and Setup MSI are still in the code and can be used for pre 2015 versions as an alternate install method.
......
1  1 
2 Microsoft Visual Studio Solution File, Format Version 12.00 2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 2012 3 # Visual Studio 2013
4 VisualStudioVersion = 12.0.31101.0
5 MinimumVisualStudioVersion = 10.0.40219.1
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestMessageEditor", "WebTestWebServiceMessageEditor\WebServicePluginForWebTestMessageEditor.csproj", "{23707A49-589B-4A36-BDAA-2896E647D07D}" 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestMessageEditor", "WebTestWebServiceMessageEditor\WebServicePluginForWebTestMessageEditor.csproj", "{23707A49-589B-4A36-BDAA-2896E647D07D}"
5 EndProject 7 EndProject
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestResultTab", "WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj", "{48B3509E-1FD8-4875-8FC6-137647EB83AA}" 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestResultTab", "WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj", "{48B3509E-1FD8-4875-8FC6-137647EB83AA}"
...@@ -9,32 +11,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestR ...@@ -9,32 +11,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestR
9 EndProject 11 EndProject
10 Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WebServicePluginsSetup", "WebTestWebServiceSetup\WebServicePluginsSetup.wixproj", "{73ACCDA5-47C1-40C9-B63E-AFF657E046E4}" 12 Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WebServicePluginsSetup", "WebTestWebServiceSetup\WebServicePluginsSetup.wixproj", "{73ACCDA5-47C1-40C9-B63E-AFF657E046E4}"
11 EndProject 13 EndProject
14 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{716B81E6-A2D1-49AA-A200-A5A14F9B643E}"
15 ProjectSection(SolutionItems) = preProject
16 CHANGELOG = CHANGELOG
17 CONTRIBUTING.md = CONTRIBUTING.md
18 LICENSE = LICENSE
19 README.md = README.md
20 EndProjectSection
21 EndProject
12 Global 22 Global
13 GlobalSection(TeamFoundationVersionControl) = preSolution
14 SccNumberOfProjects = 4
15 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
16 SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs03
17 SccProjectUniqueName0 = WebTestWebServiceRuntime\\WebServicePluginForWebTestRuntime.csproj
18 SccProjectName0 = WebTestWebServiceRuntime
19 SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs03
20 SccLocalPath0 = WebTestWebServiceRuntime
21 SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
22 SccProjectUniqueName1 = WebTestWebServiceResultAddin\\WebServicePluginForWebTestResultTab.csproj
23 SccProjectName1 = WebTestWebServiceResultAddin
24 SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs03
25 SccLocalPath1 = WebTestWebServiceResultAddin
26 SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
27 SccProjectUniqueName2 = WebTestWebServiceMessageEditor\\WebServicePluginForWebTestMessageEditor.csproj
28 SccProjectName2 = WebTestWebServiceMessageEditor
29 SccAuxPath2 = https://tfs.codeplex.com/tfs/tfs03
30 SccLocalPath2 = WebTestWebServiceMessageEditor
31 SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
32 SccProjectUniqueName3 = WebTestWebServiceSetup\\WebServicePluginsSetup.wixproj
33 SccProjectName3 = WebTestWebServiceSetup
34 SccAuxPath3 = https://tfs.codeplex.com/tfs/tfs03
35 SccLocalPath3 = WebTestWebServiceSetup
36 SccProvider3 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
37 EndGlobalSection
38 GlobalSection(SolutionConfigurationPlatforms) = preSolution 23 GlobalSection(SolutionConfigurationPlatforms) = preSolution
39 Debug|Any CPU = Debug|Any CPU 24 Debug|Any CPU = Debug|Any CPU
40 Debug|Mixed Platforms = Debug|Mixed Platforms 25 Debug|Mixed Platforms = Debug|Mixed Platforms
......