Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
imp - brk|doc - Moved Platform to SpecProbe
Browse files Browse the repository at this point in the history
---

We've moved Platform to the SpecProbe library.

This build will fail for a short while, because it references an internal version of 1.6.0, but we'll get it ready shortly.

---

Type: imp
Breaking: True
Doc Required: True
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jul 27, 2024
1 parent f172301 commit e647fb4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 46 deletions.
2 changes: 1 addition & 1 deletion NativeLand/LibraryItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//

using Microsoft.Extensions.Logging;
using SpecProbe.Platform;
using SpecProbe.Software.Platform;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
Expand Down
3 changes: 1 addition & 2 deletions NativeLand/LibraryManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Microsoft.Extensions.Logging;
using SpecProbe.Platform;
using SpecProbe.Software.Platform;

namespace NativeLand
{
Expand Down
2 changes: 1 addition & 1 deletion NativeLand/NativeLand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="SpecProbe.Software" Version="1.5.0" />
<PackageReference Include="SpecProbe.Software" Version="1.6.0" />
</ItemGroup>

</Project>
41 changes: 0 additions & 41 deletions NativeLand/Platform.cs

This file was deleted.

2 changes: 1 addition & 1 deletion TestProcess/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using NativeLand;
using Serilog;
using Serilog.Extensions.Logging;
using SpecProbe.Platform;
using SpecProbe.Software.Platform;

namespace TestProcess
{
Expand Down

0 comments on commit e647fb4

Please sign in to comment.