Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit f3597e1

Browse files
authored
Updated Package IDs
Original "MetaWear" name not allowed on NuGet Gallery
1 parent efee109 commit f3597e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ BLE stack and file i/o code specific for their target environment by implementin
99
The C# SDK is distributed via NuGet and can be installed with the package manager console:
1010

1111
```bat
12-
PM> Install-Package MetaWear
12+
PM> Install-Package MetaWear.CSharp
1313
```
1414

15-
MbientLab has provided Windows 10 specific implementations of the aforementioned interfaces, which can be installed alongside the ``MetaWear`` package.
15+
MbientLab has provided Windows 10 specific implementations of the aforementioned interfaces, which can be installed alongside the ``MetaWear.Csharp`` package.
1616

1717
```bat
18-
PM> Install-Package MetaWear.Win10
18+
PM> Install-Package MetaWear.CSharp.Win10
1919
```
2020

2121
# Usage
@@ -33,4 +33,4 @@ public async IMetaWearBoard macAddrToIMetaWearBoard(ulong mac) {
3333
Developers only using the ``MetaWear`` package will need to implement the
3434
[IBluetoothLeGatt](https://mbientlab.com/documents/metawear/csharp/1/interfaceMbientLab_1_1MetaWear_1_1Impl_1_1Platform_1_1IBluetoothLeGatt.html) and
3535
[ILibraryIO](https://mbientlab.com/documents/metawear/csharp/1/interfaceMbientLab_1_1MetaWear_1_1Impl_1_1Platform_1_1ILibraryIO.html) interfaces, and pass
36-
those implementations to the **MetaWearBoard** constructor.
36+
those implementations to the **MetaWearBoard** constructor.

0 commit comments

Comments
 (0)