Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
JiuLing-zhang committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5ce2940 commit d110707
Showing 10 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/JiuLing.AutoUpgrade/JiuLing.AutoUpgrade.csproj
Original file line number Diff line number Diff line change
@@ -183,15 +183,15 @@
<Compile Include="UpgradeCheckWindow.xaml.cs">
<DependentUpon>UpgradeCheckWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Updaters\UpdateStrategyBase.cs" />
<Compile Include="Updaters\UpdateContext.cs" />
<Compile Include="Updaters\UpdateStrategyFactory.cs" />
<Compile Include="Updaters\FtpUpdateStrategy.cs" />
<Compile Include="Updaters\HttpUpdateStrategy.cs" />
<Compile Include="Downloaders\DownloaderBase.cs" />
<Compile Include="Downloaders\DownloaderFactory.cs" />
<Compile Include="Downloaders\FtpDownloader.cs" />
<Compile Include="Downloaders\HttpDownloader.cs" />
<Compile Include="Updater\UpdateStrategyBase.cs" />
<Compile Include="Updater\UpdateContext.cs" />
<Compile Include="Updater\UpdateStrategyFactory.cs" />
<Compile Include="Updater\FtpUpdateStrategy.cs" />
<Compile Include="Updater\HttpUpdateStrategy.cs" />
<Compile Include="Downloader\DownloaderBase.cs" />
<Compile Include="Downloader\DownloaderFactory.cs" />
<Compile Include="Downloader\FtpDownloader.cs" />
<Compile Include="Downloader\HttpDownloader.cs" />
<Compile Include="UpgradeChecker.cs" />
<Compile Include="UpgradeWindow.xaml.cs">
<DependentUpon>UpgradeWindow.xaml</DependentUpon>

0 comments on commit d110707

Please sign in to comment.