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 Nov 19, 2015
1 parent 3894f9e commit ff7ef4b
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.1.29.0 (2015-11-19 18:42 UTC)
* DeviceFarm (3.1.3.0)
* Added support for new test and upload types.

### 3.1.28.1 (2015-11-18 00:02 UTC)
* Inspector (3.1.0.1)
* Documentation update.
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.1.28.1",
"ProductVersion" : "3.1.29.0",
"CoreVersion" : "3.1.3.7",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -112,7 +112,7 @@
"InPreview" : false
},
"DeviceFarm" : {
"Version" : "3.1.2.0",
"Version" : "3.1.3.0",
"Dependencies" : {
"Core" : "3.1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/DeviceFarm/AWSSDK.DeviceFarm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>AWSSDK.DeviceFarm</id>
<title>AWSSDK - AWS Device Farm</title>
<version>3.1.2.0</version>
<version>3.1.3.0</version>
<authors>Amazon Web Services</authors>
<description>AWS Device Farm is an app testing service that enables you to test your Android and Fire OS apps on real, physical phones and tablets that are hosted by AWS. The service allows you to upload your own tests or use built-in, script-free compatibility tests.</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.DeviceFarm
public partial class AmazonDeviceFarmConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.1.2.0");
InternalSDKUtils.BuildUserAgentString("3.1.3.0");

private string _userAgent = UserAgentString;

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/DeviceFarm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1")]
[assembly: AssemblyFileVersion("3.1.2.0")]
[assembly: AssemblyFileVersion("3.1.3.0")]

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

0 comments on commit ff7ef4b

Please sign in to comment.