File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
GitExtensions.PluginManager Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 7
7
<description >$description$</description >
8
8
<projectUrl >$projectUrl$</projectUrl >
9
9
<tags >$tags$</tags >
10
+ <license type =" file" >LICENSE.md</license >
10
11
<dependencies >
11
12
<dependency id =" GitExtensions.Extensibility" version =" [0.1.0, 1.0.0)" />
12
13
</dependencies >
13
14
</metadata >
14
15
<files >
16
+ <file src =" ../../LICENSE.md" target =" /" />
15
17
<file src =" bin/$configuration$/net461/GitExtensions.PluginManager.dll" target =" lib/" />
16
18
<file src =" bin/$configuration$/net461/PackageManager/PackageManager.UI.exe" target =" lib/PackageManager/" />
17
19
</files >
Original file line number Diff line number Diff line change @@ -104,10 +104,8 @@ protected override void OnStartup(StartupEventArgs e)
104
104
105
105
wnd . Show ( ) ;
106
106
107
- /*
108
107
if ( Args . IsSelfUpdate )
109
108
RunSelfUpdate ( wnd ) ;
110
- */
111
109
}
112
110
113
111
private void BuildExceptionHandler ( )
You can’t perform that action at this time.
0 commit comments