Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Dec 28, 2024
1 parent 5faed5f commit c3a8d89
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.7.954.0 (2024-12-28 04:26 UTC)
* ECR (3.7.406.0)
* Restoring custom endpoint functionality for ECR
* ECRPublic (3.7.402.0)
* Restoring custom endpoint functionality for ECR Public

### 3.7.953.1 (2024-12-27 19:16 UTC)
* RDS (3.7.410.7)
* Updates Amazon RDS documentation to correct various descriptions.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.7.954.0 (2024-12-28 04:26 UTC)
* ECR (3.7.406.0)
* Restoring custom endpoint functionality for ECR
* ECRPublic (3.7.402.0)
* Restoring custom endpoint functionality for ECR Public

### 3.7.953.1 (2024-12-27 19:16 UTC)
* RDS (3.7.410.7)
* Updates Amazon RDS documentation to correct various descriptions.
Expand Down
6 changes: 3 additions & 3 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.953.1",
"ProductVersion" : "3.7.954.0",
"CoreVersion" : "3.7.400.70",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -492,7 +492,7 @@
"InPreview" : false
},
"ECR" : {
"Version" : "3.7.405.0",
"Version" : "3.7.406.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.70"
Expand Down Expand Up @@ -1884,7 +1884,7 @@
"InPreview" : false
},
"ECRPublic" : {
"Version" : "3.7.401.1",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.70"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.405.0")]
[assembly: AssemblyFileVersion("3.7.406.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.1")]
[assembly: AssemblyFileVersion("3.7.402.0")]
2 changes: 1 addition & 1 deletion sdk/src/Services/ECR/Generated/AmazonECRConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.ECR
public partial class AmazonECRConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("ECR", "3.7.405.0");
InternalSDKUtils.BuildUserAgentString("ECR", "3.7.406.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/ECR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.405.0")]
[assembly: AssemblyFileVersion("3.7.406.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.ECRPublic
public partial class AmazonECRPublicConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.401.1");
InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.402.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.1")]
[assembly: AssemblyFileVersion("3.7.402.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down

0 comments on commit c3a8d89

Please sign in to comment.