Skip to content

Commit 4e42800

Browse files
authored
Bumping version number and adding packageid (#719)
* Bumping version number and adding packageid * Adding packageids to OpacityMaskView and Ribbon too
1 parent 4fd5013 commit 4e42800

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
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>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
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>

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)