Skip to content

Commit aa3c1e2

Browse files
Test nuget build.
1 parent 7b118a6 commit aa3c1e2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ namespace ThreeByte.LinkLib.ProjectorLink
1010
{
1111
public class Projector : IDisposable
1212
{
13+
public string Test => "Ukraine";
14+
1315
public event EventHandler<Exception>? ErrorOccurred;
1416
public string Address => $"{_hostName}/{_port}";
1517

ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ namespace ThreeByte.LinkLib.TcpLink
99
{
1010
public class AsyncTcpLink : IDisposable
1111
{
12+
public string Test => "Ukraine";
13+
1214
private const int BufferSize = 8092;
1315
private const int MaxDataSize = 100;
1416
private readonly ILogger _logger;

0 commit comments

Comments
 (0)