From f5417e99cca6ee2aa42f12f4256b49f9ec129401 Mon Sep 17 00:00:00 2001 From: Mario Alberto Arce Date: Wed, 22 Jul 2026 21:10:39 -0600 Subject: [PATCH] docs(readme): add official website references and badge - Add a website badge near the project status badges - Add a prominent official website link in the project introduction - Add the official website to the support section links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 649a21f..879f779 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp](https://img.shields.io/badge/PowerCSharp-v2.0.0-blue.svg)](https://github.com/marioarce/PowerCSharp) +[![Website](https://img.shields.io/badge/website-powercsharp.net-blue.svg)](https://powercsharp.net/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://github.com/marioarce/PowerCSharp/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/marioarce/PowerCSharp/actions) [![codecov](https://codecov.io/gh/marioarce/PowerCSharp/branch/main/graph/badge.svg)](https://codecov.io/gh/marioarce/PowerCSharp) @@ -11,6 +12,8 @@ Enhanced C# extension methods and utilities for .NET developers +🌐 **Official website:** [https://powercsharp.net/](https://powercsharp.net/) + [![NuGet](https://img.shields.io/nuget/v/PowerCSharp.Core.svg)](https://www.nuget.org/packages/PowerCSharp.Core) [![NuGet](https://img.shields.io/nuget/v/PowerCSharp.Extensions.svg)](https://www.nuget.org/packages/PowerCSharp.Extensions) [![NuGet](https://img.shields.io/nuget/v/PowerCSharp.Extensions.AspNetCore.svg)](https://www.nuget.org/packages/PowerCSharp.Extensions.AspNetCore) @@ -496,6 +499,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## 📞 Support +- 🌐 [Official Website](https://powercsharp.net/) - 🐛 [Report Issues](https://github.com/marioarce/PowerCSharp/issues) - 💡 [Feature Requests](https://github.com/marioarce/PowerCSharp/discussions) - 📧 [Email Support](mailto:support@example.com)