From 1a5187e0dcddadba10a6b90fd827f2e485af0f9c Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Tue, 13 Sep 2016 16:35:58 -0700 Subject: [PATCH] Commit version number update changes --- SDK.CHANGELOG.md | 8 ++++++++ generator/ServiceModels/_sdk-versions.json | 8 ++++---- .../ServiceAnalysis/EC2/Properties/AssemblyInfo.cs | 2 +- .../ServiceAnalysis/S3/Properties/AssemblyInfo.cs | 2 +- .../ServiceCatalog/Properties/AssemblyInfo.cs | 2 +- sdk/src/Services/EC2/AWSSDK.EC2.nuspec | 2 +- sdk/src/Services/EC2/Generated/AmazonEC2Config.cs | 2 +- sdk/src/Services/EC2/Properties/AssemblyInfo.cs | 2 +- sdk/src/Services/S3/AWSSDK.S3.nuspec | 2 +- sdk/src/Services/S3/Generated/AmazonS3Config.cs | 2 +- sdk/src/Services/S3/Properties/AssemblyInfo.cs | 2 +- .../ServiceCatalog/AWSSDK.ServiceCatalog.nuspec | 2 +- .../Generated/AmazonServiceCatalogConfig.cs | 2 +- .../Services/ServiceCatalog/Properties/AssemblyInfo.cs | 2 +- sdk/xamarin-components/S3/component.yaml | 10 +++++----- 15 files changed, 29 insertions(+), 21 deletions(-) diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index 9b1c5521affa..4c6fac4124d5 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -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. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 0d10e50c6fc1..8da7b0bb1dbd 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,6 +1,6 @@ { - "ProductVersion" : "3.1.99.0", + "ProductVersion" : "3.1.100.0", "CoreVersion" : "3.1.11.0", "DefaultToPreview" : false, "ServiceVersions" : { @@ -133,7 +133,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.1.20.1", + "Version" : "3.1.20.2", "Dependencies" : { "Core" : "3.1.9.2" }, @@ -275,7 +275,7 @@ "InPreview" : false }, "S3" : { - "Version" : "3.1.9.0", + "Version" : "3.1.10.0", "Dependencies" : { "Core" : "3.1.10.0" }, @@ -492,7 +492,7 @@ "InPreview" : false }, "ServiceCatalog" : { - "Version" : "3.1.0.2", + "Version" : "3.1.1.0", "Dependencies" : { "Core" : "3.1.9.2" }, diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index 3bd8caf5249e..3fd96859b2a6 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.1")] -[assembly: AssemblyFileVersion("3.1.20.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.1.20.2")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs index 2ebc4ec0f662..418134e7d8f4 100644 --- a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.1")] -[assembly: AssemblyFileVersion("3.1.9.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.1.10.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs index 518aa712ab92..dd7c5e21184f 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.1")] -[assembly: AssemblyFileVersion("3.1.0.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.1.1.0")] \ No newline at end of file diff --git a/sdk/src/Services/EC2/AWSSDK.EC2.nuspec b/sdk/src/Services/EC2/AWSSDK.EC2.nuspec index 2c76b1828890..1ce9dfbc2ab7 100644 --- a/sdk/src/Services/EC2/AWSSDK.EC2.nuspec +++ b/sdk/src/Services/EC2/AWSSDK.EC2.nuspec @@ -3,7 +3,7 @@ AWSSDK.EC2 AWSSDK - Amazon Elastic Compute Cloud - 3.1.20.1 + 3.1.20.2 Amazon Web Services 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. en-US diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 68e193717468..b42beaa165ac 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -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; diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index 124a402b3d5d..4c073d1c61ea 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs @@ -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)] diff --git a/sdk/src/Services/S3/AWSSDK.S3.nuspec b/sdk/src/Services/S3/AWSSDK.S3.nuspec index ac80a27f6bf8..62a8edd4bc66 100644 --- a/sdk/src/Services/S3/AWSSDK.S3.nuspec +++ b/sdk/src/Services/S3/AWSSDK.S3.nuspec @@ -3,7 +3,7 @@ AWSSDK.S3 AWSSDK - Amazon Simple Storage Service - 3.1.9.0 + 3.1.10.0 Amazon Web Services Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage. en-US diff --git a/sdk/src/Services/S3/Generated/AmazonS3Config.cs b/sdk/src/Services/S3/Generated/AmazonS3Config.cs index 5791b7d6aeca..05fc4e252ae4 100644 --- a/sdk/src/Services/S3/Generated/AmazonS3Config.cs +++ b/sdk/src/Services/S3/Generated/AmazonS3Config.cs @@ -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; diff --git a/sdk/src/Services/S3/Properties/AssemblyInfo.cs b/sdk/src/Services/S3/Properties/AssemblyInfo.cs index 8947dd09fe71..371474956d4e 100644 --- a/sdk/src/Services/S3/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/S3/Properties/AssemblyInfo.cs @@ -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)] diff --git a/sdk/src/Services/ServiceCatalog/AWSSDK.ServiceCatalog.nuspec b/sdk/src/Services/ServiceCatalog/AWSSDK.ServiceCatalog.nuspec index 2aaef803325e..6ed172db4e90 100644 --- a/sdk/src/Services/ServiceCatalog/AWSSDK.ServiceCatalog.nuspec +++ b/sdk/src/Services/ServiceCatalog/AWSSDK.ServiceCatalog.nuspec @@ -3,7 +3,7 @@ AWSSDK.ServiceCatalog AWSSDK - AWS Service Catalog - 3.1.0.2 + 3.1.1.0 Amazon Web Services AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. en-US diff --git a/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs b/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs index f41cdced5153..fef6fb219249 100644 --- a/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs +++ b/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs @@ -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; diff --git a/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs b/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs index b05888576511..2692b9c0d7ec 100644 --- a/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs @@ -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)] diff --git a/sdk/xamarin-components/S3/component.yaml b/sdk/xamarin-components/S3/component.yaml index d9aa24901fbc..b80af99b1853 100644 --- a/sdk/xamarin-components/S3/component.yaml +++ b/sdk/xamarin-components/S3/component.yaml @@ -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 \ No newline at end of file