You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ The project is avalable as two separate NuGet packages:
16
16
17
17
You can install both packages by typing the following commands in the NuGet console:
18
18
```
19
-
PM> Install-Package LinkMobility.PSWin.Client
20
-
PM> Install-Package LinkMobility.PSWin.Receiver
19
+
PM> Install-Package LinkMobilityNE.PSWin.Client
20
+
PM> Install-Package LinkMobilityNE.PSWin.Receiver
21
21
```
22
22
23
23
The packages target .NET Standard 2.0 and can therefore be used in .NET Framework and .NET Core projects. See the [compatibility table](https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#tabpanel_1_net-standard-2-0) for more information.
0 commit comments