Skip to content

Commit ddc53bd

Browse files
committed
Add package metadata
1 parent af51d81 commit ddc53bd

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
1+
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
@@ -15,6 +15,33 @@
1515
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
1616
</PropertyGroup>
1717

18+
<PropertyGroup>
19+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
20+
<Title>Files UI Controls</Title>
21+
<Authors>yaira, files-community, mdta</Authors>
22+
<Company>Files Community</Company>
23+
<Copyright>Copyright (c) 2024 Files Community</Copyright>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
25+
<RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl>
26+
<RepositoryType>git</RepositoryType>
27+
<PackageTags>files, files-community</PackageTags>
28+
<Description>Stunningly designed UI controls to enhance the experience of organizing files and folders.</Description>
29+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
30+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
31+
<IncludeSymbols>True</IncludeSymbols>
32+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
33+
<!--Version>{version}</Version>-->
34+
<PackageProjectUrl>https://files.community</PackageProjectUrl>
35+
<PackageIcon>StoreLogo.scale-400.png</PackageIcon>
36+
</PropertyGroup>
37+
38+
<ItemGroup>
39+
<None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png">
40+
<Pack>True</Pack>
41+
<PackagePath>\</PackagePath>
42+
</None>
43+
</ItemGroup>
44+
1845
<ItemGroup>
1946
<PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
2047
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.241107002" />

0 commit comments

Comments
 (0)