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 30, 2017
1 parent d2f420e commit 8dad002
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.3.131.0 (2017-07-30 19:34 UTC)
* S3 (3.3.9.0)
* Fix TransferUtility reporting 0 files transferred when performing directory download

### 3.3.130.0 (2017-07-27 19:59 UTC)
* EC2 (3.3.19.0)
* The CreateDefaultVPC API enables you to create a new default VPC . You no longer need to contact AWS support, if your default VPC has been deleted.
Expand Down
4 changes: 2 additions & 2 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.3.130.0",
"ProductVersion" : "3.3.131.0",
"CoreVersion" : "3.3.17.4",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -313,7 +313,7 @@
"InPreview" : false
},
"S3" : {
"Version" : "3.3.8.2",
"Version" : "3.3.9.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")]
[assembly: AssemblyFileVersion("3.3.8.2")]
[assembly: AssemblyFileVersion("3.3.9.0")]
2 changes: 1 addition & 1 deletion sdk/src/Services/S3/Generated/AmazonS3Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.S3
public partial class AmazonS3Config : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.8.2");
InternalSDKUtils.BuildUserAgentString("3.3.9.0");

private string _userAgent = UserAgentString;

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

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
10 changes: 5 additions & 5 deletions sdk/xamarin-components/S3/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.S3,Version=3.3.8.2
- AWSSDK.S3,Version=3.3.9.0
ios-unified:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.S3,Version=3.3.8.2
- AWSSDK.S3,Version=3.3.9.0
winphone-8.0:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.S3,Version=3.3.8.2
- AWSSDK.S3,Version=3.3.9.0
winphone-8.1:
- AWSSDK.Core, Version=3.3.17.0
- AWSSDK.S3,Version=3.3.8.2
version: 3.3.8.2
- AWSSDK.S3,Version=3.3.9.0
version: 3.3.9.0
is-shell: true
no_build: true

0 comments on commit 8dad002

Please sign in to comment.