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 Jan 23, 2025
1 parent ff980f5 commit f76afeb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
5 changes: 5 additions & 0 deletions changelogs/SDK.CHANGELOG.2025.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.7.968.0 (2025-01-23 19:16 UTC)
* EC2 (3.7.428.0)
* Added "future" allocation type for future dated capacity reservation
* fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface.

### 3.7.967.0 (2025-01-22 19:29 UTC)
* BedrockAgentRuntime (3.7.416.0)
* Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
Expand Down
5 changes: 5 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.7.968.0 (2025-01-23 19:16 UTC)
* EC2 (3.7.428.0)
* Added "future" allocation type for future dated capacity reservation
* fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface.

### 3.7.967.0 (2025-01-22 19:29 UTC)
* BedrockAgentRuntime (3.7.416.0)
* Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json

This file was deleted.

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.967.0",
"ProductVersion" : "3.7.968.0",
"CoreVersion" : "3.7.401.4",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -154,7 +154,7 @@
"InPreview" : false
},
"EC2" : {
"Version" : "3.7.427.2",
"Version" : "3.7.428.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.401.4"
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.427.2")]
[assembly: AssemblyFileVersion("3.7.428.0")]
2 changes: 1 addition & 1 deletion sdk/src/Services/EC2/Generated/AmazonEC2Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.EC2
public partial class AmazonEC2Config : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.427.2");
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.428.0");

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

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

0 comments on commit f76afeb

Please sign in to comment.