Skip to content

Commit

Permalink
add project title nad product
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Oct 5, 2024
1 parent eb85bcd commit affd8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<RootNamespace>Community.PowerToys.Run.Plugin.$safeprojectname$</RootNamespace>
<Version>$([System.Text.RegularExpressions.Regex]::Match([System.IO.File]::ReadAllText('.\plugin.json'), '"Version": "(\S+)"').Groups[1].Value)</Version>
<Platforms>x64;ARM64</Platforms>
<Title></Title>
<Product></Product>
<Title>PowerToys Run $projectname$</Title>
<Product>PowerToys Run $projectname$ Plugin</Product>
<Authors></Authors>
<RepositoryUrl></RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit affd8aa

Please sign in to comment.