From 23f0b29b0fe9145e36cbd3709a0b4277f3a5efe2 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 18 Feb 2021 18:51:22 -0500 Subject: [PATCH] chore: bump version to 1.2.0 --- ExpandedSearchInfo/ExpandedSearchInfo.csproj | 2 +- ExpandedSearchInfo/ILRepack.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExpandedSearchInfo/ExpandedSearchInfo.csproj b/ExpandedSearchInfo/ExpandedSearchInfo.csproj index 9c384cb..9cbb8e9 100755 --- a/ExpandedSearchInfo/ExpandedSearchInfo.csproj +++ b/ExpandedSearchInfo/ExpandedSearchInfo.csproj @@ -2,7 +2,7 @@ net48 - 1.1.0 + 1.2.0 latest enable diff --git a/ExpandedSearchInfo/ILRepack.targets b/ExpandedSearchInfo/ILRepack.targets index 1e681a1..b7fdf00 100755 --- a/ExpandedSearchInfo/ILRepack.targets +++ b/ExpandedSearchInfo/ILRepack.targets @@ -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" />