Skip to content

Commit

Permalink
release: 1.6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Aug 2, 2024
1 parent c0a8727 commit 94809b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HimbeertoniRaidTool/HimbeertoniRaidTool.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Koenari</Authors>
<Version>1.6.2.6</Version>
<Version>1.6.2.7</Version>
<Description>A collection of useful tools for RaidGroups, including loot management</Description>
<PackageProjectUrl>https://github.com/Koenari/HimbeertoniRaidTool</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
Expand Down
11 changes: 5 additions & 6 deletions HimbeertoniRaidTool/HimbeertoniRaidTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Himbeertoni Raid Tool
punchline: All you need for Raiding
description: A collection of useful tools for raid groups, including loot management
tags:
- Raid
- Loot
- Equipment
- Gear
- Raid
- Loot
- Equipment
- Gear
internal_name: HimbeertoniRaidTool
repo_url: https://github.com/Koenari/HimbeertoniRaidTool/
changelog: >2+
Bugfix: Fix loot being inaccurate
Bugfix: Fix missing materia in etro sets
Bugfix: Fix update from lodestone
7 changes: 7 additions & 0 deletions HimbeertoniRaidTool/Modules/Core/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ public class ChangeLog
{
public static readonly IReadOnlyList<SingleVersionChangelog> Entries = new List<SingleVersionChangelog>
{
new(new Version(1, 6, 2, 7))
{
MinorFeatures =
{
new ChangeLogEntry(Bugfix, "Fix update from lodestone", 151),
},
},
new(new Version(1, 6, 2, 6))
{
MinorFeatures =
Expand Down

0 comments on commit 94809b8

Please sign in to comment.