From c2f6ae85f3edb8b094a07c54f32a67bd15ad1ffb Mon Sep 17 00:00:00 2001 From: Iaotle Date: Mon, 27 Dec 2021 03:53:44 +0100 Subject: [PATCH] wip --- .editorconfig | 3 --- .gitignore | 4 ++-- LICENSE | 4 ++-- README.md | 6 +++--- pluginmaster.json | 12 ++++++------ 5 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6d1d6ed21..228099b72 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,3 @@ # CS8602: Dereference of a possibly null reference. dotnet_diagnostic.CS8602.severity = none - -# SA1513: Closing brace should be followed by blank line -dotnet_diagnostic.SA1513.severity = none diff --git a/.gitignore b/.gitignore index d7fbf5ee5..ef2070c65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ .vs/ -XIVComboExpanded/obj/ +XIVSlothCombo/obj/ -XIVComboExpanded/bin/Debug/ +XIVSlothCombo/bin/Debug/ *.v2 diff --git a/LICENSE b/LICENSE index e79149144..71d0ce00e 100644 --- a/LICENSE +++ b/LICENSE @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - XIVComboWayTooAkiiified + XIVSlothCombo Copyright (C) 2021 Nik-Potokar This program is free software: you can redistribute it and/or modify @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - XIVComboWayTooAkiiified Copyright (C) 2021 Nik-Potokar + XIVSlothCombo Copyright (C) 2021 Nik-Potokar This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index c9c5898f1..837b48eb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Have an issue or suggestion? Please post them [here](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/issues). +# Have an issue or suggestion? Please post them [here](https://github.com/Nik-Potokar/XIVSlothCombo/issues). (Keep in mind we don't play every job, so if you're having an issue please describe your desired fix in detail. Feel free to make a pull request.) ### Updated Daily # If something dosen't seem to be working please swap class or re-slot the skill. @@ -7,7 +7,7 @@ ### Repo Link `https://raw.githubusercontent.com/Nik-Potokar/MyDalamudPlugins/main/pluginmaster.json ` -[![Build](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/actions/workflows/build.yml/badge.svg)](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/actions/workflows/build.yml) +[![Build](https://github.com/Nik-Potokar/XIVSlothCombo/actions/workflows/build.yml/badge.svg)](https://github.com/Nik-Potokar/XIVSlothCombo/actions/workflows/build.yml) _________________________________________________________________________________________________________________________________________________________________________________ @@ -115,7 +115,7 @@ Recommended: Or -* Download the latest zip file under releases [Here](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/releases) +* Download the latest zip file under releases [Here](https://github.com/Nik-Potokar/XIVSlothCombo/releases) * Extract all the contents of the ZIP file inside the %appdata%/XIVLauncher/devPlugins folder * The addon will show up in-game under Dev Tools > Installed Dev Plugins diff --git a/pluginmaster.json b/pluginmaster.json index ab8a26f5a..14e5a77d5 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,18 +1,18 @@ [ { "Author": "attick, daemitus, alymphocyte, Aki", - "Name": "XIVComboWayTooAkiiified", + "Name": "XIVSlothCombo", "Description": "XIVCombo But For Lazy Gamers, Should Have Everything That Original XIVCombo Has And More +++", - "InternalName": "XIVComboWayTooAkiiified", + "InternalName": "XIVSlothCombo", "AssemblyVersion": "1.0.0.0", - "RepoUrl": "https://github.com/Nik-Potokar/XIVComboWayTooAkiiified", + "RepoUrl": "https://github.com/Nik-Potokar/XIVSlothCombo", "ApplicableVersion": "any", "DalamudApiLevel": 4, - "DownloadLinkInstall": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip", + "DownloadLinkInstall": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkTesting": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip", - "DownloadLinkUpdate": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip", + "DownloadLinkTesting": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip", + "DownloadLinkUpdate": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip", "DownloadCount": 0, "LastUpdated": "0" }