File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Libraries/SmartStore.Core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616namespace SmartStore . Core . Packaging
1717{
1818
19- internal sealed class ApplicationUpdater : DisposableObject
19+ internal sealed class AppUpdater : DisposableObject
2020 {
2121 private const string UpdatePackagePath = "~/App_Data/Update" ;
2222
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public static IEnumerable<string> IncompatiblePlugins
8585 /// </summary>
8686 public static void Initialize ( )
8787 {
88- var updater = new ApplicationUpdater ( ) ;
88+ var updater = new AppUpdater ( ) ;
8989 if ( updater . TryUpdate ( ) )
9090 {
9191 // [...]
Original file line number Diff line number Diff line change 552552 <Compile Include =" PagedList`T.cs" />
553553 <Compile Include =" Properties\AssemblyInfo.cs" />
554554 <Compile Include =" XmlHelper.cs" />
555- <Compile Include =" Packaging\Updater\ApplicationUpdater .cs" />
555+ <Compile Include =" Packaging\Updater\AppUpdater .cs" />
556556 </ItemGroup >
557557 <ItemGroup >
558558 <None Include =" packages.config" />
You can’t perform that action at this time.
0 commit comments