Skip to content

Commit

Permalink
SSH.NET Update 2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkes committed Dec 2, 2024
1 parent 991dc70 commit 3e1e3a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SshNet.Agent/AgentReader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.IO;
using System.Text;
using Renci.SshNet.Common;
using System.Numerics;
using SshNet.Agent.Extensions;

namespace SshNet.Agent
Expand Down
2 changes: 1 addition & 1 deletion SshNet.Agent/Extensions/ByteExtension.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Renci.SshNet.Common;
using System.Numerics;

namespace SshNet.Agent.Extensions
{
Expand Down
6 changes: 3 additions & 3 deletions SshNet.Agent/SshNet.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<PackageId>SshNet.Agent</PackageId>
<Version>2024.0.0.2</Version>
<Version>2024.2.0.0</Version>
<PackageVersion>$(Version)</PackageVersion>
<PackageTags>ssh;scp;sftp</PackageTags>
<Description>SSH.NET Extension to authenticate via OpenSSH Agent and PuTTY Pageant</Description>
Expand All @@ -19,6 +19,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SSH.NET" Version="[2023.0.1,)" />
<PackageReference Include="SSH.NET" Version="[2024.2.0,)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 3e1e3a8

Please sign in to comment.