Skip to content
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

Prepare version 1.0.4 release #250

Merged
merged 2 commits into from
Aug 13, 2020
Merged

Prepare version 1.0.4 release #250

merged 2 commits into from
Aug 13, 2020

Conversation

Mandur
Copy link
Contributor

@Mandur Mandur commented Aug 11, 2020

No description provided.

@@ -167,6 +175,9 @@ static ApiVersion()

Version_2019_07_16 = new ApiVersion("2019-07-16");
Version_2019_07_16.MinCompatibleVersion = Version_2019_07_16;

Version_2020_08_11 = new ApiVersion("2020-08-11");
Version_2020_08_11.MinCompatibleVersion = Version_2019_07_16;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be: "= Version_2020_08_11;" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the API surface is still compatible as I only changed .net runtime, therefore I think it is backward compatible

@Mandur Mandur merged commit 0df8e9e into dev Aug 13, 2020
@Mandur Mandur deleted the mik-dev-upgrade-all-versions branch May 16, 2021 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants