Skip to content

Commit

Permalink
upd - Updated libraries
Browse files Browse the repository at this point in the history
---

We've updated both the .NET managed libraries and the native library,
libmagic.

---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 16, 2024
1 parent 4ccab06 commit 21a7f55
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Magico.Console/Magico.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="5.4.1" />
<PackageReference Include="Terminaux" Version="5.4.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Magico.Native/Magico.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SpecProbe.Loader" Version="3.1.1" />
<PackageReference Include="SpecProbe.Software" Version="3.1.1" />
<PackageReference Include="SpecProbe.Loader" Version="3.2.2" />
<PackageReference Include="SpecProbe.Software" Version="3.2.2" />
</ItemGroup>

</Project>
Binary file modified Magico.Native/runtimes/linux-arm64/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/linux-x64/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/osx-arm64/native/libmagic.dylib
Binary file not shown.
Binary file modified Magico.Native/runtimes/osx-x64/native/libmagic.dylib
Binary file not shown.
Binary file modified Magico.Native/runtimes/win-arm64/native/libmagic.dll
Binary file not shown.
Binary file modified Magico.Native/runtimes/win-x64/native/libmagic.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Magico.Tests/Magico.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.6.1">
<Project Sdk="MSTest.Sdk/3.6.3">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand Down
Binary file modified assets/magic.mgc
Binary file not shown.

0 comments on commit 21a7f55

Please sign in to comment.