Update Aaru Nuget package

This commit is contained in:
Matt Nadareski
2022-03-08 09:13:37 -08:00
parent 7b62572a56
commit e735335773
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
- Add upper case `<TAB>` processing
- Reorder event handers
- Handle sanitized protections edge case
- Update Aaru Nuget package
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'!='net48'">
<PackageReference Include="Aaru.Devices" Version="5.3.0" />
<PackageReference Include="Aaru.Devices" Version="5.3.1" />
</ItemGroup>
<ItemGroup>