diff --git a/extern/Microsoft.Xaml.Behaviors/net48/Dynamo.Microsoft.Xaml.Behaviors.dll b/extern/Microsoft.Xaml.Behaviors/net48/Dynamo.Microsoft.Xaml.Behaviors.dll index 33f21cf741f..e0f76afba0e 100644 Binary files a/extern/Microsoft.Xaml.Behaviors/net48/Dynamo.Microsoft.Xaml.Behaviors.dll and b/extern/Microsoft.Xaml.Behaviors/net48/Dynamo.Microsoft.Xaml.Behaviors.dll differ diff --git a/extern/Microsoft.Xaml.Behaviors/net6.0-windows/Dynamo.Microsoft.Xaml.Behaviors.dll b/extern/Microsoft.Xaml.Behaviors/net6.0-windows/Dynamo.Microsoft.Xaml.Behaviors.dll index 88a0d83d91c..82596048e21 100644 Binary files a/extern/Microsoft.Xaml.Behaviors/net6.0-windows/Dynamo.Microsoft.Xaml.Behaviors.dll and b/extern/Microsoft.Xaml.Behaviors/net6.0-windows/Dynamo.Microsoft.Xaml.Behaviors.dll differ diff --git a/extern/Microsoft.Xaml.Behaviors/readme.md b/extern/Microsoft.Xaml.Behaviors/readme.md index 8b764da73ce..982a92d46e8 100644 --- a/extern/Microsoft.Xaml.Behaviors/readme.md +++ b/extern/Microsoft.Xaml.Behaviors/readme.md @@ -1 +1 @@ -These assemblies have been locally built from using the master branch of https://github.com/microsoft/XamlBehaviorsWpf @ commit d950cf128ee61f583dcf4dde4643ea75c285f072 +These assemblies have been locally built from using the master branch of https://github.com/microsoft/XamlBehaviorsWpf @ commit 43b82fcec052c6186dd417e2d16b15bd5c96641a diff --git a/src/Tools/AssemblyRenamerCLI/readme.md b/src/Tools/AssemblyRenamerCLI/readme.md index 2508f2d227a..29d0d55e5c5 100644 --- a/src/Tools/AssemblyRenamerCLI/readme.md +++ b/src/Tools/AssemblyRenamerCLI/readme.md @@ -15,7 +15,7 @@ This tool's exe is not copied into Dynamo's main bin folder, it will be built lo ### note - whitepace included for easy reading - remove new lines in actual use. ``` .\AssemblyRenamerCLI.exe -i ..\..\originalBinaries\Microsoft.Xaml.Behaviors.dll - -o C:\Users\kirschm\Documents\Dynamo\extern\Microsoft.Xaml.Behaviors + -o C:\Users\[username]\Documents\Dynamo\extern\Microsoft.Xaml.Behaviors -t Microsoft -r Dynamo.Microsoft ```