-
Notifications
You must be signed in to change notification settings - Fork 207
Feature remove submodule #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, left one small question.
assistant = new Assistant(credentials); | ||
assistant.VersionDate = "2019-03-28"; | ||
assistant.ListWorkspaces(OnListWorkspaces); | ||
assistant = new AssistantService( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need AssistantService assistant
in line 111 if we are defining it here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, 111
is where we declare the assistant variable and 129
is where we instantiate the service.
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
This pull request revises install instructions to download the core as a separate repo instead of a submodule. Additionally fixes were applied to examples and readme examples were corrected.