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

Update to latest 6.0 .Net Runtime/SDK #10229

Merged
merged 1 commit into from Oct 6, 2022

Conversation

vbjay
Copy link
Contributor

@vbjay vbjay commented Oct 5, 2022

Proposed changes

  • Run .\scripts\Update-DotnetVersion.ps1
  • Run git diff -U0 -w --no-color --ignore-blank-lines | git apply --cached --ignore-whitespace --unidiff-zero -- to stage non whitespace changes. This time I also staged whitespace on the global.json file to make it not have much of a diff in the future. This prevents staging the blank line removal in the RepoLayout.props file that this script generates.
channel-version     : 6.0
latest-release      : 6.0.9
latest-release-date : 2022-09-13
latest-runtime      : 6.0.9
latest-sdk          : 6.0.401
support-phase       : lts
eol-date            : 2024-11-12

Test methodology

  • Commit changes generated and see diff

Test environment(s)

Merge strategy

I agree that the maintainer squash merge this PR (if the commit message is clear).


✒️ I contribute this code under The Developer Certificate of Origin.

@ghost ghost assigned vbjay Oct 5, 2022
@vbjay vbjay mentioned this pull request Oct 5, 2022
@RussKie
Copy link
Member

RussKie commented Oct 6, 2022

Thank you

@RussKie RussKie merged commit 1cc4173 into gitextensions:master Oct 6, 2022
@ghost ghost added this to the vNext milestone Oct 6, 2022
Comment on lines +2 to +5
"sdk": {
"version": "6.0.401",
"rollForward": "feature"
}
Copy link
Member

Choose a reason for hiding this comment

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

The update script should be updated to fix the formatting, to decrease noise in the changes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See https://stackoverflow.com/questions/33145377/how-to-change-tab-width-when-converting-to-json-in-powershell. I didn't want to add another dependancy like Newtonsoft module and the hack with string manipulation feels too hacky. The json is valid and frankly managed by script. Why I didn't do that.

@mstv
Copy link
Member

mstv commented Oct 8, 2022

Should we cherry-pick this to the release/4.0 branch, too?

RussKie pushed a commit that referenced this pull request Oct 8, 2022
@RussKie
Copy link
Member

RussKie commented Oct 8, 2022

Done, thank you for the reminder.

@RussKie
Copy link
Member

RussKie commented Oct 11, 2022 via email

@RussKie RussKie modified the milestones: vNext, 4.0.0 Oct 11, 2022
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

4 participants