Skip to content

Commit

Permalink
Merge pull request #12 from bnotech/bugfix/nuget-8.0
Browse files Browse the repository at this point in the history
Fix: README in package
  • Loading branch information
bnoffer authored Jan 14, 2025
2 parents ae22196 + d676357 commit 86662f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Matomo.Maui/Matomo.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Copyright>©Copyright 2025, BNO Technology Solutions e.K.</Copyright>
<Tags>Matomo Piwik MAUI Analytics</Tags>
<PackageReadmeFile>README.md</PackageReadmeFile>

<PackageLicenseUrl>https://github.com/bnotech/Matomo.Maui/blob/main/LICENSE.md</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-ios|AnyCPU'">
Expand All @@ -37,6 +37,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="..\readme.md" Pack="true" PackagePath="\"/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 86662f6

Please sign in to comment.