Skip to content

Commit 2dc8acc

Browse files
authored
Merge branch 'main' into release/1.0.1
Signed-off-by: Victor Chang <[email protected]>
2 parents e11f5a3 + 654e943 commit 2dc8acc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ jobs:
404404
token: ${{ secrets.GITHUB_TOKEN }}
405405
owner: ${{ steps.repo.outputs._0 }}
406406
repository: ${{ steps.repo.outputs._1 }}
407-
milestone: ${{ env.MAJORMINORPATCH }}
407+
milestone: ${{ env.MAJORMINORPATCH }}

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ branches:
5656
ignore:
5757
sha: []
5858
merge-message-formats: {}
59-
next-version: 0.2.15
59+
next-version: 0.2.17

src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ await Assert.ThrowsAsync<StorageServiceException>(async () =>
164164
});
165165
}
166166
}
167-
}
167+
}

src/Storage/API/StorageConnectionException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public StorageConnectionException(string message, Exception innerException) : ba
3636
Errors = new List<string>();
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)