chore: update workflow, project properties, and source link package.

This commit is contained in:
Stevan Freeborn
2026-03-30 16:19:16 -05:00
parent ef08ca729b
commit b695cf0aef
3 changed files with 21 additions and 6 deletions
+4
View File
@@ -15,6 +15,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Install PowerShell
uses: PSModule/install-powershell@v1
with:
Version: 7.6.0
- name: Determine version
id: version
run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT