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 Sep 13, 2016
1 parent b67baac commit 1a5187e
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 21 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.1.100.0 (2016-09-13 22:23 UTC)
* EC2 (3.1.20.2)
* Minor documentation update.
* S3 (3.1.10.0)
* Updated the Amazon.S3.Model.S3Object type to contain a new property, BucketName. This is the name of the bucket containing the object.
* ServiceCatalog (3.1.1.0)
* Adding an optional parameter to 2 existing APIs.

### 3.1.99.0 (2016-09-08 21:56 UTC)
* AWSSupport (3.1.0.10)
* Documentation update.
Expand Down
8 changes: 4 additions & 4 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.1.99.0",
"ProductVersion" : "3.1.100.0",
"CoreVersion" : "3.1.11.0",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -133,7 +133,7 @@
"InPreview" : false
},
"EC2" : {
"Version" : "3.1.20.1",
"Version" : "3.1.20.2",
"Dependencies" : {
"Core" : "3.1.9.2"
},
Expand Down Expand Up @@ -275,7 +275,7 @@
"InPreview" : false
},
"S3" : {
"Version" : "3.1.9.0",
"Version" : "3.1.10.0",
"Dependencies" : {
"Core" : "3.1.10.0"
},
Expand Down Expand Up @@ -492,7 +492,7 @@
"InPreview" : false
},
"ServiceCatalog" : {
"Version" : "3.1.0.2",
"Version" : "3.1.1.0",
"Dependencies" : {
"Core" : "3.1.9.2"
},
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.1")]
[assembly: AssemblyFileVersion("3.1.20.1")]
[assembly: AssemblyFileVersion("3.1.20.2")]
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.1")]
[assembly: AssemblyFileVersion("3.1.9.0")]
[assembly: AssemblyFileVersion("3.1.10.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.1")]
[assembly: AssemblyFileVersion("3.1.0.2")]
[assembly: AssemblyFileVersion("3.1.1.0")]
2 changes: 1 addition & 1 deletion sdk/src/Services/EC2/AWSSDK.EC2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>AWSSDK.EC2</id>
<title>AWSSDK - Amazon Elastic Compute Cloud</title>
<version>3.1.20.1</version>
<version>3.1.20.2</version>
<authors>Amazon Web Services</authors>
<description>Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers.</description>
<language>en-US</language>
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.1.20.1");
InternalSDKUtils.BuildUserAgentString("3.1.20.2");

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 @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1")]
[assembly: AssemblyFileVersion("3.1.20.1")]
[assembly: AssemblyFileVersion("3.1.20.2")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/S3/AWSSDK.S3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>AWSSDK.S3</id>
<title>AWSSDK - Amazon Simple Storage Service</title>
<version>3.1.9.0</version>
<version>3.1.10.0</version>
<authors>Amazon Web Services</authors>
<description>Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.</description>
<language>en-US</language>
Expand Down
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.1.9.0");
InternalSDKUtils.BuildUserAgentString("3.1.10.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 @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1")]
[assembly: AssemblyFileVersion("3.1.9.0")]
[assembly: AssemblyFileVersion("3.1.10.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>AWSSDK.ServiceCatalog</id>
<title>AWSSDK - AWS Service Catalog</title>
<version>3.1.0.2</version>
<version>3.1.1.0</version>
<authors>Amazon Web Services</authors>
<description>AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS.</description>
<language>en-US</language>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.ServiceCatalog
public partial class AmazonServiceCatalogConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.1.0.2");
InternalSDKUtils.BuildUserAgentString("3.1.1.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1")]
[assembly: AssemblyFileVersion("3.1.0.2")]
[assembly: AssemblyFileVersion("3.1.1.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.1.10.0
- AWSSDK.S3,Version=3.1.9.0
- AWSSDK.S3,Version=3.1.10.0
ios-unified:
- AWSSDK.Core, Version=3.1.10.0
- AWSSDK.S3,Version=3.1.9.0
- AWSSDK.S3,Version=3.1.10.0
winphone-8.0:
- AWSSDK.Core, Version=3.1.10.0
- AWSSDK.S3,Version=3.1.9.0
- AWSSDK.S3,Version=3.1.10.0
winphone-8.1:
- AWSSDK.Core, Version=3.1.10.0
- AWSSDK.S3,Version=3.1.9.0
version: 3.1.9.0
- AWSSDK.S3,Version=3.1.10.0
version: 3.1.10.0
is-shell: true
no_build: true

0 comments on commit 1a5187e

Please sign in to comment.