Skip to content

Commit

Permalink
add workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Nov 1, 2023
1 parent 71c5573 commit 30bcca1
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# aqua-tools

| package | doc | nuget | myget |
| :--- | :--- | :--- | :--- |
| **aqua.tool.Validation** | [readme](aqua.tool.Validation/README.md) | [![NuGet Badge][1]][2] | [![MyGet Pre Release][3]][4] |
[![Github Workflow][1]][2]

### Deprecated
| package | doc | nuget | myget |
| :--- | :--- | :--- | :--- |
| **aqua.tool.Validation** | [readme](aqua.tool.Validation/README.md) | [![NuGet Badge][3]][4] | [![MyGet Pre Release][5]][6] |

## Deprecated Packages

Former polyfill packages have been deprecated in favor of [PolySharp][PolySharp]:

- aqua.tool.polyfill.CallerArgumentExpression
- aqua.tool.polyfill.IsExternalInit
- aqua.tool.polyfill.Nullable
- aqua.tool.polyfill.RequiresPreviewFeatures
- aqua.tool.polyfill.StackTraceHidden

[1]: https://buildstats.info/nuget/aqua.tool.Validation?includePreReleases=true
[2]: http://www.nuget.org/packages/aqua.tool.Validation
[3]: http://img.shields.io/myget/aqua/vpre/aqua.tool.Validation.svg?style=flat-square&label=myget
[4]: https://www.myget.org/feed/aqua/package/nuget/aqua.tool.Validation
[1]: https://github.com/6bee/aqua-tools/actions/workflows/publish.yml/badge.svg
[2]: https://github.com/6bee/aqua-tools/actions/workflows/publish.yml
[3]: https://buildstats.info/nuget/aqua.tool.Validation?includePreReleases=true
[4]: https://www.nuget.org/packages/aqua.tool.Validation
[5]: https://img.shields.io/myget/aqua/vpre/aqua.tool.Validation.svg?style=flat-square&label=myget
[6]: https://www.myget.org/feed/aqua/package/nuget/aqua.tool.Validation

[PolySharp]: https://github.com/Sergio0694/PolySharp

0 comments on commit 30bcca1

Please sign in to comment.