Skip to content

Commit 35e16e6

Browse files
authored
Merge pull request #40 from mast-eu/EnableAutoUpdate
Enable auto update
2 parents fd4cce0 + 523d4ff commit 35e16e6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

src/GitExtensions.PluginManager/GitExtensions.PluginManager.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
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>

src/PackageManager.UI/App.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)