Skip to content

Commit

Permalink
bump analyzer lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSav committed Jun 13, 2024
1 parent 5a1fba6 commit e863b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.0.20 (13 June 2024)
- Fixed a crash when a loadout has one archetype only
- Fixed a crash on new character creation

## v0.0.19 (8 June 2024)
- Further performance optimizations (still need more)
- Relic fragments, Consumables, Concoctions and Dreams are now shown on the missing items page. The do not appear on the campaign/adventure page with a few minor exceptions (All-Seeing Eye, Dried Fruit, Koara Pellet and the four Dreams). They may be added at a later date.
Expand Down
2 changes: 1 addition & 1 deletion Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.19" />
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.20" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Expressions" Version="4.0.0" />
Expand Down

0 comments on commit e863b82

Please sign in to comment.