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 26, 2017
1 parent b85514e commit 3a7b1d1
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 23 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.129.0 (2017-07-26 22:18 UTC)
* CloudFront (3.3.5.0)
* Fixed CloudFrontCookierSigner incorrectly constructing resource path
* CloudWatch (3.3.4.0)
* This release adds high resolution features to CloudWatch, with support for Custom Metrics down to 1 second and Alarms down to 10 seconds.
* DynamoDBv2 (3.3.4.17)
* Corrected a typo.
* EC2 (3.3.18.0)
* Amazon EC2 Elastic GPUs allow you to easily attach low-cost graphics acceleration to current generation EC2 instances. With Amazon EC2 Elastic GPUs, you can configure the right amount of graphics acceleration to your particular workload without being constrained by fixed hardware configurations and limited GPU selection.

### 3.3.128.0 (2017-07-25 23:11 UTC)
* CloudDirectory (3.3.4.0)
* Cloud Directory adds support for additional batch operations.
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.128.0",
"ProductVersion" : "3.3.129.0",
"CoreVersion" : "3.3.17.4",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -37,7 +37,7 @@
"InPreview" : false
},
"CloudFront" : {
"Version" : "3.3.4.4",
"Version" : "3.3.5.0",
"AssemblyVersionOverride" : "3.3.4.0",
"Dependencies" : {
"Core" : "3.3.17.0"
Expand Down Expand Up @@ -77,7 +77,7 @@
"InPreview" : false
},
"CloudWatch" : {
"Version" : "3.3.3.1",
"Version" : "3.3.4.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
Expand Down Expand Up @@ -143,15 +143,15 @@
"InPreview" : false
},
"DynamoDBv2" : {
"Version" : "3.3.4.16",
"Version" : "3.3.4.17",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
},
"InPreview" : false
},
"EC2" : {
"Version" : "3.3.17.0",
"Version" : "3.3.18.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
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.4.0")]
[assembly: AssemblyFileVersion("3.3.4.4")]
[assembly: AssemblyFileVersion("3.3.5.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.3.1")]
[assembly: AssemblyFileVersion("3.3.4.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.4.16")]
[assembly: AssemblyFileVersion("3.3.4.17")]
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.17.0")]
[assembly: AssemblyFileVersion("3.3.18.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.CloudFront
public partial class AmazonCloudFrontConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.4.4");
InternalSDKUtils.BuildUserAgentString("3.3.5.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/CloudFront/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.4.0")]
[assembly: AssemblyFileVersion("3.3.4.4")]
[assembly: AssemblyFileVersion("3.3.5.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.CloudWatch
public partial class AmazonCloudWatchConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.3.1");
InternalSDKUtils.BuildUserAgentString("3.3.4.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/CloudWatch/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.3.1")]
[assembly: AssemblyFileVersion("3.3.4.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.DynamoDBv2
public partial class AmazonDynamoDBConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.4.16");
InternalSDKUtils.BuildUserAgentString("3.3.4.17");

private string _userAgent = UserAgentString;

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

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/DynamoDBv2/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.4.16")]
[assembly: AssemblyFileVersion("3.3.4.17")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/EC2/Generated/AmazonEC2Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.EC2
public partial class AmazonEC2Config : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.17.0");
InternalSDKUtils.BuildUserAgentString("3.3.18.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/EC2/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.0")]
[assembly: AssemblyFileVersion("3.3.18.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
10 changes: 5 additions & 5 deletions sdk/xamarin-components/DynamoDBv2/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ publisher-url: http://aws.amazon.com/mobile/sdk/
packages:
android:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.DynamoDBv2,Version=3.3.4.16
- AWSSDK.DynamoDBv2,Version=3.3.4.17
ios-unified:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.DynamoDBv2,Version=3.3.4.16
- AWSSDK.DynamoDBv2,Version=3.3.4.17
winphone-8.0:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.DynamoDBv2,Version=3.3.4.16
- AWSSDK.DynamoDBv2,Version=3.3.4.17
winphone-8.1:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.DynamoDBv2,Version=3.3.4.16
version: 3.3.4.16
- AWSSDK.DynamoDBv2,Version=3.3.4.17
version: 3.3.4.17
is-shell: true
no_build: true

0 comments on commit 3a7b1d1

Please sign in to comment.