Skip to content

Commit e863b82

Browse files
committed
bump analyzer lib version
1 parent 5a1fba6 commit e863b82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.0.20 (13 June 2024)
4+
- Fixed a crash when a loadout has one archetype only
5+
- Fixed a crash on new character creation
6+
37
## v0.0.19 (8 June 2024)
48
- Further performance optimizations (still need more)
59
- 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.

Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.19" />
19+
<PackageReference Include="lib.remnant2.analyzer" Version="0.0.20" />
2020
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
2121
<PackageReference Include="Serilog" Version="3.1.1" />
2222
<PackageReference Include="Serilog.Expressions" Version="4.0.0" />

0 commit comments

Comments
 (0)