Skip to content

Commit 4b2512f

Browse files
KenHundleysstevenkang
authored andcommitted
Upgraded SDK packages to 3.3.100
1 parent 46fa432 commit 4b2512f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
</Choose>
4444

4545
<ItemGroup>
46-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.0.*" />
47-
<PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="3.3.10.*" />
46+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.100.*" />
47+
<PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="3.3.100.*" />
4848
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.*" />
4949
<PackageReference Include="Newtonsoft.Json" Version="10.0.*" />
5050
</ItemGroup>

src/Amazon.Extensions.Configuration.SystemsManager/Internal/SystemsManagerProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public static IDictionary<string, string> AddPrefix(IDictionary<string, string>
9999
: input.ToDictionary(pair => $"{prefix}{ConfigurationPath.KeyDelimiter}{pair.Key}", pair => pair.Value, StringComparer.OrdinalIgnoreCase);
100100
}
101101

102-
103102
public static IDictionary<string, string> ProcessParameters(IEnumerable<Parameter> parameters, string path, IParameterProcessor parameterProcessor)
104103
{
105104
return parameters

0 commit comments

Comments
 (0)