diff --git a/Custom Commands and Macro Macros/CCMM.json b/Custom Commands and Macro Macros/CCMM.json new file mode 100644 index 0000000..d52d30a --- /dev/null +++ b/Custom Commands and Macro Macros/CCMM.json @@ -0,0 +1,10 @@ +{ + "Author": "ascclemens", + "Name": "Custom Commands and Macro Macros", + "Description": "Adds support for custom commands and better macros. /ccmm", + "InternalName": "CCMM", + "AssemblyVersion": "0.1.0", + "RepoUrl": "https://sr.ht/~jkcclemens/CCMM", + "ApplicableVersion": "any", + "DalamudApiLevel": 1 +} diff --git a/Custom Commands and Macro Macros/Custom Commands and Macro Macros.csproj b/Custom Commands and Macro Macros/Custom Commands and Macro Macros.csproj index db00058..848b358 100644 --- a/Custom Commands and Macro Macros/Custom Commands and Macro Macros.csproj +++ b/Custom Commands and Macro Macros/Custom Commands and Macro Macros.csproj @@ -77,6 +77,7 @@ + diff --git a/Custom Commands and Macro Macros/Properties/AssemblyInfo.cs b/Custom Commands and Macro Macros/Properties/AssemblyInfo.cs index 2495c37..4da9fbf 100644 --- a/Custom Commands and Macro Macros/Properties/AssemblyInfo.cs +++ b/Custom Commands and Macro Macros/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("0.1.0")] +[assembly: AssemblyFileVersion("0.1.0")]