Skip to content

Commit

Permalink
Fixed: AutoCreateDelta no longer creates deltas for version before in…
Browse files Browse the repository at this point in the history
…tended.
  • Loading branch information
Sewer56 committed Aug 26, 2022
1 parent d460082 commit c03c96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sewer56.Update/Sewer56.Update.Tool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private static async Task AutoCreateDeltaOptions(AutoCreateDeltaOptions options)
{
OutputPath = tempFolder.FolderPath,
Extract = true,
ReleaseIndex = (x + 1)
ReleaseIndex = x
};

// Copy resolver options.
Expand Down

0 comments on commit c03c96a

Please sign in to comment.