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

Added support for visual studio 2017 to fix #19 #21

Closed
wants to merge 1 commit into from
Closed

Added support for visual studio 2017 to fix #19 #21

wants to merge 1 commit into from

Conversation

martingbrown
Copy link

Fix for #19.

VS 2017 is version 15.x. The previous version range was [11.0,15.0] which means 11.0 <= VS version <= 15.0. This failed when version 15.1 came out. I've changed this to [11.0,16.0) which means. 11.0 <= VS version < 16.0 so it will work for all updates to VS 2017 but won't work for the next major version update.

Fix for #19.

VS 2017 is version 15.x. The previous version range was [11.0,15.0] which means 11.0 <= VS version <= 15.0. This failed when version 15.1 came out. I've changed this to [11.0,16.0) which means. 11.0 <= VS version < 16.0 so it will work for all updates to VS 2017 but won't work for the next major version update.
@Stevie-O
Copy link

Stevie-O commented Nov 2, 2018

@martingbrown Why did you close this PR? It's not actually merged in.

@martingbrown
Copy link
Author

Because the patch doesn't actually work. I forget why, but its not that simple.

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.

2 participants