From c962ddb6354a5d03ca08f8c178d7eed071ce9a38 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sat, 27 Dec 2025 11:08:29 +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 1ab8d15..d7c6f15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronLicensing.Client +

+ + IronLicensing + +

-Software licensing SDK for .NET MAUI applications. Add license validation, activation management, feature gating, and trial support to your apps. +

IronLicensing SDK for .NET

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

+ Software licensing and activation for .NET applications +

+ +

+ NuGet + License: MIT +

+ +

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

+ +--- + +**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