Skip to content

Commit 32d7dc0

Browse files
authored
Release/0.2.18 (#244)
+semver: patch * Remove reference of .NET packages Signed-off-by: Victor Chang <[email protected]> * Remove duplicate section of CodeQL scan Signed-off-by: Victor Chang <[email protected]> * Remove unused references (#243) * Remove unused references * Cleanup licenses * Update Moq Signed-off-by: Victor Chang <[email protected]> * Bump next-version Signed-off-by: Victor Chang <[email protected]> --------- Signed-off-by: Victor Chang <[email protected]>
1 parent 95c1abb commit 32d7dc0

9 files changed

+2304
-4433
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }}
6464
working-directory: ./src
6565

66-
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v2
68-
6966
analyze:
7067
runs-on: ubuntu-latest
7168
permissions:

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.16
59+
next-version: 0.2.17

0 commit comments

Comments
 (0)