Skip to content

Commit 118f6eb

Browse files
committed
The "MarkdownTextBlock" control is now present in the Toolbox
The MarkdownTextBlock's Assembly entry in the VS manifest is wrong, which is why the control was not present in the Toolbox. By simply updating to the correct Assembly Name lets the "MarkdownTextBlock" control to be validated and listed in the Visual Studio Toolbox.
1 parent 794b295 commit 118f6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Markdown/VisualStudioToolsManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<FileList>
2-
<File Reference="Microsoft.Toolkit.Uwp.UI.Controls.MarkdownTextBlock.dll">
2+
<File Reference="Microsoft.Toolkit.Uwp.UI.Controls.Markdown.dll">
33
<ToolboxItems VSCategory="Windows Community Toolkit" BlendCategory="Windows Community Toolkit">
44
<Item Type="Microsoft.Toolkit.Uwp.UI.Controls.MarkdownTextBlock" />
55
</ToolboxItems>

0 commit comments

Comments
 (0)