Skip to content

Commit

Permalink
Merge pull request #52 from GeneralLibrary/dev
Browse files Browse the repository at this point in the history
remove files
  • Loading branch information
JusterZhu authored Feb 16, 2024
2 parents 952cf0e + 8b5adc3 commit 4d4d869
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions src/c#/GeneralUpdate.Zip/GeneralUpdate.Zip.nuspec

This file was deleted.

4 changes: 2 additions & 2 deletions src/c#/GeneralUpdate.Zip/GeneralZipFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ private void OnCompressProgress(object sender, BaseCompressProgressEventArgs e)

public IFactory CreateZip()
{
_operation.CreateZip();
_operation?.CreateZip();
return this;
}

public IFactory UnZip()
{
_operation.UnZip();
_operation?.UnZip();
return this;
}
}
Expand Down
Binary file removed src/c#/GeneralUpdate.Zip/nuget.exe
Binary file not shown.

0 comments on commit 4d4d869

Please sign in to comment.