Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakye committed Dec 12, 2024
2 parents 3316952 + 227af50 commit 977a022
Show file tree
Hide file tree
Showing 112 changed files with 487 additions and 1,267 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2020.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2021.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
7 changes: 4 additions & 3 deletions .github/workflows/CI2025.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ on:
branches:
- develop
- 'feature/**'
- 'bugfix/**'

jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -43,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish2020.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish2021.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
6 changes: 3 additions & 3 deletions .github/workflows/Publish2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.nuke/temp
Expand All @@ -44,7 +44,7 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
ALL_PACKAGES: ${{ secrets.ALL_PACKAGES }}
- name: 'Publish: packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/packages
Loading

0 comments on commit 977a022

Please sign in to comment.