From e589982977c913b607d67d013202d8cd4828dcb1 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Wed, 11 Apr 2018 11:56:18 -0700 Subject: [PATCH 1/2] readme + 0.14.0 update --- README.md | 3 +-- src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0216ee3..3d1a42a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For example, a cmdlet stack to turn on a light bulb might be: ```powershell > Set-Light On # Your user types this / you make this cmdlet -> Set-GpioPin -Pin 4 # You use this to make that^ / we make this cmdlet +> Set-GpioPin -Id 4 # You use this to make that^ / we make this cmdlet > # Our code that makes that^ ``` @@ -60,7 +60,6 @@ _Installation from the PowerShell Gallery and download from GitHub releases comi You can download the latest CI build from our [AppVeyor build here](https://ci.appveyor.com/project/PowerShell/powershell-iot). Go to the latest build, click on either of the images, then click on the artifacts tab. From there, you can download a zip of the latest CI build. ->>>>>>> 32ebbd385a46f29eea44208d3f5f94234f73e1c3 ### From Source diff --git a/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj b/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj index e468494..6a21839 100644 --- a/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj +++ b/src/Microsoft.PowerShell.IoT/Microsoft.PowerShell.IoT.csproj @@ -6,7 +6,7 @@ - + From e25330a8357761e8abd2cc65f0c2a05534ffbc1f Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Wed, 11 Apr 2018 17:49:53 -0700 Subject: [PATCH 2/2] update version of raspberryio and misc feedback --- README.md | 7 ++++--- ThirdPartyNotices.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d1a42a..3cca2d9 100644 --- a/README.md +++ b/README.md @@ -22,21 +22,22 @@ For example, a cmdlet stack to turn on a light bulb might be: ```powershell > Set-Light On # Your user types this / you make this cmdlet -> Set-GpioPin -Id 4 # You use this to make that^ / we make this cmdlet +> Set-GpioPin -Id 4 -Value High # You use this to make that^ / we make this cmdlet > # Our code that makes that^ ``` -To see some examples of modules built on top of PowerShell IoT, see the [modules folder](/modules). +To see some examples of modules built on top of PowerShell IoT, see the [Examples folder](/Examples). ### Supported platforms #### Supported devices * Raspberry Pi 3 +* Raspberry Pi 2 #### Supported operating systems -* Raspbian Trusty +* Raspbian Stretch ### Documentation & Examples diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 55d05f9..56f7911 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -6,7 +6,7 @@ The software is based on or incorporates material from the projects listed below ------------------------------------------------- -File: Unosquare.Rasberry.IO 0.12.0 +File: Unosquare.Rasberry.IO 0.14.0 ------------------------------------------------- Copyright (c) 2016 Unosquare