Skip to content

Commit

Permalink
Update LibIRD to 0.8.0 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deterous authored Mar 12, 2024
1 parent 0737ba7 commit 17ba117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Fix config access persmission (Deterous)
- Fix Check UI deadlock (Deterous)
- Fix formatting output formatting
- Update LibIRD to 0.8.0 (Deterous)

### 3.1.2 (2024-02-27)

Expand Down
2 changes: 1 addition & 1 deletion MPF.Core/MPF.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="BinaryObjectScanner" PrivateAssets="build; analyzers" ExcludeAssets="contentFiles" Version="3.1.0" GeneratePathProperty="true">
<IncludeAssets>runtime; compile; build; native; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="LibIRD" Version="0.7.1" />
<PackageReference Include="LibIRD" Version="0.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="psxt001z.Library" Version="0.21.0-beta4" />
<PackageReference Include="SabreTools.Hashing" Version="1.1.4" />
Expand Down

0 comments on commit 17ba117

Please sign in to comment.