Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafier committed Jul 23, 2024
1 parent f155564 commit a8acb67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LNUnit.LND/LNUnit.LND.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>LNUnit.LND</PackageId>
<Version>1.7.0</Version>
<Version>1.7.1</Version>
<PackageDescription>LNUnit LND Typed Clients</PackageDescription>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
Expand Down
14 changes: 7 additions & 7 deletions LNUnit.LND/LoopConnection.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.X509Certificates;
using Grpc.Core;
using Grpc.Net.Client;
using Grpc.Net.Client;
using Looprpc;
using Microsoft.Extensions.Logging;
using ServiceStack;
using Microsoft.Extensions.Logging;
using ServiceStack;

namespace LNUnit.LND;

Expand All @@ -27,9 +27,9 @@ public LoopConnection(LoopSettings settings, ILogger<LoopConnection>? logger = n
public LoopSettings Settings { get; internal set; }

public string Host { get; internal set; }
public GrpcChannel gRPCChannel { get; internal set; }
public Looprpc.SwapClient.SwapClientClient SwapClient { get; set; }
public GrpcChannel gRPCChannel { get; internal set; }
public Looprpc.SwapClient.SwapClientClient SwapClient { get; set; }


public void StartWithBase64(string tlsCertBase64, string macaroonBase64, string host)
{
Expand Down
2 changes: 1 addition & 1 deletion LNUnit/LNUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.7.0</Version>
<Version>1.7.1</Version>
<IsPackable>true</IsPackable>
<PackageId>LNUnit</PackageId>
<PackageDescription>Lightning Network Unit Testing Framework</PackageDescription>
Expand Down

0 comments on commit a8acb67

Please sign in to comment.