Skip to content

Commit 442f0a9

Browse files
2024.0.0 (#1330)
1 parent f8b3ef3 commit 442f0a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Renci.SshNet/Renci.SshNet.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<PackageId>SSH.NET</PackageId>
1212
<Title>SSH.NET</Title>
13-
<Version>2023.0.2</Version>
13+
<Version>2024.0.0</Version>
1414
<Description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.</Description>
1515
<Copyright>Copyright © Renci 2010-$([System.DateTime]::UtcNow.Year)</Copyright>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>

test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<!--
1818
Testcontainers has a dependency on SSH.NET which causes build warnings during assembly resolution:
1919
20-
warning MSB3243: No way to resolve conflict between "Renci.SshNet, Version=2023.0.2.0, Culture=neutral
20+
warning MSB3243: No way to resolve conflict between "Renci.SshNet, Version=2024.0.0.0, Culture=neutral
2121
, PublicKeyToken=1cee9f8bde3db106" and "Renci.SshNet, Version=2023.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db
22-
106". Choosing "Renci.SshNet, Version=2023.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106" arbitrarily.
22+
106". Choosing "Renci.SshNet, Version=2024.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106" arbitrarily.
2323
2424
To fix, we explicitly exclude the SSH.NET nuget package from this project's dependencies.
2525
-->

0 commit comments

Comments
 (0)