Skip to content

Commit

Permalink
Version 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed May 26, 2020
1 parent 84216f7 commit d707d3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions ItemSearchPlugin/ItemSearchPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Version>1.0.0.0</Version>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Version>1.1.0.0</Version>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Label="Resources">
<None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
Expand Down
2 changes: 1 addition & 1 deletion ItemSearchPlugin/ItemSearchPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d707d3f

Please sign in to comment.