name typo

main
Camille 2022-09-15 21:31:57 +02:00
parent 0261c5ab58
commit 0bcc9cff01
2 changed files with 19 additions and 1 deletions

View File

@ -9,6 +9,24 @@
<PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl>
</PropertyGroup>
<ProjectExtensions>
<DalamudPlugin>
<ApiLevel>7</ApiLevel>
<Author>Lharz</Author>
<Name>CurrencyAlert</Name>
<Punchline>Display alerts upon reaching configurable currencies thresholds (such as Poetics or PVP marks).</Punchline>
<Description>/currencyalert: shows the configuration panel.</Description>
<Tags>
<Tag>Currency</Tag>
<Tag>Utility</Tag>
</Tags>
<Images>
<Icon>../icon.png</Icon>
</Images>
<Hidden>False</Hidden>
</DalamudPlugin>
</ProjectExtensions>
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Platforms>x64</Platforms>

View File

@ -1,6 +1,6 @@
{
"Author": "Lharz",
"Name": "Currency Alert",
"Name": "CurrencyAlert",
"Punchline": "Display alerts upon reaching configurable currencies thresholds (such as Poetics or PVP marks).",
"Description": "/currencyalert: shows the configuration panel.",
"Changelog": null,