We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e692f commit 4f5e571Copy full SHA for 4f5e571
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.0.26 (30 Oct 2024)
4
+- Minor fixes for Mortal Coil and Repair Tool detection
5
+
6
## v0.0.25 (28 Oct 2024)
7
- Add DLC3 items
8
Remnant2SaveAnalyzer/Remnant2SaveAnalyzer.csproj
@@ -16,7 +16,7 @@
16
</ItemGroup>
17
18
<ItemGroup>
19
- <PackageReference Include="lib.remnant2.analyzer" Version="0.0.26" />
+ <PackageReference Include="lib.remnant2.analyzer" Version="0.0.27" />
20
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
21
<PackageReference Include="Serilog" Version="4.0.1" />
22
<PackageReference Include="Serilog.Expressions" Version="5.0.0" />
0 commit comments