-
Notifications
You must be signed in to change notification settings - Fork 147
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
Bulk dependency updates #875
Conversation
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd) from 2.0.223001 to 2.0.230301. - [Release notes](https://github.com/Microsoft/clrmd/releases) - [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md) - [Commits](https://github.com/Microsoft/clrmd/commits) --- updated-dependencies: - dependency-name: Microsoft.Diagnostics.Runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.Diagnostics.Runtime.Utilities](https://github.com/Microsoft/clrmd) from 2.0.223001 to 2.0.230301. - [Release notes](https://github.com/Microsoft/clrmd/releases) - [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md) - [Commits](https://github.com/Microsoft/clrmd/commits) --- updated-dependencies: - dependency-name: Microsoft.Diagnostics.Runtime.Utilities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps Microsoft.VisualStudio.Shell.Interop.11.0 from 16.10.31302.24 to 16.11.31430.399. --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Shell.Interop.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime from 16.10.31302.24 to 16.11.31430.399. --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.205 to 3.4.220. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.4.205...v3.4.220) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ualStudio.Shell.Interop.14.0.DesignTime-16.11.31430.399' into depUpdates
…gnostics.Runtime-2.0.230301' into depUpdates
…gnostics.Runtime.Utilities-2.0.230301' into depUpdates
…ualStudio.Shell.Interop.11.0-16.11.31430.399' into depUpdates
…ersioning-3.4.220' into depUpdates
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.0" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit" Version="1.1.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 We've already made further improvements in newer builds like 1.1.0-beta1.21329.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per semver rules, 1.1.0 is newer than 1.1.0-beta1.21329.1, so I'm a bit confused. Does the version number of your latest work need to be bumped to 1.1.1 perhaps? Anyway, that's great to hear of ongoing improvements. Those package versions aren't available on nuget.org by the look of it. Are the improvements worth taking now, or when we need the new features?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarolf for the ordering issue.
The updates mainly affect test inputs/outputs involving multiple projects.
No description provided.