We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3da4a commit cab9a8fCopy full SHA for cab9a8f
‎src/Community.PowerToys.Run.Plugin.Lint/Community.PowerToys.Run.Plugin.Lint.csproj‎
@@ -5,14 +5,11 @@
5
<TargetFramework>net9.0</TargetFramework>
6
<PackAsTool>true</PackAsTool>
7
<ToolCommandName>ptrun-lint</ToolCommandName>
8
- <Version>0.2.0</Version>
+ <Version>0.3.0</Version>
9
<PackageReleaseNotes>
10
-Fix:
11
-- IcoPathDark missing in package
12
-- IcoPathLight missing in package
13
-
14
-Lax:
15
-- Filename does not match "<name>-<version>-<platform>.zip" convention
+- Bump target framework to net9.0
+- Support for GitHub name as author
+- Support for checksums file
16
</PackageReleaseNotes>
17
<Authors>Henrik Lau Eriksson</Authors>
18
<Description>Linter for PowerToys Run community plugins</Description>
0 commit comments