Skip to content

Commit 8da481c

Browse files
authored
Merge pull request #369 from microsoft/fix-package-location
Fix URL for package source
2 parents e09b631 + e1a8a65 commit 8da481c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/extensibility/adding_xaml_rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This method is recommended when your rule is "private" to your implementation, l
8282
`IDebugLaunchProvider`. With the MEF export method, CPS will handle adding/removing the rule
8383
the rule for you.
8484

85-
1. Reference the ProjectSystem SDK Nuget: https://www.nuget.org/packages/Microsoft.VisualStudio.ProjectSystem.SDK.Tools/
85+
1. Reference the ProjectSystem SDK package: https://dev.azure.com/azure-public/vside/_artifacts/feed/vssdk/NuGet/Microsoft.VisualStudio.ProjectSystem.Sdk.Tools
8686

8787
2. Include the rule as `XamlPropertyRule` in your project. This will embed the rule in your assembly (named `XamlRuleToCode:{rule_name}.xaml`)
8888
and optionaly generate a partial class for easy access to the rule.
@@ -221,4 +221,4 @@ public static class PropertyPageContexts
221221
/// </summary>
222222
public const string ConfiguredBrowseObject = "ConfiguredBrowseObject";
223223
}
224-
```
224+
```

0 commit comments

Comments
 (0)