Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Jul 24, 2017
1 parent 8601c3d commit eeee76f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 @@

{
"ProductVersion" : "3.3.126.0",
"CoreVersion" : "3.3.17.2",
"ProductVersion" : "3.3.126.1",
"CoreVersion" : "3.3.17.3",
"DefaultToPreview" : false,
"ServiceVersions" : {
"CloudHSM" : {
Expand Down Expand Up @@ -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
},
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.0.20")]
[assembly: AssemblyFileVersion("3.3.0.21")]
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
2 changes: 1 addition & 1 deletion sdk/src/Core/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.3.17.2")]
[assembly: AssemblyFileVersion("3.3.17.3")]

#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.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;

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.3.0.20")]
[assembly: AssemblyFileVersion("3.3.0.21")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
18 changes: 9 additions & 9 deletions sdk/xamarin-components/SimpleNotificationService/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eeee76f

Please sign in to comment.