Update API compat version number to 1.1.0 for stable release packages - #3824
Merged
Conversation
artidoro
reviewed
Jun 4, 2019
| <PackageReference Include="Microsoft.ML.LightGbm" Version="1.0.0" /> | ||
| <PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.0.0" /> | ||
| <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.0.0" /> | ||
| <PackageReference Include="Microsoft.ML" Version="1.1.0" /> |
Contributor
There was a problem hiding this comment.
I am curious to know how other teams do it, but are we going to keep increasing the reference packages to the latest GA?
Member
There was a problem hiding this comment.
That would be my plan. Once you ship 1.0, you don't want to break any of those APIs. Then you ship new APIs in 1.1. Now as you are building 1.2 you don't want to break those new APIs you just added in 1.1.
Contributor
There was a problem hiding this comment.
Yes that's what I thought! It makes total sense. Thanks @eerhardt
Contributor
There was a problem hiding this comment.
@codemzs If possible we should add this to the notes on how to release a new version.
artidoro
approved these changes
Jun 4, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.