Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jul 28, 2023
1 parent 2645a57 commit 58c14bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
12 changes: 6 additions & 6 deletions NUGET_README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![GitHub contributors](https://img.shields.io/github/contributors/DevuysCode/XValid)
![GitHub issues](https://img.shields.io/github/issues/DevuysCode/XValid)
![GitHub](https://img.shields.io/github/license/DevuysCode/XValid)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DevuysCode/XValid/dotnet.yml?branch=main)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/DevuysCode/XValid)
![GitHub contributors](https://img.shields.io/github/contributors/DevyusCode/XValid)
![GitHub issues](https://img.shields.io/github/issues/DevyusCode/XValid)
![GitHub](https://img.shields.io/github/license/DevyusCode/XValid)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DevyusCode/XValid/dotnet.yml?branch=main)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/DevyusCode/XValid)

# XValid - A Simple Validator Library

A simple validator library for various things, such as coordinates, credit cards, domain names, emails, IBANs, IP addresses, ISBNs, and more.

[View documentation »](https://dev.peyronnet.group/xvalid/) · [Report Bug](https://github.com/DevuysCode/XValid/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) · [Request Feature](https://github.com/DevuysCode/XValid/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=%5BEnhancement%5D+)
[View documentation »](https://dev.peyronnet.group/xvalid/) · [Report Bug](https://github.com/DevyusCode/XValid/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+) · [Request Feature](https://github.com/DevyusCode/XValid/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=%5BEnhancement%5D+)

## Features

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# XValid - A Simple Validator Library

![GitHub contributors](https://img.shields.io/github/contributors/DevuysCode/XValid)
![GitHub issues](https://img.shields.io/github/issues/DevuysCode/XValid)
![GitHub](https://img.shields.io/github/license/DevuysCode/XValid)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DevuysCode/XValid/dotnet.yml?branch=main)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/DevuysCode/XValid)
![GitHub contributors](https://img.shields.io/github/contributors/DevyusCode/XValid)
![GitHub issues](https://img.shields.io/github/issues/DevyusCode/XValid)
![GitHub](https://img.shields.io/github/license/DevyusCode/XValid)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DevyusCode/XValid/dotnet.yml?branch=main)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/DevyusCode/XValid)

<br />
<br />
<p align="center">
<a href="https://github.com/DevuysCode/XValid">
<a href="https://github.com/DevyusCode/XValid">
<img src=".github/images/logo.png" alt="Logo" width="80" height="80">
</a>

Expand All @@ -20,11 +20,11 @@
<br />
<a href="https://dev.peyronnet.group/xvalid/"><strong>View documentation »</strong></a>
<br />
<a href="https://github.com/DevuysCode/XValid/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+">Report Bug</a>
<a href="https://github.com/DevyusCode/XValid/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+">Report Bug</a>
·
<a href="https://github.com/DevuysCode/XValid/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=%5BEnhancement%5D+">Request Feature</a>
<a href="https://github.com/DevyusCode/XValid/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=%5BEnhancement%5D+">Request Feature</a>
·
<a href="https://github.com/DevuysCode/XValid/issues?q=is%3Aopen+is%3Aissue+label%3Abug">Known Issues</a>
<a href="https://github.com/DevyusCode/XValid/issues?q=is%3Aopen+is%3Aissue+label%3Abug">Known Issues</a>
</p>
</p>

Expand Down
6 changes: 6 additions & 0 deletions XValid/XValid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageProjectUrl>https://dev.peyronnet.group/xvalid/"</PackageProjectUrl>
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\.github\images\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\NUGET_README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 58c14bf

Please sign in to comment.