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> <PropertyGroup>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<Version>1.1.0</Version> <Version>1.2.0</Version>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

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