Skip to content

Commit 3bc5bcb

Browse files
Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241)
1 parent b0f9b48 commit 3bc5bcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
9292
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9393
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
94-
<PackageReference Include="NuGet.CommandLine" Version="5.4.0">
94+
<PackageReference Include="NuGet.CommandLine" Version="5.7.2">
9595
<PrivateAssets>all</PrivateAssets>
9696
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9797
</PackageReference>

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7171
Write-Host "Packing: $spec"
7272
Write-Host "Input path: $input"
7373
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
74-
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\5.4.0\tools\NuGet.exe -Force
74+
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\5.7.2\tools\NuGet.exe -Force
7575
# dotnet pack is not used because ran into issues, need to test installation and starting up if to use it.
7676
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
7777

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
- provider: NuGet
4848
artifact: Plugin nupkg
4949
api_key:
50-
secure: M0FYTgnThhthw9FPAI51CR0l5/te1VSh914YbCtOfDTTLYgbA/Ii9R91sc5l5bAN
50+
secure: EwKxUgjI8VGouFq9fdhI68+uj42amAhwE65JixIbqx8VlqLbyEuW97CLjBBOIL0r
5151
on:
5252
APPVEYOR_REPO_TAG: true
5353

0 commit comments

Comments
 (0)