Skip to content

Commit f2450f0

Browse files
committed
Fix readme warning
1 parent b08e798 commit f2450f0

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/MediatR.Extensions.FluentValidation.AspNetCore/MediatR.Extensions.FluentValidation.AspNetCore.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
<Authors>Mateusz Przybylek</Authors>
66
<Copyright>Copyright (c) Mateusz Przybylek</Copyright>
77
<Description>MediatR intgration with FluentValidation validation library using ASP.NET Core.</Description>
8+
<RepositoryType>git</RepositoryType>
89
<RepositoryUrl>https://github.com/GetoXs/MediatR.Extensions.FluentValidation.AspNetCore.git</RepositoryUrl>
910
<PackageProjectUrl>https://github.com/GetoXs/MediatR.Extensions.FluentValidation.AspNetCore</PackageProjectUrl>
10-
<RepositoryType>git</RepositoryType>
1111
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1212
<PackageTags>mediatr,FluentValidation,asp,dot,net.core</PackageTags>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14-
<Version>4.0.0</Version>
1514
<PackageIcon>logo.png</PackageIcon>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<DebugType>embedded</DebugType>
1717
<Configurations>Debug;Release;SignAndRelease</Configurations>
18+
<Version>4.0.0</Version>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)' == 'SignAndRelease'">
@@ -31,10 +32,8 @@
3132
</ItemGroup>
3233

3334
<ItemGroup>
34-
<None Include="logo.png">
35-
<Pack>True</Pack>
36-
<PackagePath></PackagePath>
37-
</None>
35+
<None Include="logo.png" Pack="true" PackagePath="\" />
36+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
3837
</ItemGroup>
3938

4039
</Project>

0 commit comments

Comments
 (0)