Skip to content

Commit 1e5497f

Browse files
Bump NHotkey.Wpf from 2.1.0 to 2.1.1
Bumps [NHotkey.Wpf](https://github.com/thomaslevesque/NHotkey) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/thomaslevesque/NHotkey/releases) - [Commits](thomaslevesque/NHotkey@2.1.0...2.1.1) --- updated-dependencies: - dependency-name: NHotkey.Wpf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6020cd9 commit 1e5497f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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>
@@ -93,7 +93,7 @@
9393
<!-- ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines -->
9494
<!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->
9595
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
96-
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
96+
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
9797
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
9898
<PackageReference Include="SharpVectors" Version="1.8.1" />
9999
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.7" />

0 commit comments

Comments
 (0)