From a5e8c6a00ee06cea2fd12e68503f5295b5c2e493 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 24 Sep 2020 01:06:00 -0400 Subject: [PATCH] chore: set version to 0.1.0 --- Custom Commands and Macro Macros/CCMM.json | 10 ++++++++++ .../Custom Commands and Macro Macros.csproj | 1 + .../Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 Custom Commands and Macro Macros/CCMM.json 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")]