Skip to content

Commit

Permalink
Bump System.Device.Gpio from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Device.Gpio](https://github.com/dotnet/iot) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/dotnet/iot/releases)
- [Commits](dotnet/iot@1.5...2.0)

---
updated-dependencies:
- dependency-name: System.Device.Gpio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SteveDesmond-ca committed Jan 26, 2022
1 parent eb0567e commit dc5e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleGPIO/SimpleGPIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Iot.Device.Bindings" Version="1.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="System.Device.Gpio" Version="1.5.0" />
<PackageReference Include="System.Device.Gpio" Version="2.0.0" />
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
</ItemGroup>
</Project>

0 comments on commit dc5e440

Please sign in to comment.