Updated CHANGELOG for version 3.5
Showing
2 changed files
with
84 additions
and
98 deletions
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 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestMessageEditor", "WebTestWebServiceMessageEditor\WebServicePluginForWebTestMessageEditor.csproj", "{23707A49-589B-4A36-BDAA-2896E647D07D}" | 4 | VisualStudioVersion = 12.0.31101.0 |
5 | EndProject | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestResultTab", "WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj", "{48B3509E-1FD8-4875-8FC6-137647EB83AA}" | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestMessageEditor", "WebTestWebServiceMessageEditor\WebServicePluginForWebTestMessageEditor.csproj", "{23707A49-589B-4A36-BDAA-2896E647D07D}" |
7 | EndProject | 7 | EndProject |
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestRuntime", "WebTestWebServiceRuntime\WebServicePluginForWebTestRuntime.csproj", "{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}" | 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestResultTab", "WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj", "{48B3509E-1FD8-4875-8FC6-137647EB83AA}" |
9 | EndProject | 9 | EndProject |
10 | Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WebServicePluginsSetup", "WebTestWebServiceSetup\WebServicePluginsSetup.wixproj", "{73ACCDA5-47C1-40C9-B63E-AFF657E046E4}" | 10 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServicePluginForWebTestRuntime", "WebTestWebServiceRuntime\WebServicePluginForWebTestRuntime.csproj", "{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}" |
11 | EndProject | 11 | EndProject |
12 | Global | 12 | Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WebServicePluginsSetup", "WebTestWebServiceSetup\WebServicePluginsSetup.wixproj", "{73ACCDA5-47C1-40C9-B63E-AFF657E046E4}" |
13 | GlobalSection(TeamFoundationVersionControl) = preSolution | 13 | EndProject |
14 | SccNumberOfProjects = 4 | 14 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{716B81E6-A2D1-49AA-A200-A5A14F9B643E}" |
15 | SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | 15 | ProjectSection(SolutionItems) = preProject |
16 | SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs03 | 16 | CHANGELOG = CHANGELOG |
17 | SccProjectUniqueName0 = WebTestWebServiceRuntime\\WebServicePluginForWebTestRuntime.csproj | 17 | CONTRIBUTING.md = CONTRIBUTING.md |
18 | SccProjectName0 = WebTestWebServiceRuntime | 18 | LICENSE = LICENSE |
19 | SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs03 | 19 | README.md = README.md |
20 | SccLocalPath0 = WebTestWebServiceRuntime | 20 | EndProjectSection |
21 | SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | 21 | EndProject |
22 | SccProjectUniqueName1 = WebTestWebServiceResultAddin\\WebServicePluginForWebTestResultTab.csproj | 22 | Global |
23 | SccProjectName1 = WebTestWebServiceResultAddin | 23 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
24 | SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs03 | 24 | Debug|Any CPU = Debug|Any CPU |
25 | SccLocalPath1 = WebTestWebServiceResultAddin | 25 | Debug|Mixed Platforms = Debug|Mixed Platforms |
26 | SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | 26 | Debug|x86 = Debug|x86 |
27 | SccProjectUniqueName2 = WebTestWebServiceMessageEditor\\WebServicePluginForWebTestMessageEditor.csproj | 27 | Release|Any CPU = Release|Any CPU |
28 | SccProjectName2 = WebTestWebServiceMessageEditor | 28 | Release|Mixed Platforms = Release|Mixed Platforms |
29 | SccAuxPath2 = https://tfs.codeplex.com/tfs/tfs03 | 29 | Release|x86 = Release|x86 |
30 | SccLocalPath2 = WebTestWebServiceMessageEditor | 30 | EndGlobalSection |
31 | SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | 31 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
32 | SccProjectUniqueName3 = WebTestWebServiceSetup\\WebServicePluginsSetup.wixproj | 32 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
33 | SccProjectName3 = WebTestWebServiceSetup | 33 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
34 | SccAuxPath3 = https://tfs.codeplex.com/tfs/tfs03 | 34 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU |
35 | SccLocalPath3 = WebTestWebServiceSetup | 35 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU |
36 | SccProvider3 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | 36 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|x86.ActiveCfg = Debug|Any CPU |
37 | EndGlobalSection | 37 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
38 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 38 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Any CPU.Build.0 = Release|Any CPU |
39 | Debug|Any CPU = Debug|Any CPU | 39 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU |
40 | Debug|Mixed Platforms = Debug|Mixed Platforms | 40 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Mixed Platforms.Build.0 = Release|Any CPU |
41 | Debug|x86 = Debug|x86 | 41 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|x86.ActiveCfg = Release|Any CPU |
42 | Release|Any CPU = Release|Any CPU | 42 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
43 | Release|Mixed Platforms = Release|Mixed Platforms | 43 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
44 | Release|x86 = Release|x86 | 44 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU |
45 | EndGlobalSection | 45 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU |
46 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 46 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|x86.ActiveCfg = Debug|Any CPU |
47 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 47 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
48 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Any CPU.Build.0 = Debug|Any CPU | 48 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Any CPU.Build.0 = Release|Any CPU |
49 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | 49 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU |
50 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | 50 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Mixed Platforms.Build.0 = Release|Any CPU |
51 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Debug|x86.ActiveCfg = Debug|Any CPU | 51 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|x86.ActiveCfg = Release|Any CPU |
52 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Any CPU.ActiveCfg = Release|Any CPU | 52 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
53 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Any CPU.Build.0 = Release|Any CPU | 53 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
54 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | 54 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU |
55 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|Mixed Platforms.Build.0 = Release|Any CPU | 55 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU |
56 | {23707A49-589B-4A36-BDAA-2896E647D07D}.Release|x86.ActiveCfg = Release|Any CPU | 56 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|x86.ActiveCfg = Debug|Any CPU |
57 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 57 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
58 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Any CPU.Build.0 = Debug|Any CPU | 58 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Any CPU.Build.0 = Release|Any CPU |
59 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | 59 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU |
60 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | 60 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Mixed Platforms.Build.0 = Release|Any CPU |
61 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Debug|x86.ActiveCfg = Debug|Any CPU | 61 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|x86.ActiveCfg = Release|Any CPU |
62 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Any CPU.ActiveCfg = Release|Any CPU | 62 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Any CPU.ActiveCfg = Debug|x86 |
63 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Any CPU.Build.0 = Release|Any CPU | 63 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 |
64 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | 64 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Mixed Platforms.Build.0 = Debug|x86 |
65 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|Mixed Platforms.Build.0 = Release|Any CPU | 65 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|x86.ActiveCfg = Debug|x86 |
66 | {48B3509E-1FD8-4875-8FC6-137647EB83AA}.Release|x86.ActiveCfg = Release|Any CPU | 66 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|x86.Build.0 = Debug|x86 |
67 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 67 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Any CPU.ActiveCfg = Release|x86 |
68 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Any CPU.Build.0 = Debug|Any CPU | 68 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Mixed Platforms.ActiveCfg = Release|x86 |
69 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | 69 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Mixed Platforms.Build.0 = Release|x86 |
70 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | 70 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|x86.ActiveCfg = Release|x86 |
71 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Debug|x86.ActiveCfg = Debug|Any CPU | 71 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|x86.Build.0 = Release|x86 |
72 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Any CPU.ActiveCfg = Release|Any CPU | 72 | EndGlobalSection |
73 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Any CPU.Build.0 = Release|Any CPU | 73 | GlobalSection(SolutionProperties) = preSolution |
74 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | 74 | HideSolutionNode = FALSE |
75 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|Mixed Platforms.Build.0 = Release|Any CPU | 75 | EndGlobalSection |
76 | {F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}.Release|x86.ActiveCfg = Release|Any CPU | 76 | EndGlobal |
77 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
78 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
79 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
80 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|x86.ActiveCfg = Debug|x86 | ||
81 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Debug|x86.Build.0 = Debug|x86 | ||
82 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Any CPU.ActiveCfg = Release|x86 | ||
83 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
84 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
85 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|x86.ActiveCfg = Release|x86 | ||
86 | {73ACCDA5-47C1-40C9-B63E-AFF657E046E4}.Release|x86.Build.0 = Release|x86 | ||
87 | EndGlobalSection | ||
88 | GlobalSection(SolutionProperties) = preSolution | ||
89 | HideSolutionNode = FALSE | ||
90 | EndGlobalSection | ||
91 | EndGlobal | ... | ... |
-
Please register or sign in to post a comment