Skip to content

Commit

Permalink
build: 1.6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Jul 31, 2024
1 parent 32af80d commit dfa6d31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.3</Version>
<Version>1.6.2.4</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
2 changes: 1 addition & 1 deletion HimbeertoniRaidTool/HimbeertoniRaidTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tags:
internal_name: HimbeertoniRaidTool
repo_url: https://github.com/Koenari/HimbeertoniRaidTool/
changelog: >2+
Loot Master: Add savage loot information
Bugfix: Fix wrongly displayed Tome gear
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, 4))
{
MinorFeatures =
{
new ChangeLogEntry(Bugfix, "Fix wrongly displayed Tome gear"),
},
},
new(new Version(1, 6, 2, 3))
{
MinorFeatures =
Expand Down

0 comments on commit dfa6d31

Please sign in to comment.