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 Nov 1, 2022
1 parent cdf591d commit 73c19e0
Show file tree
Hide file tree
Showing 12 changed files with 519 additions and 513 deletions.
6 changes: 6 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.7.408.0 (2022-11-01 18:25 UTC)
* RDS (3.7.102.0)
* Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
* Textract (3.7.102.0)
* Add ocr results in AnalyzeIDResponse as blocks

### 3.7.407.0 (2022-10-31 18:30 UTC)
* AppRunner (3.7.102.0)
* This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
Expand Down
6 changes: 3 additions & 3 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.7.407.0",
"ProductVersion" : "3.7.408.0",
"CoreVersion" : "3.7.100.7",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -282,7 +282,7 @@
"InPreview" : false
},
"RDS" : {
"Version" : "3.7.101.5",
"Version" : "3.7.102.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.100.7"
Expand Down Expand Up @@ -1378,7 +1378,7 @@
"InPreview" : false
},
"Textract" : {
"Version" : "3.7.101.0",
"Version" : "3.7.102.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.100.7"
Expand Down
252 changes: 126 additions & 126 deletions sdk/code-analysis/NuGetInstallScripts/install.ps1

Large diffs are not rendered by default.

252 changes: 126 additions & 126 deletions sdk/code-analysis/NuGetInstallScripts/uninstall.ps1

Large diffs are not rendered by default.

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.101.5")]
[assembly: AssemblyFileVersion("3.7.102.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.101.0")]
[assembly: AssemblyFileVersion("3.7.102.0")]
252 changes: 126 additions & 126 deletions sdk/nuget-content/account-management.ps1

Large diffs are not rendered by default.

252 changes: 126 additions & 126 deletions sdk/nuget-content/install.ps1

Large diffs are not rendered by default.

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 @@ -30,7 +30,7 @@ namespace Amazon.RDS
public partial class AmazonRDSConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.7.101.5");
InternalSDKUtils.BuildUserAgentString("3.7.102.0");

private string _userAgent = UserAgentString;

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 @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.101.5")]
[assembly: AssemblyFileVersion("3.7.102.0")]

[assembly: System.CLSCompliant(true)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Amazon.Textract
public partial class AmazonTextractConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.7.101.0");
InternalSDKUtils.BuildUserAgentString("3.7.102.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Textract/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.101.0")]
[assembly: AssemblyFileVersion("3.7.102.0")]

[assembly: System.CLSCompliant(true)]

Expand Down

0 comments on commit 73c19e0

Please sign in to comment.