File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/Testcontainers/Containers Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments