chore: add DalamudPackager and drop version to 0.1.0

This commit is contained in:
Anna 2021-05-31 20:46:45 -04:00
parent c933dad606
commit dad12a32bc
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release Illegal' or '$(Configuration)' == 'Release Official'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true"/>
</Target>
</Project>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>1.0.0</Version>
<Version>0.1.0</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -51,6 +51,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.2.1"/>
<PackageReference Include="F23.StringSimilarity" Version="4.0.0"/>
<PackageReference Include="Fody" Version="6.5.1" PrivateAssets="all"/>
<PackageReference Include="ILMerge.Fody" Version="1.16.0" PrivateAssets="all"/>

View File

@ -0,0 +1,14 @@
name: The Roleplayer's Toolbox
author: ascclemens
description: |-
A collection of useful tools for roleplayers.
- Choose a PF or use the /route command to set a destination and get
told the fastest way to navigate to any house.
- Enable click-to-examine on left or right click.
- Prevent untargeting or changing your target.
- Set any emote on your hotbar, such as sleep or object sit.
- Add the /emoteid command to use any emote by its ID.
- Disable the /doze emote snap so you can use the sleep emote
anywhere.
repo_url: https://git.sr.ht/~jkcclemens/RoleplayersToolbox