Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.version.outputs.VERSION }}
run: |
dotnet tool install -g vpk
# Pin vpk to the Velopack library version (keep in sync with the Velopack
# PackageReference in Dashboard.csproj / PerformanceMonitorLite.csproj).
dotnet tool install -g vpk --version 1.2.0
New-Item -ItemType Directory -Force -Path releases/velopack-dashboard
New-Item -ItemType Directory -Force -Path releases/velopack-lite

Expand Down
2 changes: 1 addition & 1 deletion Dashboard/Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="ModelContextProtocol" Version="1.4.0" />
<PackageReference Include="ModelContextProtocol.AspNetCore" Version="1.4.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
<PackageReference Include="Velopack" Version="0.0.1298" />
<PackageReference Include="Velopack" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 3 additions & 11 deletions Dashboard/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@
},
"Velopack": {
"type": "Direct",
"requested": "[0.0.1298, )",
"resolved": "0.0.1298",
"contentHash": "PJ6Nm28qJ4ChsHYzgHUJ8g+DGyyHes2+bwxY709+znMhgi8fMp8M1FTF8x6pZMjnsPCWVwoMlxVEyq0NLeRZtA==",
"dependencies": {
"NuGet.Versioning": "6.14.0"
}
"requested": "[1.2.0, )",
"resolved": "1.2.0",
"contentHash": "Rz67gJL619fSBS6omaSINUxyDuwhIxkm5mmubf7uLd5Qgi6LLKaKCha+QFP6n+Bw/UjA0vutnH4JQfYzn6ANtw=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down Expand Up @@ -542,11 +539,6 @@
"Microsoft.Extensions.Logging.Abstractions": "10.0.7"
}
},
"NuGet.Versioning": {
"type": "Transitive",
"resolved": "6.14.0",
"contentHash": "4v4blkhCv8mpKtfx+z0G/X0daVCzdIaHSC51GkUspugi5JIMn2Bo8xm5PdZYF0U68gOBfz/+aPWMnpRd85Jbow=="
},
"OpenTK": {
"type": "Transitive",
"resolved": "4.9.4",
Expand Down
14 changes: 3 additions & 11 deletions Lite.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,6 @@
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"NuGet.Versioning": {
"type": "Transitive",
"resolved": "6.14.0",
"contentHash": "4v4blkhCv8mpKtfx+z0G/X0daVCzdIaHSC51GkUspugi5JIMn2Bo8xm5PdZYF0U68gOBfz/+aPWMnpRd85Jbow=="
},
"OpenTK": {
"type": "Transitive",
"resolved": "4.9.4",
Expand Down Expand Up @@ -821,11 +816,8 @@
},
"Velopack": {
"type": "Transitive",
"resolved": "0.0.1298",
"contentHash": "PJ6Nm28qJ4ChsHYzgHUJ8g+DGyyHes2+bwxY709+znMhgi8fMp8M1FTF8x6pZMjnsPCWVwoMlxVEyq0NLeRZtA==",
"dependencies": {
"NuGet.Versioning": "6.14.0"
}
"resolved": "1.2.0",
"contentHash": "Rz67gJL619fSBS6omaSINUxyDuwhIxkm5mmubf7uLd5Qgi6LLKaKCha+QFP6n+Bw/UjA0vutnH4JQfYzn6ANtw=="
},
"xunit.analyzers": {
"type": "Transitive",
Expand Down Expand Up @@ -938,7 +930,7 @@
"PerformanceMonitor.PlanAnalysis": "[1.0.0, )",
"PerformanceMonitor.Ui": "[1.0.0, )",
"ScottPlot.WPF": "[5.1.58, )",
"Velopack": "[0.0.1298, )"
"Velopack": "[1.2.0, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Lite/PerformanceMonitorLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- MCP server for LLM tool access -->
<PackageReference Include="ModelContextProtocol" Version="1.4.0" />
<PackageReference Include="ModelContextProtocol.AspNetCore" Version="1.4.0" />
<PackageReference Include="Velopack" Version="0.0.1298" />
<PackageReference Include="Velopack" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 3 additions & 11 deletions Lite/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,9 @@
},
"Velopack": {
"type": "Direct",
"requested": "[0.0.1298, )",
"resolved": "0.0.1298",
"contentHash": "PJ6Nm28qJ4ChsHYzgHUJ8g+DGyyHes2+bwxY709+znMhgi8fMp8M1FTF8x6pZMjnsPCWVwoMlxVEyq0NLeRZtA==",
"dependencies": {
"NuGet.Versioning": "6.14.0"
}
"requested": "[1.2.0, )",
"resolved": "1.2.0",
"contentHash": "Rz67gJL619fSBS6omaSINUxyDuwhIxkm5mmubf7uLd5Qgi6LLKaKCha+QFP6n+Bw/UjA0vutnH4JQfYzn6ANtw=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down Expand Up @@ -561,11 +558,6 @@
"Microsoft.Extensions.Logging.Abstractions": "10.0.7"
}
},
"NuGet.Versioning": {
"type": "Transitive",
"resolved": "6.14.0",
"contentHash": "4v4blkhCv8mpKtfx+z0G/X0daVCzdIaHSC51GkUspugi5JIMn2Bo8xm5PdZYF0U68gOBfz/+aPWMnpRd85Jbow=="
},
"OpenTK": {
"type": "Transitive",
"resolved": "4.9.4",
Expand Down
Loading