Skip to content

Commit

Permalink
Remove package ID from Segmented/Shimmer (#400)
Browse files Browse the repository at this point in the history
* Update CommunityToolkit.Labs.WinUI.SegmentedControl.csproj

* Update CommunityToolkit.Labs.WinUI.Shimmer.csproj

* Remove packageID from template
  • Loading branch information
niels9001 authored Mar 10, 2023
1 parent 9d43573 commit c9ad7b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<PropertyGroup>
<ToolkitComponentName>SegmentedControl</ToolkitComponentName>
<PackageId>CommunityToolkit.Labs.$(PackageIdVariant).SegmentedControl</PackageId>
<Description>This package contains SegmentedControl.</Description>
<Version>0.0.2</Version>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<PropertyGroup>
<ToolkitComponentName>Shimmer</ToolkitComponentName>
<PackageId>CommunityToolkit.Labs.$(PackageIdVariant).Shimmer</PackageId>
<Description>This package contains Shimmer.</Description>
<Version>0.0.1</Version>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<PropertyGroup>
<ToolkitComponentName>ProjectTemplate</ToolkitComponentName>
<PackageId>CommunityToolkit.Labs.$(PackageIdVariant).ProjectTemplate</PackageId>
<Description>This package contains ProjectTemplate.</Description>
<Version>0.0.1</Version>

Expand Down

0 comments on commit c9ad7b7

Please sign in to comment.