From 8568f0d4f0b7f004df3296678cca43df548555b1 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 24 May 2024 21:22:19 -0700 Subject: [PATCH] add in --- .gitignore | 1 + README.md | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c0b20d2..0b3c7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # Build results .idea/ +src/.idea/ [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ diff --git a/README.md b/README.md index 49d18be..7b7733b 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,11 @@ Get started by reading through the [In-App Billing Plugin documentation](https:/ |Platform|Version| | ------------------- | :------------------: | -|Xamarin.iOS & iOS for .NET|10+| -|Xamarin.Mac, macOS for .NET, macCatlyst for .NET |All| -|Xamarin.TVOS, tvOS for .NET|10.13.2| -|Xamarin.Android, Android for .NET|21+| -|Windows 10 UWP|10+| +|iOS for .NET|10+| +|macCatlyst for .NET |All| +|tvOS for .NET|10.13.2| +|Android for .NET|21+| |Windows App SDK (WinUI 3) |10+| -|Xamarin.Forms|All| |.NET MAUI|All| ### Created By: [@JamesMontemagno](http://github.com/jamesmontemagno)