Skip to content

deps: Bump Meziantou.Framework.Win32.CredentialManager from 2.0.1 to 3.0.1 - #408

Merged
erikdarlingdata merged 1 commit into
mainfrom
dependabot/nuget/src/PlanViewer.App/Meziantou.Framework.Win32.CredentialManager-3.0.1
Jul 25, 2026
Merged

deps: Bump Meziantou.Framework.Win32.CredentialManager from 2.0.1 to 3.0.1#408
erikdarlingdata merged 1 commit into
mainfrom
dependabot/nuget/src/PlanViewer.App/Meziantou.Framework.Win32.CredentialManager-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Updated Meziantou.Framework.Win32.CredentialManager from 2.0.1 to 3.0.1.

Release notes

Sourced from Meziantou.Framework.Win32.CredentialManager's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…3.0.1

---
updated-dependencies:
- dependency-name: Meziantou.Framework.Win32.CredentialManager
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@erikdarlingdata erikdarlingdata left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Review

What this PR does: Dependabot bump of Meziantou.Framework.Win32.CredentialManager from 2.0.1 → 3.0.1 in src/PlanViewer.App/PlanViewer.App.csproj and src/PlanViewer.Core/PlanViewer.Core.csproj. No source changes.

What's good:

  • build-and-test is green, so the four call sites in src/PlanViewer.Core/Services/WindowsCredentialService.cs (WriteCredential, ReadCredential, DeleteCredential, EnumerateCredentials) still compile against the new major version.
  • 3.0.1 lists net10.0 / net11.0 TFMs; both csprojs are on net10.0, so TFM compatibility is fine.

Needs attention:

  1. Base branch is main, must be dev. The check-branches job failed:

    Pull requests to main are only allowed from dev. Please target the dev branch instead.

    Dependabot is opening these against main by default. Fix at the source in .github/dependabot.yml by adding target-branch: "dev" to each ecosystem entry so all future Dependabot PRs land on dev. Retarget or close/reopen this PR against dev.

  2. Major version bump, no release notes. Dependabot reports "No release notes found for this version range" for 2.0.1 → 3.0.1. The compiled API surface used here didn't break, but a manual smoke of credential save/read/delete/enumerate on Windows before merge would be worth it — behavior changes (e.g. persistence semantics, secret encoding) wouldn't show up in build-and-test.

  3. PR #407 has the same base-branch issue (SQLitePCLRaw.bundle_e_sqlite3 2.1.12 → 3.0.4 targeting main). Fixing dependabot.yml once solves both.

Not blocking on Studio-specific rules — no Avalonia, XAML, brush, PlanAnalyzer, or test-touching changes in this diff.


Generated by Claude Code

@erikdarlingdata
erikdarlingdata merged commit a4b9771 into main Jul 25, 2026
3 of 5 checks passed
@erikdarlingdata
erikdarlingdata deleted the dependabot/nuget/src/PlanViewer.App/Meziantou.Framework.Win32.CredentialManager-3.0.1 branch July 25, 2026 21:43
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.

1 participant