This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree 3 files changed +18
-3
lines changed
src/Microsoft.PowerShell.IoT
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
+ <Version >0.1.1.0</Version >
6
+ <Authors >Microsoft Corporation</Authors >
7
+ <Company >Microsoft Corporation</Company >
8
+ <Product >Microsoft.PowerShell.IoT</Product >
9
+ <PackageId >Microsoft.PowerShell.IoT</PackageId >
10
+ <AssemblyVersion >0.1.1.0</AssemblyVersion >
11
+ <FileVersion >0.1.1.0</FileVersion >
12
+ <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
13
+ <PackageLicenseUrl >https://github.com/PowerShell/PowerShell-IoT/blob/master/LICENSE.txt</PackageLicenseUrl >
14
+ <PackageProjectUrl >https://github.com/PowerShell/PowerShell-IoT</PackageProjectUrl >
15
+ <RepositoryUrl >https://github.com/PowerShell/PowerShell-IoT</RepositoryUrl >
5
16
</PropertyGroup >
6
17
7
18
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
CompanyName = " Microsoft Corporation"
8
8
Copyright = " © Microsoft Corporation. All rights reserved."
9
9
Description = ' A PowerShell module for interacting with hardware sensors and devices using common protocols: GPIO, I2C & SPI.'
10
- ModuleVersion = " 0.1.0 "
10
+ ModuleVersion = " 0.1.1 "
11
11
FunctionsToExport = ' *'
12
12
CmdletsToExport = ' *'
13
13
AliasesToExport = @ ()
29
29
# IconUri = ''
30
30
31
31
# ReleaseNotes of this module
32
- ReleaseNotes = ' ## 0.1.0
32
+ ReleaseNotes = ' ## 0.1.1
33
+
34
+ Minor bug fixes
35
+
36
+ ## 0.1.0
33
37
34
38
Initial preview of PowerShell IoT
35
39
'
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Describe "PowerShell IoT tests" {
85
85
}
86
86
$result.Channel | Should - Be 0
87
87
$result.Data [0 ] | Should - Be 0x8F
88
- $result.Responce [1 ] | Should - Be 0x33
88
+ $result.Response [1 ] | Should - Be 0x33
89
89
$result.Frequency | Should - Be 500000
90
90
}
91
91
It " Can use the -Raw flag to get the raw value" {
You can’t perform that action at this time.
0 commit comments