chore: bump version to 1.2.0

This commit is contained in:
Anna 2021-02-18 18:51:22 -05:00
parent 9285baa877
commit 3978d95166
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@ -12,7 +12,7 @@
Internalize="true"
InputAssemblies="@(InputAssemblies)"
TargetKind="Dll"
LibraryPath="$(OutputPath);$(AppData)\XIVLauncher\addon\Hooks"
LibraryPath="$(OutputPath);$(AppData)\XIVLauncher\addon\Hooks\dev"
OutputFile="$(OutputPath)\$(AssemblyName).dll"
/>