Skip to content

Commit dec04f2

Browse files
2023.0.2 version (#1314)
1 parent e23f381 commit dec04f2

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
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<PackageId>SSH.NET</PackageId>
1111
<Title>SSH.NET</Title>
12-
<Version>2023.0.1</Version>
12+
<Version>2023.0.2</Version>
1313
<Description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.</Description>
1414
<Copyright>Copyright © Renci 2010-$([System.DateTime]::UtcNow.Year)</Copyright>
1515
<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.1.0, Culture=neutral
20+
warning MSB3243: No way to resolve conflict between "Renci.SshNet, Version=2023.0.2.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.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106" arbitrarily.
22+
106". Choosing "Renci.SshNet, Version=2023.0.2.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)