Skip to content

Commit

Permalink
Merge pull request #10 from smdn/releases/Smdn.Devices.BP35XX-2.1.0-1…
Browse files Browse the repository at this point in the history
…731595028

Release main/Smdn.Devices.BP35XX-2.1.0
  • Loading branch information
smdn authored Nov 14, 2024
2 parents fc01bab + 9813235 commit 3688416
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.0.0)
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.1.0)
// Name: Smdn.Devices.BP35XX
// AssemblyVersion: 2.0.0.0
// InformationalVersion: 2.0.0+ef185af5c73268aab02d6909202fffce4560122b
// AssemblyVersion: 2.1.0.0
// InformationalVersion: 2.1.0+fc01bab8c6330c41db1ce6309f8f5f79b42b2785
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -89,6 +89,12 @@ public ValueTask SetUartOptionsAsync(BP35UartConfigurations uartConfigurations,
public ValueTask SetUdpDataFormatAsync(BP35UdpReceiveDataFormat format, CancellationToken cancellationToken = default) {}
}

public class BP35SerialPortException : IOException {
public BP35SerialPortException() {}
public BP35SerialPortException(string message) {}
public BP35SerialPortException(string message, Exception? innerException = null) {}
}

public readonly struct BP35UartConfigurations {
public BP35UartConfigurations(BP35UartBaudRate baudRate, BP35UartCharacterInterval characterInterval, BP35UartFlowControl flowControl) {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.0.0)
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.1.0)
// Name: Smdn.Devices.BP35XX
// AssemblyVersion: 2.0.0.0
// InformationalVersion: 2.0.0+ef185af5c73268aab02d6909202fffce4560122b
// AssemblyVersion: 2.1.0.0
// InformationalVersion: 2.1.0+fc01bab8c6330c41db1ce6309f8f5f79b42b2785
// TargetFramework: .NETCoreApp,Version=v8.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -89,6 +89,12 @@ public ValueTask SetUartOptionsAsync(BP35UartConfigurations uartConfigurations,
public ValueTask SetUdpDataFormatAsync(BP35UdpReceiveDataFormat format, CancellationToken cancellationToken = default) {}
}

public class BP35SerialPortException : IOException {
public BP35SerialPortException() {}
public BP35SerialPortException(string message) {}
public BP35SerialPortException(string message, Exception? innerException = null) {}
}

public readonly struct BP35UartConfigurations {
public BP35UartConfigurations(BP35UartBaudRate baudRate, BP35UartCharacterInterval characterInterval, BP35UartFlowControl flowControl) {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.0.0)
// Smdn.Devices.BP35XX.dll (Smdn.Devices.BP35XX-2.1.0)
// Name: Smdn.Devices.BP35XX
// AssemblyVersion: 2.0.0.0
// InformationalVersion: 2.0.0+ef185af5c73268aab02d6909202fffce4560122b
// AssemblyVersion: 2.1.0.0
// InformationalVersion: 2.1.0+fc01bab8c6330c41db1ce6309f8f5f79b42b2785
// TargetFramework: .NETStandard,Version=v2.1
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -85,6 +85,12 @@ public ValueTask SetUartOptionsAsync(BP35UartConfigurations uartConfigurations,
public ValueTask SetUdpDataFormatAsync(BP35UdpReceiveDataFormat format, CancellationToken cancellationToken = default) {}
}

public class BP35SerialPortException : IOException {
public BP35SerialPortException() {}
public BP35SerialPortException(string message) {}
public BP35SerialPortException(string message, Exception? innerException = null) {}
}

public readonly struct BP35UartConfigurations {
public BP35UartConfigurations(BP35UartBaudRate baudRate, BP35UartCharacterInterval characterInterval, BP35UartFlowControl flowControl) {}

Expand Down

0 comments on commit 3688416

Please sign in to comment.