Skip to content

Commit c3a8d89

Browse files
Commit version number update changes
1 parent 5faed5f commit c3a8d89

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.954.0 (2024-12-28 04:26 UTC)
2+
* ECR (3.7.406.0)
3+
* Restoring custom endpoint functionality for ECR
4+
* ECRPublic (3.7.402.0)
5+
* Restoring custom endpoint functionality for ECR Public
6+
17
### 3.7.953.1 (2024-12-27 19:16 UTC)
28
* RDS (3.7.410.7)
39
* Updates Amazon RDS documentation to correct various descriptions.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.954.0 (2024-12-28 04:26 UTC)
2+
* ECR (3.7.406.0)
3+
* Restoring custom endpoint functionality for ECR
4+
* ECRPublic (3.7.402.0)
5+
* Restoring custom endpoint functionality for ECR Public
6+
17
### 3.7.953.1 (2024-12-27 19:16 UTC)
28
* RDS (3.7.410.7)
39
* Updates Amazon RDS documentation to correct various descriptions.

generator/ServiceModels/_sdk-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.953.1",
4+
"ProductVersion" : "3.7.954.0",
55
"CoreVersion" : "3.7.400.70",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -492,7 +492,7 @@
492492
"InPreview" : false
493493
},
494494
"ECR" : {
495-
"Version" : "3.7.405.0",
495+
"Version" : "3.7.406.0",
496496
"AssemblyVersionOverride" : "3.3",
497497
"Dependencies" : {
498498
"Core" : "3.7.400.70"
@@ -1884,7 +1884,7 @@
18841884
"InPreview" : false
18851885
},
18861886
"ECRPublic" : {
1887-
"Version" : "3.7.401.1",
1887+
"Version" : "3.7.402.0",
18881888
"AssemblyVersionOverride" : "3.3",
18891889
"Dependencies" : {
18901890
"Core" : "3.7.400.70"

sdk/code-analysis/ServiceAnalysis/ECR/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.405.0")]
32+
[assembly: AssemblyFileVersion("3.7.406.0")]

sdk/code-analysis/ServiceAnalysis/ECRPublic/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.401.1")]
32+
[assembly: AssemblyFileVersion("3.7.402.0")]

sdk/src/Services/ECR/Generated/AmazonECRConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ECR
3232
public partial class AmazonECRConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("ECR", "3.7.405.0");
35+
InternalSDKUtils.BuildUserAgentString("ECR", "3.7.406.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/ECR/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.405.0")]
47+
[assembly: AssemblyFileVersion("3.7.406.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/ECRPublic/Generated/AmazonECRPublicConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ECRPublic
3232
public partial class AmazonECRPublicConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.401.1");
35+
InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.402.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.401.1")]
47+
[assembly: AssemblyFileVersion("3.7.402.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)