File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Smdn.Devices.MCP2221.GpioAdapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT
55<Project Sdk =" Microsoft.NET.Sdk" >
66 <PropertyGroup >
77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8- <VersionPrefix >0.9</VersionPrefix >
8+ <VersionPrefix >0.9.1 </VersionPrefix >
99 <VersionSuffix ></VersionSuffix >
1010 </PropertyGroup >
1111
@@ -19,7 +19,7 @@ This library enables you to use the many device bindings provided by Iot.Device.
1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <ProjectReference VersionRange =" [0.0.0 ,1.0.0)" Include =" ..\Smdn.Devices.MCP2221\Smdn.Devices.MCP2221.csproj" />
22+ <ProjectReference VersionRange =" [0.9.1 ,1.0.0)" Include =" ..\Smdn.Devices.MCP2221\Smdn.Devices.MCP2221.csproj" />
2323 </ItemGroup >
2424 <ItemGroup >
2525 <PackageReference Include =" System.Device.Gpio" Version =" [1.4.0,2.0.0)" />
You can’t perform that action at this time.
0 commit comments