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 27, 2024
1 parent 291e15e commit a24f4b6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.7.953.1 (2024-12-27 19:16 UTC)
* RDS (3.7.410.7)
* Updates Amazon RDS documentation to correct various descriptions.

### 3.7.953.0 (2024-12-26 19:25 UTC)
* BCMPricingCalculator (3.7.402.0)
* Added ConflictException to DeleteBillEstimate.
Expand Down
4 changes: 4 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.7.953.1 (2024-12-27 19:16 UTC)
* RDS (3.7.410.7)
* Updates Amazon RDS documentation to correct various descriptions.

### 3.7.953.0 (2024-12-26 19:25 UTC)
* BCMPricingCalculator (3.7.402.0)
* Added ConflictException to DeleteBillEstimate.
Expand Down
4 changes: 2 additions & 2 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.0",
"ProductVersion" : "3.7.953.1",
"CoreVersion" : "3.7.400.70",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -284,7 +284,7 @@
"InPreview" : false
},
"RDS" : {
"Version" : "3.7.410.6",
"Version" : "3.7.410.7",
"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.410.6")]
[assembly: AssemblyFileVersion("3.7.410.7")]
2 changes: 1 addition & 1 deletion sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.RDS
public partial class AmazonRDSConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("RDS", "3.7.410.6");
InternalSDKUtils.BuildUserAgentString("RDS", "3.7.410.7");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/RDS/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.410.6")]
[assembly: AssemblyFileVersion("3.7.410.7")]

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

0 comments on commit a24f4b6

Please sign in to comment.