diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bd2cea0..870464a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
New-Item -ItemType Directory -Force -Path releases/velopack
# Download previous release for delta generation
- vpk download github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack
+ vpk download github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --token $env:GH_TOKEN
# Pack Windows release
vpk pack -u PerformanceStudio -v $env:VERSION -p publish/win-x64 -e PlanViewer.App.exe -o releases/velopack --channel win
@@ -145,4 +145,4 @@ jobs:
gh release upload "v$env:VERSION" releases/*.zip releases/SHA256SUMS.txt --clobber
# Upload Velopack artifacts
- vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge
+ vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge --token $env:GH_TOKEN
diff --git a/src/PlanViewer.App/PlanViewer.App.csproj b/src/PlanViewer.App/PlanViewer.App.csproj
index 9220722..0c8e1e6 100644
--- a/src/PlanViewer.App/PlanViewer.App.csproj
+++ b/src/PlanViewer.App/PlanViewer.App.csproj
@@ -1,47 +1,47 @@
-
-
- WinExe
- net8.0
- enable
- app.manifest
- EDD.ico
- true
- 1.2.1
- Erik Darling
- Darling Data LLC
- Performance Studio
- Copyright (c) 2026 Erik Darling, Darling Data LLC
-
-
-
-
-
-
-
-
-
-
-
-
- None
- All
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ WinExe
+ net8.0
+ enable
+ app.manifest
+ EDD.ico
+ true
+ 1.2.2
+ Erik Darling
+ Darling Data LLC
+ Performance Studio
+ Copyright (c) 2026 Erik Darling, Darling Data LLC
+
+
+
+
+
+
+
+
+
+
+
+
+ None
+ All
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/PlanViewer.Cli/PlanViewer.Cli.csproj b/src/PlanViewer.Cli/PlanViewer.Cli.csproj
index 15e7897..bc0685f 100644
--- a/src/PlanViewer.Cli/PlanViewer.Cli.csproj
+++ b/src/PlanViewer.Cli/PlanViewer.Cli.csproj
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
- Exe
- net8.0
- enable
- enable
- PlanViewer.Cli
- planview
- 1.2.1
- Erik Darling
- Darling Data LLC
- Performance Studio
- Copyright (c) 2026 Erik Darling, Darling Data LLC
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ Exe
+ net8.0
+ enable
+ enable
+ PlanViewer.Cli
+ planview
+ 1.2.2
+ Erik Darling
+ Darling Data LLC
+ Performance Studio
+ Copyright (c) 2026 Erik Darling, Darling Data LLC
+
+
+
+
+
+
+
diff --git a/src/PlanViewer.Core/PlanViewer.Core.csproj b/src/PlanViewer.Core/PlanViewer.Core.csproj
index 44835c5..4aa8fc3 100644
--- a/src/PlanViewer.Core/PlanViewer.Core.csproj
+++ b/src/PlanViewer.Core/PlanViewer.Core.csproj
@@ -1,24 +1,24 @@
-
-
-
- net8.0
- enable
- enable
- PlanViewer.Core
- 1.2.1
- Erik Darling
- Darling Data LLC
- SQL Performance Studio
- Copyright (c) 2026 Erik Darling, Darling Data LLC
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net8.0
+ enable
+ enable
+ PlanViewer.Core
+ 1.2.2
+ Erik Darling
+ Darling Data LLC
+ SQL Performance Studio
+ Copyright (c) 2026 Erik Darling, Darling Data LLC
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj b/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj
index 7809dac..25a9b33 100644
--- a/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj
+++ b/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj
@@ -1,16 +1,16 @@
-
-
-
- Exe
- net472
- InstallSsmsExtension
- PlanViewer.Ssms.Installer
- app.manifest
- 1.2.1
- Erik Darling
- Darling Data LLC
- SQL Performance Studio
- Copyright (c) 2026 Erik Darling, Darling Data LLC
-
-
-
+
+
+
+ Exe
+ net472
+ InstallSsmsExtension
+ PlanViewer.Ssms.Installer
+ app.manifest
+ 1.2.2
+ Erik Darling
+ Darling Data LLC
+ SQL Performance Studio
+ Copyright (c) 2026 Erik Darling, Darling Data LLC
+
+
+