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:
parent
e407dd4de2
commit
c962ddb635
50
README.md
50
README.md
|
|
@ -1,9 +1,30 @@
|
|||
# IronLicensing.Client
|
||||
<p align="center">
|
||||
<a href="https://ironlicensing.com">
|
||||
<img src="https://ironlicensing.com/logo.png" alt="IronLicensing" width="120" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Software licensing SDK for .NET MAUI applications. Add license validation, activation management, feature gating, and trial support to your apps.
|
||||
<h1 align="center">IronLicensing SDK for .NET</h1>
|
||||
|
||||
[](https://www.nuget.org/packages/IronLicensing.Client)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
<p align="center">
|
||||
<strong>Software licensing and activation for .NET applications</strong>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.nuget.org/packages/IronLicensing.Client"><img src="https://img.shields.io/nuget/v/IronLicensing.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://ironlicensing.com">Website</a> •
|
||||
<a href="https://ironlicensing.com/docs">Documentation</a> •
|
||||
<a href="https://ironlicensing.com/docs/dotnet">.NET Guide</a> •
|
||||
<a href="https://git.marketally.com/ironservices">Git</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
**IronLicensing** helps you protect your software with flexible licensing, activations, and feature management. Built for developers who want simple, powerful licensing without the complexity.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -195,10 +216,25 @@ await _license.ClearCacheAsync();
|
|||
| macOS (Catalyst) | 15.0 |
|
||||
| Windows | 10.0.17763.0 |
|
||||
|
||||
## Links
|
||||
## Documentation
|
||||
|
||||
- [Documentation](https://www.ironlicensing.com/docs)
|
||||
- [Dashboard](https://www.ironlicensing.com)
|
||||
For complete documentation, visit [ironlicensing.com/docs](https://ironlicensing.com/docs).
|
||||
|
||||
## Other SDKs
|
||||
|
||||
| Platform | Package |
|
||||
|----------|---------|
|
||||
| JavaScript/TypeScript | [@ironservices/licensing](https://git.marketally.com/ironservices/ironlicensing-js) |
|
||||
| Python | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-python) |
|
||||
| Go | [ironlicensing-go](https://git.marketally.com/ironservices/ironlicensing-go) |
|
||||
| Java | [ironlicensing-java](https://git.marketally.com/ironservices/ironlicensing-java) |
|
||||
| Rust | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-rust) |
|
||||
|
||||
## Support
|
||||
|
||||
- **Documentation**: [ironlicensing.com/docs](https://ironlicensing.com/docs)
|
||||
- **Email**: dev@ironservices.io
|
||||
- **Issues**: [git.marketally.com/ironservices/ironlicensing-dotnet/issues](https://git.marketally.com/ironservices/ironlicensing-dotnet/issues)
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue