chore: set version to 0.1.0

This commit is contained in:
Anna 2020-09-24 01:06:00 -04:00
parent 96b67a192c
commit a5e8c6a00e
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
3 changed files with 13 additions and 2 deletions

View File

@ -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
}

View File

@ -77,6 +77,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="CCMM.json" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@ -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")]