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 29, 2023
1 parent f3d1b7c commit fb58038
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
8 changes: 8 additions & 0 deletions changelogs/SDK.CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.7.718.0 (2023-12-29 19:14 UTC)
* AppRunner (3.7.301.0)
* AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* LocationService (3.7.303.0)
* This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* QuickSight (3.7.304.0)
* Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

### 3.7.717.0 (2023-12-28 19:41 UTC)
* CodeStarconnections (3.7.304.0)
* New integration with the GitLab self-managed provider type.
Expand Down
8 changes: 8 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.7.718.0 (2023-12-29 19:14 UTC)
* AppRunner (3.7.301.0)
* AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* LocationService (3.7.303.0)
* This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* QuickSight (3.7.304.0)
* Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

### 3.7.717.0 (2023-12-28 19:41 UTC)
* CodeStarconnections (3.7.304.0)
* New integration with the GitLab self-managed provider type.
Expand Down
8 changes: 4 additions & 4 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.300.0",
"ProductVersion" : "3.7.717.0",
"ProductVersion" : "3.7.718.0",
"CoreVersion" : "3.7.300.28",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -1219,7 +1219,7 @@
"InPreview" : false
},
"QuickSight" : {
"Version" : "3.7.303.9",
"Version" : "3.7.304.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.300.28"
Expand Down Expand Up @@ -2035,7 +2035,7 @@
"InPreview" : false
},
"LocationService" : {
"Version" : "3.7.302.11",
"Version" : "3.7.303.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.300.28"
Expand Down Expand Up @@ -2147,7 +2147,7 @@
"InPreview" : false
},
"AppRunner" : {
"Version" : "3.7.300.28",
"Version" : "3.7.301.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.300.28"
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.300.28")]
[assembly: AssemblyFileVersion("3.7.301.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.302.11")]
[assembly: AssemblyFileVersion("3.7.303.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.303.9")]
[assembly: AssemblyFileVersion("3.7.304.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.AppRunner
public partial class AmazonAppRunnerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("AppRunner", "3.7.300.28");
InternalSDKUtils.BuildUserAgentString("AppRunner", "3.7.301.0");

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

[assembly: System.CLSCompliant(true)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.LocationService
public partial class AmazonLocationServiceConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Location", "3.7.302.11");
InternalSDKUtils.BuildUserAgentString("Location", "3.7.303.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
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.302.11")]
[assembly: AssemblyFileVersion("3.7.303.0")]

[assembly: System.CLSCompliant(true)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.QuickSight
public partial class AmazonQuickSightConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.303.9");
InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.304.0");

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

[assembly: System.CLSCompliant(true)]

Expand Down

0 comments on commit fb58038

Please sign in to comment.