From d707d3f5adab744385032e523b8c3c2de9e24572 Mon Sep 17 00:00:00 2001 From: Caraxi Date: Tue, 26 May 2020 20:17:19 +0930 Subject: [PATCH] Version 1.1.0.0 --- CHANGELOG.md | 4 ++-- ItemSearchPlugin/ItemSearchPlugin.csproj | 6 +++--- ItemSearchPlugin/ItemSearchPlugin.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7148c4..f82be8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -### X.X.X.X - Unreleased Changes (Coming Soon) +### 1.1.0.0 - New Filter: 'Equip As' Items must be equipable by any or all (toggleable) of the selected classes. - Added button to open an external site to the selected item. Supports Teamcraft, Garland Tools and Gamer Escape. (Suggested by BlueKitty) - Sorted category list alphabetically. - Added button to open Market Board Plugin to items from search window. - - Added option to try on equipment from the Item Search + - Added option to try on equipment from the Item Search. ### 1.0.0.0 - Initial Plugin Version diff --git a/ItemSearchPlugin/ItemSearchPlugin.csproj b/ItemSearchPlugin/ItemSearchPlugin.csproj index 976da1f..68b3829 100644 --- a/ItemSearchPlugin/ItemSearchPlugin.csproj +++ b/ItemSearchPlugin/ItemSearchPlugin.csproj @@ -15,9 +15,9 @@ true - 1.0.0.0 - 1.0.0.0 - 1.0.0.0 + 1.1.0.0 + 1.1.0.0 + 1.1.0.0 diff --git a/ItemSearchPlugin/ItemSearchPlugin.json b/ItemSearchPlugin/ItemSearchPlugin.json index 5451d24..a9b1d0b 100644 --- a/ItemSearchPlugin/ItemSearchPlugin.json +++ b/ItemSearchPlugin/ItemSearchPlugin.json @@ -3,7 +3,7 @@ "Name": "Item Search Plugin", "Description": "Search for items. Type /xlitem to open search window.", "InternalName": "ItemSearchPlugin", - "AssemblyVersion": "1.0.0.0", + "AssemblyVersion": "1.1.0.0", "RepoUrl": "https://github.com/Caraxi/ItemSearchPlugin", "ApplicableVersion": "any" } \ No newline at end of file