Skip to content

Commit

Permalink
[+] README.md for Nuget upload
Browse files Browse the repository at this point in the history
[+] Buy me a Coffee
  • Loading branch information
anton-martyniuk committed Nov 22, 2023
1 parent 21da7ed commit d3b428b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,13 @@ RuleFor(x => x.UrlValue).IsRelativeUrl();
## Acknowledgments

A big shoutout to the original [FluentValidation](https://github.com/FluentValidation/FluentValidation) library and its author for creating such a fantastic library. This package is built upon the foundation laid by the original library, and I am very grateful for the inspiration and the work put into it. Thank you!

## Support My Work :star2:

If you find this package helpful, consider supporting my work by buying me a coffee :coffee:!\
Your support is greatly appreciated and helps me continue developing and maintaining this project.\
You can also give me a :star: on github to make my package more relevant to others.

[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/antonmartyniuk)

Thank you for your support!
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,23 @@
<Description>A big set of custom validators for a FluentValidation library for .NET that uses a fluent interface to construct strongly-typed validation rules.</Description>
<PackageTags>validation, validators, fluentvalidation, extensions</PackageTags>
<RepositoryUrl>https://github.com/anton-martyniuk/Modern.FluentValidation.Extensions</RepositoryUrl>
<PackageLicenseUrl>https://github.com/anton-martyniuk/Modern.FluentValidation.Extensions/blob/main/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.8.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

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

<Target Name="PostPackNugetDeploy" AfterTargets="Pack" Condition="'$(Configuration)'=='Release'">
<Exec Command="dotnet nuget push -s nuget.org &quot;$(ProjectDir)bin\$(Configuration)\$(PackageId).$(PackageVersion).nupkg&quot;" />
</Target>
Expand Down

0 comments on commit d3b428b

Please sign in to comment.