Skip to content

Commit 7daf20a

Browse files
committed
Update AutoStreamDeck.csproj
1 parent 32ea12e commit 7daf20a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

AutoStreamDeck/AutoStreamDeck.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<Title>AutoStreamDeck</Title>
8+
<Description>An API and framework for automatically generating plugins for the StreamDeck in C#, as well as handling integrating external applications with the stream-deck application.</Description>
9+
<Copyright>MIT LIcensed</Copyright>
10+
<PackageProjectUrl>https://github.com/PowerfulBacon/AutoStreamDeck</PackageProjectUrl>
11+
<PackageReadmeFile>readme.md</PackageReadmeFile>
12+
<RepositoryUrl>https://github.com/PowerfulBacon/AutoStreamDeck</RepositoryUrl>
13+
<RepositoryType>got</RepositoryType>
14+
<PackageTags>streamdeck;streamdecksdk;streamdeck-sdk;streamdeck-tools;streamdeck-plugin;streamdeck-api;streamdeck-plugins;integration;generation;automated</PackageTags>
15+
<AssemblyVersion></AssemblyVersion>
16+
<Authors>PowerfulBacon</Authors>
717
</PropertyGroup>
818

19+
<ItemGroup>
20+
<None Include="..\readme.md">
21+
<Pack>True</Pack>
22+
<PackagePath>\</PackagePath>
23+
</None>
24+
</ItemGroup>
25+
926
<ItemGroup>
1027
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
1128
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />

0 commit comments

Comments
 (0)