Skip to content

Commit

Permalink
Update Plugin.Maui.Audio.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Feb 13, 2024
1 parent f72d4b4 commit 020dfcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugin.Maui.Audio/Plugin.Maui.Audio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<DebugType>portable</DebugType>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<!-- iOS & MacCatalyst -->
Expand Down Expand Up @@ -76,5 +77,6 @@
<!-- Package additions -->
<ItemGroup>
<None Include="..\..\nuget.png" PackagePath="icon.png" Pack="true" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 020dfcc

Please sign in to comment.