Skip to content

Commit

Permalink
🔖 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Jan 6, 2025
1 parent 44d589a commit 63e92d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PM> NuGet\Install-Package Community.PowerToys.Run.Plugin.Abstractions
PackageReference:

```csproj
<PackageReference Include="Community.PowerToys.Run.Plugin.Abstractions" Version="0.1.0" />
<PackageReference Include="Community.PowerToys.Run.Plugin.Abstractions" Version="0.2.0" />
```

## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
<UseWPF>true</UseWPF>
<Platforms>x64;ARM64</Platforms>
<PlatformTarget>$(Platform)</PlatformTarget>
<Version>0.1.0</Version>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<Version>0.2.0</Version>
<PackageReleaseNotes>
- Change target framework to net9.0-windows
- Bump Community.PowerToys.Run.Plugin.Dependencies to 0.87.1
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>This NuGet package simplifies the testing of PowerToys Run Plugins.

Expand Down

0 comments on commit 63e92d8

Please sign in to comment.