Skip to content

Commit

Permalink
Modify package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Railway committed Jul 14, 2023
1 parent 8bc4fbb commit b87c6be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MauiAudio/MauiAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<PackageProjectUrl>https://github.com/BeautifulPilgrim/MauiAudio</PackageProjectUrl>
<RepositoryUrl>https://github.com/BeautifulPilgrim/MauiAudio</RepositoryUrl>
<Description>MauiAudio-Cross platform audio plugin for MAUI</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -59,4 +61,14 @@
<ItemGroup>
<MauiImage Include="Platforms\Android\Resources\drawable\music.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit b87c6be

Please sign in to comment.