From 0bcc9cff018e147adc08f490b482bde73c558c82 Mon Sep 17 00:00:00 2001 From: Camille Date: Thu, 15 Sep 2022 21:31:57 +0200 Subject: [PATCH] name typo --- CurrencyAlert/CurrencyAlert.csproj | 18 ++++++++++++++++++ CurrencyAlert/CurrencyAlert.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CurrencyAlert/CurrencyAlert.csproj b/CurrencyAlert/CurrencyAlert.csproj index e8e92a0..0bd92bb 100644 --- a/CurrencyAlert/CurrencyAlert.csproj +++ b/CurrencyAlert/CurrencyAlert.csproj @@ -9,6 +9,24 @@ https://github.com/Lharz/xiv-currency-alert + + + 7 + Lharz + CurrencyAlert + Display alerts upon reaching configurable currencies thresholds (such as Poetics or PVP marks). + /currencyalert: shows the configuration panel. + + Currency + Utility + + + ../icon.png + + False + + + net6.0-windows x64 diff --git a/CurrencyAlert/CurrencyAlert.json b/CurrencyAlert/CurrencyAlert.json index d6cdf14..fadf32a 100644 --- a/CurrencyAlert/CurrencyAlert.json +++ b/CurrencyAlert/CurrencyAlert.json @@ -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,