Skip to content

Commit 44d8df3

Browse files
authored
Merge pull request #426 from watson-developer-cloud/rc-2.5.0
Rc 2.5.0
2 parents 7c861a3 + d3a2797 commit 44d8df3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Docs/publishing-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following tasks should be completed before publishing a release. Track the p
55
- [ ] Review and merge any outstanding pull requests.
66
- [ ] Review any oustanding issues assigned to this release milestone.
77
- [ ] Branch from `develop` to `rc-[version]`, ex: `rc-2.0.0`.
8-
- [ ] Draft release with version in the format of `v2.0.0` targeting the 'master' branch. Standard release should be named using the format `Watson Developer Cloud Unity SDK [version]`, ex: `Watson Developer Cloud Unity SDK v2.0.0`.
8+
- [ ] Draft release with version in the format of `v2.0.0` targeting the 'master' branch. Standard release should be named using the format `IBM Watson SDK for Unity [version]`, ex: `IBM Watson SDK for Unity v2.0.0`.
99

1010
#### Source Changes (in `rc` branch)
1111
- [ ] Update `String.Version` in `Scripts/Utilities/Constants.cs` to the current version, ex: `watson-apis-unity-sdk/2.0.0`

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "Watson Developer Cloud Unity SDK"
35+
PROJECT_NAME = "IBM Watson SDK for Unity"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ensure that you have the following prerequisites:
2929
* [Unity][get_unity]. You can use the **free** Personal edition.
3030

3131
## Configuring Unity
32-
* Change the build settings in Unity (**File > Build Settings**) to any platform except for web player/Web GL. The Watson Developer Cloud Unity SDK does not support Unity Web Player.
32+
* Change the build settings in Unity (**File > Build Settings**) to any platform except for web player/Web GL. The IBM Watson SDK for Unity does not support Unity Web Player.
3333
* If using Unity 2018.2 or later you'll need to set Scripting Runtime Version in Build Settings to .NET 4.x equivalent. We need to access security options to enable TLS 1.2.
3434

3535
## Getting the Watson SDK and adding it to Unity

Scripts/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Path
4747
public static class String
4848
{
4949
/// <exclude />
50-
public const string Version = "watson-apis-unity-sdk/2.4.2";
50+
public const string Version = "watson-apis-unity-sdk/2.5.0";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
/// <summary>

Travis/installSDK.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414

15-
echo "Attempting to install Watson Developer Cloud Unity SDK into the test project..."
15+
echo "Attempting to install IBM Watson SDK for Unity into the test project..."
1616
mkdir -p Travis/UnityTestProject/Assets/Watson/
1717
git clone https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
1818
#git clone -b feature-97-integrationTesting --single-branch https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/

0 commit comments

Comments
 (0)