Skip to content

Commit 5429742

Browse files
committed
Update Flow.Launcher.Plugin to 5.0.0
Update to Net 9.0
1 parent 423621d commit 5429742

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.0.0 - 2025-#-##
4+
- **⚠ Now requires Flow Launcher version 2.0.0 or later.**
5+
- Update Flow.Launcher.Plugin to 5.0.0
6+
- Update to Net 9.0
7+
- Refactored code
8+
9+
310
## 2.1.2 - 2025-6-11
411

512
- Added the ability to open items in a new OneNote window using the context menu.([#28](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/28))

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

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

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net9.0-windows</TargetFramework>
55
<AssemblyName>Flow.Launcher.Plugin.OneNote</AssemblyName>
66
<PackageId>Flow.Launcher.Plugin.OneNote</PackageId>
77
<Authors>Odotocodot</Authors>
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Flow.Launcher.Plugin" Version="4.6.0" />
31+
<PackageReference Include="Flow.Launcher.Plugin" Version="5.0.0" />
3232
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
3333
<PackageReference Include="ModernWpfUI" Version="0.9.6" />
3434
<PackageReference Include="Odotocodot.OneNote.Linq" Version="1.2.0" />

0 commit comments

Comments
 (0)