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 77 <description >$description$</description >
88 <projectUrl >$projectUrl$</projectUrl >
99 <tags >$tags$</tags >
10+ <license type =" file" >LICENSE.md</license >
1011 <dependencies >
1112 <dependency id =" GitExtensions.Extensibility" version =" [0.1.0, 1.0.0)" />
1213 </dependencies >
1314 </metadata >
1415 <files >
16+ <file src =" ../../LICENSE.md" target =" /" />
1517 <file src =" bin/$configuration$/net461/GitExtensions.PluginManager.dll" target =" lib/" />
1618 <file src =" bin/$configuration$/net461/PackageManager/PackageManager.UI.exe" target =" lib/PackageManager/" />
1719 </files >
Original file line number Diff line number Diff line change @@ -104,10 +104,8 @@ protected override void OnStartup(StartupEventArgs e)
104104
105105 wnd . Show ( ) ;
106106
107- /*
108107 if ( Args . IsSelfUpdate )
109108 RunSelfUpdate ( wnd ) ;
110- */
111109 }
112110
113111 private void BuildExceptionHandler ( )
You can’t perform that action at this time.
0 commit comments