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 Aug 20, 2019
1 parent 8488b5f commit ec9c598
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 17 deletions.
10 changes: 10 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 3.3.572.0 (2019-08-20 18:42 UTC)
* AlexaForBusiness (3.3.106.0)
* Adding support for optional locale input in CreateProfile and UpdateProfile APIs
* AppStream (3.3.103.0)
* Includes API updates to support streaming through VPC endpoints for image builders and stacks.
* SageMaker (3.3.103.0)
* Amazon SageMaker introduces Managed Spot Training. Increases the maximum number of metric definitions to 40 for SageMaker Training and Hyperparameter Tuning Jobs. SageMaker Neo adds support for Acer aiSage and Qualcomm QCS605 and QCS603.
* Transfer (3.3.103.0)
* New field in response of TestIdentityProvider

### 3.3.571.0 (2019-08-19 18:08 UTC)
* AppMesh (3.3.104.0)
* Fix for HttpMethod enum
Expand Down
10 changes: 5 additions & 5 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.3.571.0",
"ProductVersion" : "3.3.572.0",
"CoreVersion" : "3.3.103.29",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -641,7 +641,7 @@
"InPreview" : false
},
"AppStream" : {
"Version" : "3.3.102.32",
"Version" : "3.3.103.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.103.29"
Expand Down Expand Up @@ -945,7 +945,7 @@
"InPreview" : false
},
"SageMaker" : {
"Version" : "3.3.102.34",
"Version" : "3.3.103.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.103.29"
Expand Down Expand Up @@ -1001,7 +1001,7 @@
"InPreview" : false
},
"AlexaForBusiness" : {
"Version" : "3.3.105.24",
"Version" : "3.3.106.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.103.29"
Expand Down Expand Up @@ -1257,7 +1257,7 @@
"InPreview" : false
},
"Transfer" : {
"Version" : "3.3.102.53",
"Version" : "3.3.103.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.103.29"
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.3.105.24")]
[assembly: AssemblyFileVersion("3.3.106.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.3.102.32")]
[assembly: AssemblyFileVersion("3.3.103.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.3.102.34")]
[assembly: AssemblyFileVersion("3.3.103.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.3.102.53")]
[assembly: AssemblyFileVersion("3.3.103.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.AlexaForBusiness
public partial class AmazonAlexaForBusinessConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.105.24");
InternalSDKUtils.BuildUserAgentString("3.3.106.0");

private string _userAgent = UserAgentString;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.3.105.24")]
[assembly: AssemblyFileVersion("3.3.106.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.AppStream
public partial class AmazonAppStreamConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.102.32");
InternalSDKUtils.BuildUserAgentString("3.3.103.0");

private string _userAgent = UserAgentString;

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

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.SageMaker
public partial class AmazonSageMakerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.102.34");
InternalSDKUtils.BuildUserAgentString("3.3.103.0");

private string _userAgent = UserAgentString;

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

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.Transfer
public partial class AmazonTransferConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.102.53");
InternalSDKUtils.BuildUserAgentString("3.3.103.0");

private string _userAgent = UserAgentString;

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

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down

0 comments on commit ec9c598

Please sign in to comment.