Skip to content

Commit 2e1e21c

Browse files
committed
Update dependencies
1 parent 540c009 commit 2e1e21c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Flow.Launcher.Plugin.OneNote/Flow.Launcher.Plugin.OneNote.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageTags>flow-launcher flow-plugin</PackageTags>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<UseWPF>true</UseWPF>
13+
<Nullable>enable</Nullable>
1314
<UseWindowsForms>true</UseWindowsForms>
1415
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <!-- Required for bringing OneNote to front -->
1516
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
@@ -27,10 +28,10 @@
2728
</ItemGroup>
2829

2930
<ItemGroup>
30-
<PackageReference Include="Flow.Launcher.Plugin" Version="4.1.0" />
31+
<PackageReference Include="Flow.Launcher.Plugin" Version="4.6.0" />
3132
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
3233
<PackageReference Include="ModernWpfUI" Version="0.9.6" />
33-
<PackageReference Include="Odotocodot.OneNote.Linq" Version="1.1.0" />
34+
<PackageReference Include="Odotocodot.OneNote.Linq" Version="1.2.0" />
3435
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
3536
</ItemGroup>
3637

Flow.Launcher.Plugin.OneNote/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "OneNote",
55
"Description": "Search and create your OneNote notes",
66
"Author": "Odotocodot",
7-
"Version": "2.1.2",
7+
"Version": "2.2.0-beta",
88
"Language": "csharp",
99
"Website": "https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote",
1010
"IcoPath": "Images/logo.png",

0 commit comments

Comments
 (0)