Skip to content

Commit

Permalink
Update App properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroDriven committed Sep 19, 2022
1 parent 36e24c0 commit 0e2f411
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Pocket_Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<ApplicationIcon>Resources\app_icon.ico</ApplicationIcon>
<Authors>RetroDriven and mattpannella</Authors>
<Product>Pocket Updater</Product>
<PackageProjectUrl>https://github.com/RetroDriven/Pocket_Updater</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/RetroDriven/Pocket_Updater</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyName>Pocket Updater</AssemblyName>
<Description>Windows GUI Application to Update Cores for the Analogue Pocket</Description>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,4 +41,11 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 0e2f411

Please sign in to comment.