Skip to content

Commit a24f4b6

Browse files
Commit version number update changes
1 parent 291e15e commit a24f4b6

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.953.1 (2024-12-27 19:16 UTC)
2+
* RDS (3.7.410.7)
3+
* Updates Amazon RDS documentation to correct various descriptions.
4+
15
### 3.7.953.0 (2024-12-26 19:25 UTC)
26
* BCMPricingCalculator (3.7.402.0)
37
* Added ConflictException to DeleteBillEstimate.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.953.1 (2024-12-27 19:16 UTC)
2+
* RDS (3.7.410.7)
3+
* Updates Amazon RDS documentation to correct various descriptions.
4+
15
### 3.7.953.0 (2024-12-26 19:25 UTC)
26
* BCMPricingCalculator (3.7.402.0)
37
* Added ConflictException to DeleteBillEstimate.

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 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.0",
4+
"ProductVersion" : "3.7.953.1",
55
"CoreVersion" : "3.7.400.70",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "3.7.410.6",
287+
"Version" : "3.7.410.7",
288288
"AssemblyVersionOverride" : "3.3",
289289
"Dependencies" : {
290290
"Core" : "3.7.400.70"

sdk/code-analysis/ServiceAnalysis/RDS/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.410.6")]
32+
[assembly: AssemblyFileVersion("3.7.410.7")]

sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs

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

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

sdk/src/Services/RDS/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.410.6")]
47+
[assembly: AssemblyFileVersion("3.7.410.7")]
4848

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

0 commit comments

Comments
 (0)