Skip to content

Commit 95243d3

Browse files
authored
Merge pull request #3 from pwshdevs/fixing-readme
Merging main to develop
2 parents d280bf7 + 52c72ad commit 95243d3

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.0.1] UnReleased
8+
## [1.0.1] Released
99

1010
- Fixing issue with powershell 5.1 compiling the c# code.
1111

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# PSFluentObjectValidation: Complete Implementation Guide
22

3-
| GitHub Actions | PS Gallery | License |
4-
|-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------------------------------|
5-
| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license] |
3+
**Github**
4+
5+
[![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] [![GitHub Open Issues Status][github-open-issues-badge]][github-open-issues] [![GitHub Closed Issues Status][github-closed-issues-badge]][github-closed-issues] [![License][license-badge]][license]
6+
7+
**PSGallery**
8+
9+
[![PowerShell Gallery][psgallery-badge]][psgallery] [![PSGallery Version][psgallery-version-badge]][psgallery]
610

711
## General Overview
812

@@ -269,10 +273,15 @@ Based on 10,000 iterations with corrected V3-compatible scenario testing:
269273
| **Deep Array Access** ||||| `products[0].category.name` |
270274
| **Error Handling** | Basic | Basic | Enhanced | Advanced | Bounds checking, null safety |
271275

272-
[github-actions-badge]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/CI.yaml/badge.svg
273-
[github-actions-badge-publish]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/publish.yaml/badge.svg
276+
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/pwshdevs/PSFluentObjectValidation/CI.yaml?label=build&style=for-the-badge
277+
[github-actions-badge-publish]: https://img.shields.io/github/actions/workflow/status/pwshdevs/PSFluentObjectValidation/publish.yaml?label=publish&style=for-the-badge
274278
[github-actions-build]: https://github.com/pwshdevs/PSFluentObjectValidation/actions
275-
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/PSFluentObjectValidation.svg
279+
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/PSFluentObjectValidation?label=downloads&style=for-the-badge
276280
[psgallery]: https://www.powershellgallery.com/packages/PSFluentObjectValidation
277-
[license-badge]: https://img.shields.io/github/license/pwshdevs/PSFluentObjectValidation.svg
281+
[psgallery-version-badge]: https://img.shields.io/powershellgallery/v/PSFluentObjectValidation?label=version&style=for-the-badge
282+
[license-badge]: https://img.shields.io/github/license/pwshdevs/PSFluentObjectValidation?style=for-the-badge
278283
[license]: https://raw.githubusercontent.com/pwshdevs/PSFluentObjectValidation/main/LICENSE
284+
[github-open-issues-badge]: https://img.shields.io/github/issues/pwshdevs/PSFluentObjectValidation?style=for-the-badge
285+
[github-closed-issues-badge]: https://img.shields.io/github/issues-closed/pwshdevs/PSFluentObjectValidation?style=for-the-badge
286+
[github-closed-issues]: https://github.com/pwshdevs/PSFluentObjectValidation/issues?q=is%3Aissue%20state%3Aclosed
287+
[github-open-issues]: https://github.com/pwshdevs/PSFluentObjectValidation/issues

0 commit comments

Comments
 (0)