Update README with branded header and documentation links

- 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 <noreply@anthropic.com>
This commit is contained in:
David Friedel 2025-12-27 11:08:28 +00:00
parent faeed880f0
commit 8fc416580f
1 changed files with 43 additions and 7 deletions

View File

@ -1,9 +1,30 @@
# IronNotify.Client
<p align="center">
<a href="https://ironnotify.com">
<img src="https://ironnotify.com/logo.png" alt="IronNotify" width="120" />
</a>
</p>
Event notification SDK for .NET applications. Send alerts via push, email, SMS, webhooks, and in-app notifications with offline queue support.
<h1 align="center">IronNotify SDK for .NET</h1>
[![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)
<p align="center">
<strong>Event notifications and alerts for .NET applications</strong>
</p>
<p align="center">
<a href="https://www.nuget.org/packages/IronNotify.Client"><img src="https://img.shields.io/nuget/v/IronNotify.Client.svg" alt="NuGet"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
</p>
<p align="center">
<a href="https://ironnotify.com">Website</a>
<a href="https://ironnotify.com/docs">Documentation</a>
<a href="https://ironnotify.com/docs/dotnet">.NET Guide</a>
<a href="https://git.marketally.com/ironservices">Git</a>
</p>
---
**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<NotifyClient>(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