Skip to content

Commit

Permalink
Merge pull request #56 from GeneralLibrary/dev
Browse files Browse the repository at this point in the history
Update DifferentialCore.cs
  • Loading branch information
JusterZhu authored Mar 9, 2024
2 parents 8f9527a + 0241619 commit be74622
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/c#/GeneralUpdate.Differential/DifferentialCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ public static DifferentialCore Instance
/// <param name="sourcePath">Previous version folder path .</param>
/// <param name="targetPath">Recent version folder path.</param>
/// <param name="patchPath">Store discovered incremental update files in a temporary directory .</param>
/// <param name="compressProgressCallback">Incremental package generation progress callback function.</param>
/// <param name="type">7z or zip</param>
/// <param name="encoding">Incremental packet encoding format .</param>
/// <returns></returns>
public async Task Clean(string sourcePath, string targetPath, string patchPath = null)
{
Expand Down

0 comments on commit be74622

Please sign in to comment.