Skip to content

Commit 5267da7

Browse files
committed
chore(release): bump version and release changes
1 parent 9318982 commit 5267da7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
2121

2222
# Issues
2323

24-
If you encounter an issue with the Unity SDK library, you are welcome to submit
24+
If you encounter an issue with the IBM Watson SDK for Unity library, you are welcome to submit
2525
a [bug report](https://github.com/watson-developer-cloud/unity-sdk/issues).
2626
Before that, please search for similar issues. It's possible somebody has
2727
already encountered this issue.

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you open an issue, please check if a similar issue already exists or has
88
- [ ] Steps to reproduce
99
- [ ] Expected behavior
1010
- [ ] Actual behavior
11-
- [ ] Unity SDK version
11+
- [ ] IBM Watson SDK for Unity version
1212

1313
### When you open an issue for a feature request, please add as much detail as possible:
1414
- [ ] A descriptive title starting with the service name

Docs/UnitySDK.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PresentationStyle>VS2013</PresentationStyle>
3535
<Preliminary>False</Preliminary>
3636
<NamingMethod>HashedMemberName</NamingMethod>
37-
<HelpTitle>Watson Unity SDK</HelpTitle>
37+
<HelpTitle>IBM Watson SDK for Unity</HelpTitle>
3838
<ContentPlacement>AboveNamespaces</ContentPlacement>
3939
<DocumentationSources>
4040
<DocumentationSource sourceFile="..\..\..\..\DocumentationBuilder\ConsoleApplication1\ConsoleApplication1\bin\Debug\Assembly-CSharp.dll" />

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME = "IBM Watson SDK for Unity"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.6.0
41+
PROJECT_NUMBER = 2.7.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = "The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems."
47+
PROJECT_BRIEF = "IBM Watson SDK for Unity uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems."
4848

4949
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050
# in the documentation. The maximum height of the logo should not exceed 55

Scripts/Editor/WatsonMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ namespace IBM.Watson.DeveloperCloud.Editor
2424
{
2525
public class WatsonMenu : MonoBehaviour
2626
{
27-
private const string TITLE = "Watson Unity SDK";
28-
private const string SIGNUP_FOR_IBM_CLOUD_MSG = "Thanks for installing the Watson Unity SDK.\nSign up for IBM Cloud?";
27+
private const string TITLE = "IBM Watson SDK for Unity";
28+
private const string SIGNUP_FOR_IBM_CLOUD_MSG = "Thanks for installing the IBM Watson SDK for Unity.\nSign up for IBM Cloud?";
2929
private const string MENU_ITEM_MSG = "The IBM Cloud signup link can be found in the \"Watson\" menu.";
3030
private const string YES = "Yes";
3131
private const string NO = "No";

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.6.0";
50+
public const string Version = "watson-apis-unity-sdk/2.7.0";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
/// <summary>

Travis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These are files and scripts for [Travis Continuous Integration][travis]
44
The `travis.yml` file executes each time a commit is pushed. The script
55

66
* Download and installs Unity
7-
* Download and installs the WDC Unity SDK
7+
* Download and installs the IBM Watson SDK for Unity
88
* Runs integration tests on all services
99
* Runs a build of all example scenes for OSX and Windows
1010

0 commit comments

Comments
 (0)