Skip to content

Commit 8ddcb99

Browse files
chore(deps): update dependency microsoft.xaml.behaviors.wpf to v1.1.122 (#3834)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Xaml.Behaviors.Wpf](https://togithub.com/Microsoft/XamlBehaviorsWpf) ([source](https://togithub.com/microsoft/XamlBehaviorsWpf)) | `1.1.77` -> `1.1.122` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Xaml.Behaviors.Wpf/1.1.122?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Xaml.Behaviors.Wpf/1.1.122?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Xaml.Behaviors.Wpf/1.1.77/1.1.122?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Xaml.Behaviors.Wpf/1.1.77/1.1.122?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/XamlBehaviorsWpf (Microsoft.Xaml.Behaviors.Wpf)</summary> ### [`v1.1.122`](https://togithub.com/microsoft/XamlBehaviorsWpf/releases/tag/v1.1.122): Behaviors 1.1.122 ##### What's Changed This release fixes an issue in the XAMLBehaviorsSample.InvokeCommandControl Binding: - Updating the command parameter binding for the ColorCommand property so null isn't being passed as the parameter value by [@&#8203;smeddows](https://togithub.com/smeddows) in [https://github.com/microsoft/XamlBehaviorsWpf/pull/145](https://togithub.com/microsoft/XamlBehaviorsWpf/pull/145) **Full Changelog**: microsoft/XamlBehaviorsWpf@v1.1.77...v1.1.122 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29a8293 commit 8ddcb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.1" />
1818
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1919
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
20-
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
20+
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
2121
<PackageVersion Include="Mocks.Maui" Version="1.1.8" />
2222
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
2323
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />

0 commit comments

Comments
 (0)