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 75d8e89 commit 2d5a46f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.3.128.0 (2017-07-25 23:11 UTC)
* CloudDirectory (3.3.4.0)
* Cloud Directory adds support for additional batch operations.
* CloudFormation (3.3.6.0)
* AWS CloudFormation StackSets enables you to manage stacks across multiple accounts and regions.

### 3.3.127.0 (2017-07-24 20:34 UTC)
* AppStream (3.3.4.0)
* Amazon AppStream 2.0 image builders and fleets can now access applications and network resources that rely on Microsoft Active Directory (AD) for authentication and permissions. This new feature allows you to join your streaming instances to your AD, so you can use your existing AD user management tools.
Expand Down
6 changes: 3 additions & 3 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.3.127.0",
"ProductVersion" : "3.3.128.0",
"CoreVersion" : "3.3.17.4",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -29,7 +29,7 @@
"InPreview" : false
},
"CloudFormation" : {
"Version" : "3.3.5.6",
"Version" : "3.3.6.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
Expand Down Expand Up @@ -721,7 +721,7 @@
"InPreview" : false
},
"CloudDirectory" : {
"Version" : "3.3.3.4",
"Version" : "3.3.4.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.3.4")]
[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.5.6")]
[assembly: AssemblyFileVersion("3.3.6.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.CloudDirectory
public partial class AmazonCloudDirectoryConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.3.4");
InternalSDKUtils.BuildUserAgentString("3.3.4.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/CloudDirectory/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.4")]
[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.CloudFormation
public partial class AmazonCloudFormationConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.5.6");
InternalSDKUtils.BuildUserAgentString("3.3.6.0");

private string _userAgent = UserAgentString;

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

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down

0 comments on commit 2d5a46f

Please sign in to comment.