We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b703 commit 77d0f2fCopy full SHA for 77d0f2f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
4
+## v0.0.30 (4 Dec 2024)
5
+- Fix a spelling mistake in items notes
6
+
7
## v0.0.29 (3 December 2024)
8
- Update dependencies
9
- Add warning if the save files game build is less than expected
Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj
@@ -16,7 +16,7 @@
16
</ItemGroup>
17
18
<ItemGroup>
19
- <PackageReference Include="lib.remnant2.analyzer" Version="0.0.30" />
+ <PackageReference Include="lib.remnant2.analyzer" Version="0.0.31" />
20
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
21
<PackageReference Include="Serilog" Version="4.1.0" />
22
<PackageReference Include="Serilog.Expressions" Version="5.0.0" />
0 commit comments