Skip to content

Commit a476370

Browse files
committed
Bumping version number and adding packageid
1 parent 00d77f2 commit a476370

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/TitleBar/src/CommunityToolkit.WinUI.Controls.TitleBar.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
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>

0 commit comments

Comments
 (0)