File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
WinNUT_V2/WinNUT-Client_Common Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Imports System.ComponentModel
11
11
Imports System.Threading
12
12
Imports Octokit
13
13
14
- Namespace Updater
14
+ Namespace Updater.Providers
15
15
16
16
Public Class GitHubUpdateProvider
17
17
Implements IUpdateProvider
Original file line number Diff line number Diff line change 10
10
Imports System.ComponentModel
11
11
Imports Octokit
12
12
13
- Namespace Updater
13
+ Namespace Updater.Providers
14
14
15
15
''' <summary>
16
- ''' Defines an object that handles checking and retrieving updates for WinNUT.
16
+ ''' Defines an object that handles checking and retrieving updates for WinNUT. While methods of checking for and
17
+ ''' installing updates can differ, there will always be a GitHub Release object associated with an update.
17
18
''' </summary>
18
19
Public Interface IUpdateProvider
19
20
Inherits IComponent
Original file line number Diff line number Diff line change 97
97
<DesignTimeSharedInput >True</DesignTimeSharedInput >
98
98
</Compile >
99
99
<Compile Include =" Nut_Socket.vb" />
100
- <Compile Include =" Updater\GitHubUpdateProvider.vb" />
101
- <Compile Include =" Updater\IUpdateProvider.vb" />
100
+ <Compile Include =" Updater\Providers\BaseUpdateProvider.vb" />
101
+ <Compile Include =" Updater\Providers\GitHubUpdateProvider.vb" />
102
+ <Compile Include =" Updater\Providers\IUpdateProvider.vb" />
102
103
<Compile Include =" Updater\CheckForUpdateCompletedEventArgs.vb" />
103
104
<Compile Include =" Updater\UpdateProgressChangedEventArgs.vb" />
104
105
<Compile Include =" UPS_Device.vb" />
You can’t perform that action at this time.
0 commit comments