Conversation
…ourceLink.GitHub version
RohrerF
previously approved these changes
Feb 24, 2026
renovate bot
added a commit
to apollographql/subgraph-csharp-hotchocolate-annotation
that referenced
this pull request
Feb 24, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Snapshooter.Xunit](https://redirect.github.com/SwissLife-OSS/Snapshooter) | `1.3.0` → `1.3.1` |  |  | --- ### Release Notes <details> <summary>SwissLife-OSS/Snapshooter (Snapshooter.Xunit)</summary> ### [`v1.3.1`](https://redirect.github.com/SwissLife-OSS/snapshooter/releases/tag/1.3.1) [Compare Source](https://redirect.github.com/SwissLife-OSS/Snapshooter/compare/1.3.0...1.3.1) #### What's Changed - fix(nuget): licence and readme by [@​glucaci](https://redirect.github.com/glucaci) in [SwissLife-OSS/snapshooter#232](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/232) **Full Changelog**: <SwissLife-OSS/snapshooter@1.3.0...1.3.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This was referenced Feb 25, 2026
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
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 project configuration files to modernize package metadata, update dependencies, and clean up static analysis settings. The most important changes are grouped below.
NuGet package metadata and packaging improvements:
Directory.Build.propsto usePackageLicenseExpressionwith valueMITinstead ofPackageLicenseUrl, and switched toPackageIcon/PackageReadmeFileinstead of legacy properties. This modernizes the NuGet package metadata.logo.pngandREADME.mdto the package output by including them in the item group for packaging.Dependency and SDK updates:
Microsoft.SourceLink.GitHubpackage reference from version8.0.0to10.0.102inDirectory.Build.props.global.jsonfrom10.0.100to10.0.103.Static analysis configuration cleanup:
sonar.sourcesandsonar.testsentries fromsonar-project.properties, likely to clean up or delegate configuration elsewhere.