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 19, 2017
1 parent fd82543 commit ce00d66
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.125.0 (2017-07-19 17:49 UTC)
* Budgets (3.3.2.0)
* Update budget Management API's to list/create/update RI_UTILIZATION type budget. Update budget Management API's to support DAILY timeUnit for RI_UTILIZATION type budget.

### 3.3.124.0 (2017-07-17 21:14 UTC)
* CognitoIdentityProvider (3.3.5.0)
* Allows developers to configure user pools for email/phone based signup and sign-in.
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.124.0",
"ProductVersion" : "3.3.125.0",
"CoreVersion" : "3.3.17.2",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -593,7 +593,7 @@
"InPreview" : false
},
"Budgets" : {
"Version" : "3.3.1.13",
"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.13")]
[assembly: AssemblyFileVersion("3.3.2.0")]
2 changes: 1 addition & 1 deletion sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.Budgets
public partial class AmazonBudgetsConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.1.13");
InternalSDKUtils.BuildUserAgentString("3.3.2.0");

private string _userAgent = UserAgentString;

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

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

0 comments on commit ce00d66

Please sign in to comment.