From eeee76f85d81428eeb113772f32a0a8c3f70592f Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Mon, 24 Jul 2017 09:04:03 -0700 Subject: [PATCH] Commit version number update changes --- SDK.CHANGELOG.md | 8 ++++++++ generator/ServiceModels/_sdk-versions.json | 8 ++++---- .../Properties/AssemblyInfo.cs | 2 +- .../Internal/InternalSDKUtils.generated.cs | 2 +- sdk/src/Core/Properties/AssemblyInfo.cs | 2 +- .../AmazonSimpleNotificationServiceConfig.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SimpleNotificationService/component.yaml | 18 +++++++++--------- 8 files changed, 26 insertions(+), 18 deletions(-) diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index fe27892d9576..b345e097262e 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -1,3 +1,11 @@ +### 3.3.126.1 (2017-07-24 15:26 UTC) +* SimpleNotificationService (3.3.0.21) + * Updated to use new Core, version 3.3.17.3 + * Add IsMessageSignatureValid method to .NET Core SDK. +https://github.com/aws/aws-sdk-net/issues/702 +* Core 3.3.17.3 + * Stop wrapping exceptions in AsyncHelpers with AggregateException. + ### 3.3.126.0 (2017-07-20 22:09 UTC) * ElasticMapReduce (3.3.4.0) * Amazon EMR now includes the ability to use a custom Amazon Linux AMI and adjustable root volume size when launching a cluster. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 644aa8da4bf6..f7eeee10f214 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,7 +1,7 @@ { - "ProductVersion" : "3.3.126.0", - "CoreVersion" : "3.3.17.2", + "ProductVersion" : "3.3.126.1", + "CoreVersion" : "3.3.17.3", "DefaultToPreview" : false, "ServiceVersions" : { "CloudHSM" : { @@ -345,10 +345,10 @@ "InPreview" : false }, "SimpleNotificationService" : { - "Version" : "3.3.0.20", + "Version" : "3.3.0.21", "AssemblyVersionOverride" : null, "Dependencies" : { - "Core" : "3.3.17.0" + "Core" : "3.3.17.3" }, "InPreview" : false }, diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs index 40022cec5643..4418a411f3cf 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.0.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.0.21")] \ No newline at end of file diff --git a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs index 963040dd0e87..bdb45f2039e2 100644 --- a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs +++ b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs @@ -29,6 +29,6 @@ namespace Amazon.Util.Internal { public static partial class InternalSDKUtils { - internal const string CoreVersionNumber = "3.3.17.2"; + internal const string CoreVersionNumber = "3.3.17.3"; } } \ No newline at end of file diff --git a/sdk/src/Core/Properties/AssemblyInfo.cs b/sdk/src/Core/Properties/AssemblyInfo.cs index af2f1c7d1b2f..eacb5b9728e7 100644 --- a/sdk/src/Core/Properties/AssemblyInfo.cs +++ b/sdk/src/Core/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.17.2")] +[assembly: AssemblyFileVersion("3.3.17.3")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs b/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs index bbe26d9cce63..dc81b76cdf53 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleNotificationService public partial class AmazonSimpleNotificationServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.0.20"); + InternalSDKUtils.BuildUserAgentString("3.3.0.21"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs index 5947b59d3c36..aa76e6b79b60 100644 --- a/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.0.20")] +[assembly: AssemblyFileVersion("3.3.0.21")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/xamarin-components/SimpleNotificationService/component.yaml b/sdk/xamarin-components/SimpleNotificationService/component.yaml index d1bd5fcd694f..ada70ef97883 100644 --- a/sdk/xamarin-components/SimpleNotificationService/component.yaml +++ b/sdk/xamarin-components/SimpleNotificationService/component.yaml @@ -14,17 +14,17 @@ samples: publisher-url: http://aws.amazon.com/mobile/sdk/ packages: android: - - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.SimpleNotificationService,Version=3.3.0.20 + - AWSSDK.Core, Version=3.3.17.3 + - AWSSDK.SimpleNotificationService,Version=3.3.0.21 ios-unified: - - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.SimpleNotificationService,Version=3.3.0.20 + - AWSSDK.Core, Version=3.3.17.3 + - AWSSDK.SimpleNotificationService,Version=3.3.0.21 winphone-8.0: - - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.SimpleNotificationService,Version=3.3.0.20 + - AWSSDK.Core, Version=3.3.17.3 + - AWSSDK.SimpleNotificationService,Version=3.3.0.21 winphone-8.1: - - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.SimpleNotificationService,Version=3.3.0.20 -version: 3.3.0.20 + - AWSSDK.Core, Version=3.3.17.3 + - AWSSDK.SimpleNotificationService,Version=3.3.0.21 +version: 3.3.0.21 is-shell: true no_build: true \ No newline at end of file