From 3978d9516676497c29380f2c9dde1f24e67dee92 Mon Sep 17 00:00:00 2001 From: Anna 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" />