smdn / Smdn.Devices.MCP2221

.NET library for controlling MCP2221/MCP2221A USB2.0 to I2C/UART Protocol Converter with GPIO
https://smdn.jp/electronics/libs/Smdn.Devices.MCP2221/
MIT License
10 stars 5 forks source link

Release main/Smdn.Devices.MCP2221-0.9.3 #9

Closed smdn closed 2 years ago

smdn commented 2 years ago

Automatically generated by workflow Generate release target #1.

Release target

.nuspec

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Smdn.Devices.MCP2221</id>
    <version>0.9.3</version>
    <title>Smdn.Devices.MCP2221</title>
    <authors>smdn</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Smdn.Devices.MCP2221.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://smdn.jp/electronics/libs/Smdn.Devices.MCP2221/</projectUrl>
    <description>Smdn.Devices.MCP2221 is a .NET library for controlling MCP2221/MCP2221A USB2.0 to I2C/UART Protocol Converter with GPIO.
This library enables you to control MCP2221/MCP2221A's GPIO, I2C interface, and other functionalities via USB-HID interface.</description>
    <copyright>Copyright ©  smdn</copyright>
    <tags>smdn.jp USB,USB-HID,MCP2221,MCP2221A,I2C,GPIO</tags>
    <repository type="git" url="https://github.com/smdn/Smdn.Devices.MCP2221" branch="main" commit="3968a13d13f49f54dd615bc0a80ddf4bd9d3ef84" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="HidSharp" version="2.1.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="5.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Device.Gpio" version="[1.4.0, 2.0.0)" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="HidSharp" version="2.1.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="5.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Device.Gpio" version="[1.4.0, 2.0.0)" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
  <files>
    <file src="/home/runner/work/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/src/Smdn.Devices.MCP2221/bin/Release/net5.0/Smdn.Devices.MCP2221.dll" target="lib/net5.0/Smdn.Devices.MCP2221.dll" />
    <file src="/home/runner/work/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/src/Smdn.Devices.MCP2221/bin/Release/netstandard2.1/Smdn.Devices.MCP2221.dll" target="lib/netstandard2.1/Smdn.Devices.MCP2221.dll" />
    <file src="/home/runner/work/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/.nuget/packages/smdn.msbuild.projectassets.common/1.1.0/project/images/package-icon.png" target="Smdn.Devices.MCP2221.png" />
    <file src="/home/runner/work/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/src/Smdn.Devices.MCP2221/bin/Release/README.md" target="README.md" />
  </files>
</package>