diff --git a/README.md b/README.md
index e1dadd4..07a2990 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ class Program
**main** :: This is the branch containing the latest release build. No contributions should be made directly to this branch. The development branch will periodically be merged to the main branch, and be released to [NuGet](https://www.nuget.org/packages?q=bytewizer.tinyclr).
-**develop** :: This is the development branch to which contributions should be proposed by contributors as pull requests. Development build packages are available as attached artifacts on successful build [workflows](https://github.com/bytewizer/blueswireless/actions/workflows/actions.yml).
+**develop** :: This is the development branch to which contributions should be proposed by contributors as pull requests. Development build packages are available as [Github Packages](https://github.com/bytewizer?tab=packages).
## Contributions
diff --git a/playground/Bytewizer.TinyCLR.Notecard/Program.cs b/playground/Bytewizer.TinyCLR.Notecard/Program.cs
index cb44abf..ac27352 100644
--- a/playground/Bytewizer.TinyCLR.Notecard/Program.cs
+++ b/playground/Bytewizer.TinyCLR.Notecard/Program.cs
@@ -17,14 +17,14 @@ static void Main()
var notecard = new NotecardController(controller);
// Set product id with json request (this only needs to be done once)
- //var request1 = new JsonRequest("hub.set");
- //request1.Add("product", "[your-product-uid]"); // replace your this with your project uid
-
- //var results1 = notecard.Request(request1);
- //if (results1.IsSuccess)
- //{
- // Debug.WriteLine(results1.Response);
- //}
+ var request1 = new JsonRequest("hub.set");
+ request1.Add("product", "[your-product-uid]"); // replace your this with your project uid
+
+ var results1 = notecard.Request(request1);
+ if (results1.IsSuccess)
+ {
+ Debug.WriteLine(results1.Response);
+ }
// Create a json body object
var body = new JsonObject();
diff --git a/src/Bytewizer.TinyCLR.Drivers.Blues.Notecard/Bytewizer.TinyCLR.Drivers.Blues.Notecard.csproj b/src/Bytewizer.TinyCLR.Drivers.Blues.Notecard/Bytewizer.TinyCLR.Drivers.Blues.Notecard.csproj
index 79319f9..440e498 100644
--- a/src/Bytewizer.TinyCLR.Drivers.Blues.Notecard/Bytewizer.TinyCLR.Drivers.Blues.Notecard.csproj
+++ b/src/Bytewizer.TinyCLR.Drivers.Blues.Notecard/Bytewizer.TinyCLR.Drivers.Blues.Notecard.csproj
@@ -15,6 +15,9 @@
+
+ Blues Wireless driver built for TinyCLR IoT devices.
+
true
full
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 98d4430..9ecc78f 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -9,6 +9,7 @@
Microcompiler
Bytewizer Technology
package-logo.png
+ https://github.com/bytewizer/blueswireless.git
$(AssemblyName)
ghi tinyclr tinyclros sitcore iot blues wireless
LICENSE.md