Skip to content

Commit 5c8375e

Browse files
committed
update assembly version and referencing package version
1 parent 385a91a commit 5c8375e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Smdn.Devices.MCP2221.GpioAdapter/Smdn.Devices.MCP2221.GpioAdapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)" />

0 commit comments

Comments
 (0)