diff --git a/Dalamud/XAT.Plugin/XAT.Plugin.json b/Dalamud/XAT.Plugin/XAT.Plugin.json index 9136a6b..65f8c94 100644 --- a/Dalamud/XAT.Plugin/XAT.Plugin.json +++ b/Dalamud/XAT.Plugin/XAT.Plugin.json @@ -4,7 +4,7 @@ "Punchline": "Create and edit animations and cutscenes.", "Description": "Create and edit animations and cutscenes.", "AssemblyVersion": "1.0.0.0", - "InternalName": "xatPlugin", + "InternalName": "XAT.Plugin", "ApplicableVersion": "any", "Tags": [ "animation", diff --git a/README.md b/README.md index c0b865b..670cb2d 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ This project builds on the work of previous research and tools built for XIV. A * [Anamnesis](https://github.com/imchillin/Anamnesis) * [VFXEditor](https://github.com/0ceal0t/Dalamud-VFXEditor) * [Penumbra](https://github.com/xivdev/Penumbra/) +* [Cammy](https://github.com/UnknownX7/Cammy/) diff --git a/base_repo.json b/base_repo.json index 0728c25..f8c9b46 100644 --- a/base_repo.json +++ b/base_repo.json @@ -3,7 +3,7 @@ "Author": "Asgard", "Name": "XAT", "Description": "Create and edit animations and cutscenes", - "InternalName": "xatPlugin", + "InternalName": "XAT.Plugin", "AssemblyVersion": "1.0.0.0", "TestingAssemblyVersion": "1.0.0.0", "RepoUrl": "https://github.com/AsgardXIV/XAT",