Skip to content

Commit c9b50bb

Browse files
authored
Bump NuGet CommandLine version (#1601)
1 parent 3e85ca9 commit c9b50bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -92,7 +92,7 @@
9292
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
9393
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9494
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
95-
<PackageReference Include="NuGet.CommandLine" Version="5.7.2">
95+
<PackageReference Include="NuGet.CommandLine" Version="6.3.1">
9696
<PrivateAssets>all</PrivateAssets>
9797
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9898
</PackageReference>

Scripts/flowlauncher.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
99
<iconUrl>https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/master/Flow.Launcher/Images/app.png</iconUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>Flow Launcher - a launcher for windows</description>
11+
<description>Flow Launcher - Quick file search and app launcher for Windows with community-made plugins</description>
1212
</metadata>
1313
<files>
14-
<file src="**\*.*" target="lib\net6.0-windows\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
14+
<file src="**\*.*" target="lib\net6.0\" exclude="Flow.Launcher.vshost.exe;Flow.Launcher.vshost.exe.config;Flow.Launcher.vshost.exe.manifest;*.nupkg;Setup.exe;RELEASES"/>
1515
</files>
1616
</package>

Scripts/post_build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7070

7171
Write-Host "Packing: $spec"
7272
Write-Host "Input path: $input"
73-
# 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.7.2\tools\NuGet.exe -Force
73+
74+
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\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

0 commit comments

Comments
 (0)