File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1111
1212 <!-- Sets this up as a toolkit component's source project -->
1313 <Import Project =" $(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
14+
15+ <PropertyGroup >
16+ <PackageId >$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId >
17+ </PropertyGroup >
1418</Project >
Original file line number Diff line number Diff line change 1010 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1111 </PropertyGroup >
1212
13+ <PropertyGroup >
14+ <PackageId >$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId >
15+ </PropertyGroup >
16+
1317 <!-- Sets this up as a toolkit component's source project -->
1418 <Import Project =" $(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
1519 <ItemGroup >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ToolkitComponentName >TitleBar</ToolkitComponentName >
44 <Description >This package contains TitleBar.</Description >
5- <Version >0.0.1 </Version >
5+ <Version >0.0.2 </Version >
66
77 <!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
88 <RootNamespace >CommunityToolkit.WinUI.Controls.TitleBarRns</RootNamespace >
99 </PropertyGroup >
1010
1111 <!-- Sets this up as a toolkit component's source project -->
1212 <Import Project =" $(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
13+
14+ <PropertyGroup >
15+ <PackageId >$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId >
16+ </PropertyGroup >
1317</Project >
You can’t perform that action at this time.
0 commit comments