Introduction - If you have any usage issues, please Google them yourself
C#写的自动更新源码,可实现软件自动更新,程序分为服务器端和客户端两部分.
Packet : OAUS源码.rar filelist
OAUS源码/.vs/OAUS/v15/.suo
OAUS源码/.vs/OAUS/v15/Server/sqlite3/db.lock
OAUS源码/.vs/OAUS/v15/Server/sqlite3/storage.ide
OAUS源码/.vs/OAUS/v15/Server/sqlite3/storage.ide-shm
OAUS源码/.vs/OAUS/v15/Server/sqlite3/storage.ide-wal
OAUS源码/.vs/OAUS/v16/.suo
OAUS源码/.vs/OAUS/v16/Server/sqlite3/db.lock
OAUS源码/.vs/OAUS/v16/Server/sqlite3/storage.ide
OAUS源码/32.ico
OAUS源码/AutoUpdater/32.ico
OAUS源码/AutoUpdater/App.config
OAUS源码/AutoUpdater/AutoUpdater.csproj
OAUS源码/AutoUpdater/AutoUpdater.csproj.user
OAUS源码/AutoUpdater/bin/1.txt
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.exe
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.exe.config
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.pdb
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.vshost.exe
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.vshost.exe.config
OAUS源码/AutoUpdater/bin/Debug/AutoUpdater.vshost.exe.manifest
OAUS源码/AutoUpdater/bin/Debug/ESBasic.dll
OAUS源码/AutoUpdater/bin/Debug/ESBasic.xml
OAUS源码/AutoUpdater/bin/Debug/ESFramework.dll
OAUS源码/AutoUpdater/bin/Debug/ESFramework.xml
OAUS源码/AutoUpdater/bin/Debug/OAUS.Core.dll
OAUS源码/AutoUpdater/bin/Debug/OAUS.Core.pdb
OAUS源码/AutoUpdater/bin/Debug/UpdateConfiguration.xml
OAUS源码/AutoUpdater/bin/Debug/UpdateLog.txt
OAUS源码/AutoUpdater/MainForm.cs
OAUS源码/AutoUpdater/MainForm.Designer.cs
OAUS源码/AutoUpdater/MainForm.resx
OAUS源码/AutoUpdater/obj/x86/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csproj.CopyComplete
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csproj.CoreCompileInputs.cache
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csproj.FileListAbsolute.txt
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csproj.GenerateResource.cache
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csprojAssemblyReference.cache
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.csprojResolveAssemblyReference.cache
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.exe
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.MainForm.resources
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.pdb
OAUS源码/AutoUpdater/obj/x86/Debug/AutoUpdater.Properties.Resources.resources
OAUS源码/AutoUpdater/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
OAUS源码/AutoUpdater/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
OAUS源码/AutoUpdater/obj/x86/Debug/ResolveAssemblyReference.cache
OAUS源码/AutoUpdater/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll
OAUS源码/AutoUpdater/obj/x86/Debug/TempPE/Properties.Resources.en-US.Designer.cs.dll
OAUS源码/AutoUpdater/Program.cs
OAUS源码/AutoUpdater/Properties/app.manifest
OAUS源码/AutoUpdater/Properties/AssemblyInfo.cs
OAUS源码/AutoUpdater/Properties/Resources.Designer.cs
OAUS源码/AutoUpdater/Properties/Resources.en-US.Designer.cs
OAUS源码/AutoUpdater/Properties/Resources.en-US.resx
OAUS源码/AutoUpdater/Properties/Resources.resx
OAUS源码/AutoUpdater/Updater.cs
OAUS源码/OAUS.Core/bin/Debug/AutoUpdaterSystem.Core.pdb
OAUS源码/OAUS.Core/bin/Debug/AutoUpgrade.Core.pdb
OAUS源码/OAUS.Core/bin/Debug/ESBasic.dll
OAUS源码/OAUS.Core/bin/Debug/ESBasic.xml
OAUS源码/OAUS.Core/bin/Debug/OAUS.Core.dll
OAUS源码/OAUS.Core/bin/Debug/OAUS.Core.pdb
OAUS源码/OAUS.Core/Contract/DownloadFilesContract.cs
OAUS源码/OAUS.Core/Contract/FilesInfoContract.cs
OAUS源码/OAUS.Core/Contract/LastUpdateTimeContract.cs
OAUS源码/OAUS.Core/FileUnit.cs
OAUS源码/OAUS.Core/InformationTypes.cs
OAUS源码/OAUS.Core/IOausService.cs
OAUS源码/OAUS.Core/OAUS.Core.csproj
OAUS源码/OAUS.Core/OAUS.Core.csproj.user
OAUS源码/OAUS.Core/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs
OAUS源码/OAUS.Core/obj/Debug/AutoUpdaterSystem.Core.pdb
OAUS源码/OAUS.Core/obj/Debug/AutoUpgrade.Core.pdb
OAUS源码/OAUS.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.csproj.CopyComplete
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.csproj.CoreCompileInputs.cache
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.csproj.FileListAbsolute.txt
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.csprojAssemblyReference.cache
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.csprojResolveAssemblyReference.cache
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.dll
OAUS源码/OAUS.Core/obj/Debug/OAUS.Core.pdb
OAUS源码/OAUS.Core/Properties/AssemblyInfo.cs
OAUS源码/OAUS.Core/UpdateConfiguration.cs
OAUS源码/OAUS.Core/VersionHelper.cs
OAUS源码/OAUS.Server/32.ico
OAUS源码/OAUS.Server/AddFileVersionForm.cs
OAUS源码/OAUS.Server/AddFileVersionForm.Designer.cs
OAUS源码/OAUS.Server/AddFileVersionForm.resx
OAUS源码/OAUS.Server/App.config
OAUS源码/OAUS.Server/bin/Debug/ESBasic.dll
OAUS源码/OAUS.Server/bin/Debug/ESBasic.xml
OAUS源码/OAUS.Server/bin/Debug/ESFramework.dll
OAUS源码/OAUS.Server/bin/Debug/ESFramework.xml
OAUS源码/OAUS.Server/bin/Debug/FileFolder/1.txt
OAUS源码/OAUS.Server/bin/Debug/OAUS.Core.dll
OAUS源码/OAUS.Server/bin/Debug/OAUS.Core.pdb
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.exe
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.exe.config
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.pdb
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.vshost.exe
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.vshost.exe.config
OAUS源码/OAUS.Server/bin/Debug/OAUS.Server.vshost.exe.manifest
OAUS源码/OAUS.Server/bin/Debug/UpdateConfiguration.xml
OAUS源码/OAUS.Server/CustomizeHandler.cs
OAUS源码/OAUS.Server/FileVersionForm.cs
OAUS源码/OAUS.Server/FileVersionF