Skip to content

Commit aa0b5ce

Browse files
committed
feat: Prepare next release cycle (4.5.0)
1 parent 2162c44 commit aa0b5ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<PackageId>$(AssemblyName)</PackageId>
5-
<Version>4.4.0</Version>
5+
<Version>4.5.0</Version>
66
<AssemblyVersion>$(Version)</AssemblyVersion>
77
<FileVersion>$(Version)</FileVersion>
88
<Product>Testcontainers</Product>

src/Testcontainers/Containers/SocatContainer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ namespace DotNet.Testcontainers.Containers
66
[PublicAPI]
77
public sealed class SocatContainer : DockerContainer
88
{
9-
private readonly SocatConfiguration _configuration;
10-
119
/// <summary>
1210
/// Initializes a new instance of the <see cref="SocatContainer" /> class.
1311
/// </summary>
1412
/// <param name="configuration">The container configuration.</param>
1513
public SocatContainer(SocatConfiguration configuration)
1614
: base(configuration)
1715
{
18-
_configuration = configuration;
1916
}
2017
}
2118
}

0 commit comments

Comments
 (0)