From 8fc416580f11ca22a374623a5eb296f00df32da3 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sat, 27 Dec 2025 11:08:28 +0000 Subject: [PATCH] Update README with branded header and documentation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add centered logo and title with product branding - Add links to product website and documentation - Add NuGet badge - Add Other SDKs table with cross-references - Add Support section with dev@ironservices.io email - Update repository links to git.marketally.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 88d1ec8..9494f57 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronNotify.Client +

+ + IronNotify + +

-Event notification SDK for .NET applications. Send alerts via push, email, SMS, webhooks, and in-app notifications with offline queue support. +

IronNotify SDK for .NET

-[![NuGet](https://img.shields.io/nuget/v/IronNotify.Client.svg)](https://www.nuget.org/packages/IronNotify.Client) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for .NET applications +

+ +

+ NuGet + License: MIT +

+ +

+ Website • + Documentation • + .NET Guide • + Git +

+ +--- + +**IronNotify** helps you send event notifications and alerts to your users instantly. Built for developers who want simple, powerful notification infrastructure without the complexity. ## Installation @@ -194,10 +215,25 @@ services.AddSingleton(sp => "server.error", "deployment.completed", "backup.finished" ``` -## Links +## Documentation -- [Documentation](https://www.ironnotify.com/docs) -- [Dashboard](https://www.ironnotify.com) +For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/notify](https://git.marketally.com/ironservices/ironnotify-js) | +| Python | [ironnotify](https://git.marketally.com/ironservices/ironnotify-python) | +| Go | [ironnotify-go](https://git.marketally.com/ironservices/ironnotify-go) | +| Java | [ironnotify-java](https://git.marketally.com/ironservices/ironnotify-java) | +| Rust | [ironnotify](https://git.marketally.com/ironservices/ironnotify-rust) | + +## Support + +- **Documentation**: [ironnotify.com/docs](https://ironnotify.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironnotify-dotnet/issues](https://git.marketally.com/ironservices/ironnotify-dotnet/issues) ## License