name typo
This commit is contained in:
parent
0261c5ab58
commit
0bcc9cff01
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user