-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump versions #48913
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
Merged
mariam-abdulla
merged 8 commits into
main
from
dev/mabdullah/bump-versions-for-templates
May 26, 2025
Merged
Bump versions #48913
mariam-abdulla
merged 8 commits into
main
from
dev/mabdullah/bump-versions-for-templates
May 26, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Pull Request Overview
This PR bumps dependency versions for test projects and updates the corresponding version entries in the central cgmanifest file.
- Bump Microsoft.Playwright.NUnit from 1.51.0 to 1.52.0 in the Playwright-NUnit-CSharp project.
- Bump NUnit.Analyzers from 4.6.0 to 4.7.0 across all NUnit projects and in the cgmanifest file.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj | Updated Playwright.NUnit and NUnit.Analyzers package versions |
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj | Updated NUnit.Analyzers package version |
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Company.TestProject1.fsproj | Updated NUnit.Analyzers package version |
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/Company.TestProject1.csproj | Updated NUnit.Analyzers package version |
eng/cgmanifest.json | Updated dependency versions for NUnit.Analyzers and Microsoft.Playwright.NUnit |
Evangelink
approved these changes
May 13, 2025
Evangelink
approved these changes
May 23, 2025
…ithub.com/dotnet/sdk into dev/mabdullah/bump-versions-for-templates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates dependencies across multiple files to ensure the project uses the latest versions of key packages. The updates primarily focus on
NUnit.Analyzers
andMicrosoft.Playwright.NUnit
.Dependency Updates:
Updated
NUnit.Analyzers
from version4.6.0
to4.7.0
in the following files:eng/cgmanifest.json
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/Company.TestProject1.csproj
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Company.TestProject1.fsproj
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
Updated
Microsoft.Playwright.NUnit
from version1.51.0
to1.52.0
in:eng/cgmanifest.json
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj