Skip to content

Commit

Permalink
Merge branch 'main' into release/1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp authored Jun 12, 2024
2 parents e11f5a3 + 654e943 commit 2dc8acc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
repository: ${{ steps.repo.outputs._1 }}
milestone: ${{ env.MAJORMINORPATCH }}
milestone: ${{ env.MAJORMINORPATCH }}
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ branches:
ignore:
sha: []
merge-message-formats: {}
next-version: 0.2.15
next-version: 0.2.17
2 changes: 1 addition & 1 deletion src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ await Assert.ThrowsAsync<StorageServiceException>(async () =>
});
}
}
}
}
2 changes: 1 addition & 1 deletion src/Storage/API/StorageConnectionException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public StorageConnectionException(string message, Exception innerException) : ba
Errors = new List<string>();
}
}
}
}

0 comments on commit 2dc8acc

Please sign in to comment.