Skip to content

Commit 325e5d7

Browse files
committed
added TODO and fiddler version 2.4.4.5 instead of 5.x
better about window
1 parent 10d256a commit 325e5d7

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

TreeViewPanelExtension/AboutForm.Designer.cs

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TreeViewPanelExtension/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("TreeViewPanelExtension")]
99
[assembly: AssemblyDescription("Fiddler Extension to display sessions in a TreeView")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Gamosoft")]
1212
[assembly: AssemblyProduct("TreeViewPanelExtension")]
13-
[assembly: AssemblyCopyright("Copyright © 2010")]
13+
[assembly: AssemblyCopyright("Copyright © 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -34,4 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("0.7.5.0")]
3636
[assembly: AssemblyFileVersion("0.7.5.0")]
37-
[assembly: Fiddler.RequiredVersion("5.0.0.0")]
37+
[assembly: Fiddler.RequiredVersion("2.4.4.5")]

TreeViewPanelExtension/TreePanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ namespace TreeViewPanelExtension
88
{
99
/// <summary>
1010
/// Creates a new control to be used in Fiddler, that represents the information in a TreeView
11+
/// TODO: Add installation path %userprofile%\AppData\Local\Programs\Fiddler\Scripts
12+
/// Requiring version of Fiddler Classic 5.x
1113
/// </summary>
1214
public class TreePanel : IFiddlerExtension
1315
{
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32210.238
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeViewPanelExtension", "TreeViewPanelExtension.csproj", "{A6E5732B-B01F-4B51-B77F-E620E80B9941}"
57
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F45E51BF-B3DE-48F9-9D43-EBDBD23326CE}"
9+
ProjectSection(SolutionItems) = preProject
10+
..\license.md = ..\license.md
11+
..\README.md = ..\README.md
12+
EndProjectSection
13+
EndProject
614
Global
7-
GlobalSection(TeamFoundationVersionControl) = preSolution
8-
SccNumberOfProjects = 2
9-
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
10-
SccTeamFoundationServer = https://tfs07.codeplex.com/
11-
SccLocalPath0 = .
12-
SccProjectUniqueName1 = TreeViewPanelExtension.csproj
13-
SccLocalPath1 = .
14-
EndGlobalSection
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
@@ -25,4 +25,7 @@ Global
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {0542F0A0-1015-46CE-A390-924A65E0F528}
30+
EndGlobalSection
2831
EndGlobal

0 commit comments

Comments
 (0)