Skip to content

Commit e0032d6

Browse files
committed
Add package README
1 parent ddc53bd commit e0032d6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

Lines changed: 8 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>
@@ -53,4 +53,11 @@
5353
<ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
5454
</ItemGroup>
5555

56+
<ItemGroup>
57+
<None Update="README.md">
58+
<Pack>True</Pack>
59+
<PackagePath>\</PackagePath>
60+
</None>
61+
</ItemGroup>
62+
5663
</Project>

src/Files.App.Controls/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 📁 Files UI Controls
2+
3+
##### Stunningly designed UI controls to enhance the experience of organizing files and folders.
4+
5+
---
6+
7+
This package contains various controls for the [Files app](https://files.community), including `ThemedIcon`, `Toolbar` and various storage controls.
8+
It is available [on NuGet](https://www.nuget.org/packages/Files.App.Controls), however is unlisted and can only be installed by manually typing the package name and version number into the MSBuild project file.
9+
10+
Please do not open issues on the Files repository about this package, as it is not officially supported by the Files team and is kept online for reference.
11+
If you have questions about the design or implementation of these controls, please ask [on Discord](https://discord.gg/files).

0 commit comments

Comments
 (0)