Skip to content

Commit

Permalink
Fix URL for package source
Browse files Browse the repository at this point in the history
Packages are no longer on nuget.org, so fix the link to avoid confusion.
  • Loading branch information
drewnoakes authored Oct 9, 2023
1 parent e09b631 commit e1a8a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/extensibility/adding_xaml_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This method is recommended when your rule is "private" to your implementation, l
`IDebugLaunchProvider`. With the MEF export method, CPS will handle adding/removing the rule
the rule for you.

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

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

0 comments on commit e1a8a65

Please sign in to comment.