Skip to content

Commit

Permalink
Add Readme To NuGet Package
Browse files Browse the repository at this point in the history
This will resolve that pesky warning from nuget.org!
  • Loading branch information
Axemasta committed Aug 23, 2023
1 parent fe568c5 commit 8328af2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Moq.INavigationService/Moq.INavigationService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RootNamespace>Moq</RootNamespace>
<PackageId>Axemasta.Moq.INavigationService</PackageId>
<Summary>Testing library for Prism.Maui's INavigationService using Moq.</Summary>
<PackageTag>prism,maui,prism.maui,moq,inavigationservice</PackageTag>
<PackageTags>prism,maui,prism.maui,moq,inavigationservice</PackageTags>
<Title>Moq.INavigationService</Title>
<Description>Testing library for Prism.Maui's INavigationService using Moq.</Description>
<Authors>Axemasta</Authors>
Expand All @@ -23,8 +23,16 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/Axemasta/Moq.INavigationService</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Moq" Version="4.20.69"/>
<PackageReference Include="Prism.Maui" Version="8.1.273-pre"/>
Expand Down

0 comments on commit 8328af2

Please sign in to comment.