-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update LUIS SDK to support APIs v3.0-preview #5991
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
dsgouda
left a comment
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.
Please bump the Nuget package version to 2.8.0-preview since this is a new preview version of the REST API.
src/SDKs/CognitiveServices/dataPlane/Language/LUIS/Runtime/generate.ps1
Outdated
Show resolved
Hide resolved
|
Updated the Nuget package version. But why 2.8.0 specifically, why not 3.0.0? |
Couple of reasons.
|
...rvices/dataPlane/Language/LUIS/Runtime/Microsoft.Azure.CognitiveServices.LUIS.Runtime.csproj
Show resolved
Hide resolved
src/SDKs/CognitiveServices/dataPlane/Language/LUIS/Runtime/generate.ps1
Outdated
Show resolved
Hide resolved
dsgouda
left a comment
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 apart from a minor change
|
|
||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.1.0.0")] | ||
| [assembly: AssemblyVersion("2.8.0.0")] |
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.
AssemblyVersion remains the same, only AssemblyFileVersion must be bumped for a non-major version bumo
dsgouda
left a comment
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.
LGTM
|
Will merge once CIs pass |
Thanks! Any idea when does the Nuget package get released? |
You will have to kick off a Jenkins build to publish the Nuget. Please check the instructions here |
* Update LUIS SDK to support APIs v3.0-preview * Update the Nuget package version to 2.8.0-preview * Update the AssemblyVersion and the package release notes * Generate the SDK using the default specs * Revert AssemblyVersion update
Add generated SDK for the LUIS v3.0-preview APIs
Spec PR Azure/azure-rest-api-specs#5724