Skip to content

Commit

Permalink
imp - Used SP.Loader
Browse files Browse the repository at this point in the history
---

For the merger, we've used SpecProbe.Loader.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 1, 2024
1 parent 68ad318 commit 07de07f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BassBoom.Basolia/BassBoom.Basolia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.62" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions BassBoom.Cli/BassBoom.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="4.3.3" />
<PackageReference Include="Terminaux.ResizeListener" Version="4.3.3" />
<PackageReference Include="Terminaux" Version="4.3.4" />
<PackageReference Include="Terminaux.ResizeListener" Version="4.3.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="NativeLand" Version="2.0.0.1" />
<PackageReference Include="SpecProbe.Software" Version="1.6.0.1" />
<PackageReference Include="SpecProbe.Loader" Version="2.0.0" />
<PackageReference Include="SpecProbe.Software" Version="2.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion BassBoom.Native/MpgNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
using System.Reflection;
using System.Runtime.InteropServices;
using SpecProbe.Software.Platform;
using NativeLand;
using SpecProbe.Loader;

namespace BassBoom.Native
{
Expand Down

0 comments on commit 07de07f

Please sign in to comment.