name typo
This commit is contained in:
parent
0261c5ab58
commit
0bcc9cff01
@ -9,6 +9,24 @@
|
|||||||
<PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl>
|
||||||
</PropertyGroup>
|
</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>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
<Platforms>x64</Platforms>
|
<Platforms>x64</Platforms>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Author": "Lharz",
|
"Author": "Lharz",
|
||||||
"Name": "Currency Alert",
|
"Name": "CurrencyAlert",
|
||||||
"Punchline": "Display alerts upon reaching configurable currencies thresholds (such as Poetics or PVP marks).",
|
"Punchline": "Display alerts upon reaching configurable currencies thresholds (such as Poetics or PVP marks).",
|
||||||
"Description": "/currencyalert: shows the configuration panel.",
|
"Description": "/currencyalert: shows the configuration panel.",
|
||||||
"Changelog": null,
|
"Changelog": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user