X Tutup
The Wayback Machine - https://web.archive.org/web/20200918094849/https://github.com/PowerShell/PSScriptAnalyzer/pull/1165
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

Raise minimum required PS version of PS 6 to 6.1.0 due to 6.0 running out of support now and update Newtonsoft.Json to 11.0.2 #1165

Merged
merged 2 commits into from Mar 5, 2019

Conversation

@bergmeister
Copy link
Collaborator

bergmeister commented Mar 4, 2019

PR Summary

  • Fixes #1159 by raising the minimum required PowerShell version of PS6 to be 6.1 (6.0 is running out of support at some point in March 2019).
  • Fixes #1058 by raising the version of Newtonsoft.Json to 11.0.2, which is the version used by PS 6.1.0, see here (the version cannot be higher due to the missing assembly redirect feature in .Net Core and PowerShell Core at the moment)

PR Checklist

@bergmeister bergmeister changed the title Raise minimum required PS version of PS 6 to 6.1.0 due to 6.0 running out of support now Raise minimum required PS version of PS 6 to 6.1.0 due to 6.0 running out of support now and update Newtonsoft.Json to 11.0.2 Mar 4, 2019
@bergmeister bergmeister marked this pull request as ready for review Mar 4, 2019
@bergmeister bergmeister added this to the 1.18 milestone Mar 4, 2019
@bergmeister bergmeister requested a review from rjmholt Mar 4, 2019
@rjmholt
rjmholt approved these changes Mar 5, 2019
@bergmeister bergmeister merged commit dce4119 into PowerShell:development Mar 5, 2019
2 checks passed
2 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
Details
bergmeister added a commit to bergmeister/PSScriptAnalyzer that referenced this pull request Mar 5, 2019
… out of support now and update Newtonsoft.Json to 11.0.2 (PowerShell#1165)

* Raise minimum required PS version of PS 6 to 6.1.0 due to 6.0 running out of support now

* Update version of Newtonsoft.Json to 11.0.2
bergmeister added a commit to bergmeister/PSScriptAnalyzer that referenced this pull request Mar 22, 2019
… out of support now and update Newtonsoft.Json to 11.0.2 (PowerShell#1165)

* Raise minimum required PS version of PS 6 to 6.1.0 due to 6.0 running out of support now

* Update version of Newtonsoft.Json to 11.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.
X Tutup