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 Aug 1, 2017
1 parent fb03b5c commit 980b04d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 12 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.132.0 (2017-07-31 23:25 UTC)
* Inspector (3.3.2.0)
* Inspector's StopAssessmentRun API has been updated with a new input option - stopAction. This request parameter can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value, and the previous behavior) stops the AWS agent data collection and begins the results evaluation for findings generation based on the data collected so far. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
* SimpleSystemsManagement (3.3.8.0)
* Adds a SendAutomationSignal API to SSM Service. This API is used to send a signal to an automation execution to change the current behavior or status of the execution.
* Core 3.3.17.5
* AWS CodeStar is now available in the following regions: Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt)



### 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
Expand Down
8 changes: 4 additions & 4 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"ProductVersion" : "3.3.131.0",
"CoreVersion" : "3.3.17.4",
"ProductVersion" : "3.3.132.0",
"CoreVersion" : "3.3.17.5",
"DefaultToPreview" : false,
"ServiceVersions" : {
"CloudHSM" : {
Expand Down Expand Up @@ -369,7 +369,7 @@
"InPreview" : false
},
"SimpleSystemsManagement" : {
"Version" : "3.3.7.0",
"Version" : "3.3.8.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
Expand Down Expand Up @@ -457,7 +457,7 @@
"InPreview" : false
},
"Inspector" : {
"Version" : "3.3.1.3",
"Version" : "3.3.2.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.1.3")]
[assembly: AssemblyFileVersion("3.3.2.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.7.0")]
[assembly: AssemblyFileVersion("3.3.8.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ namespace Amazon.Util.Internal
{
public static partial class InternalSDKUtils
{
internal const string CoreVersionNumber = "3.3.17.4";
internal const string CoreVersionNumber = "3.3.17.5";
}
}
2 changes: 1 addition & 1 deletion sdk/src/Core/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.4")]
[assembly: AssemblyFileVersion("3.3.17.5")]

#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.Inspector
public partial class AmazonInspectorConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.1.3");
InternalSDKUtils.BuildUserAgentString("3.3.2.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Inspector/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.1.3")]
[assembly: AssemblyFileVersion("3.3.2.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.SimpleSystemsManagement
public partial class AmazonSimpleSystemsManagementConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.7.0");
InternalSDKUtils.BuildUserAgentString("3.3.8.0");

private string _userAgent = UserAgentString;

Expand Down
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.7.0")]
[assembly: AssemblyFileVersion("3.3.8.0")]

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

0 comments on commit 980b04d

Please sign in to comment.