Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored May 25, 2024
1 parent 8568f0d commit ad132af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<PackageLicenseUrl>https://github.com/jamesmontemagno/InAppBillingPlugin/blob/master/LICENSE</PackageLicenseUrl>
<Owners>JamesMontemagno</Owners>
<PackageProjectUrl>https://github.com/jamesmontemagno/InAppBillingPlugin</PackageProjectUrl>
<Summary>Xamarin, .NET MAUI, and Windows plugin to In-App Billing.</Summary>
<Summary>.NET MAUI, and Windows plugin to In-App Billing.</Summary>
<PackageTags>.net maui, macos, windows, xamarin, xamarin.forms, android, ios, uwp, windows phone, In-App Billing, purchases, plugin</PackageTags>
<Title>In-App Billing Plugin for .NET MAUI, Xamarin, and Windows</Title>
<Title>In-App Billing Plugin for .NET MAUI and Windows</Title>
<Description>
.NET MAUI, Xamarin, and Windows Plugin to In-App Billing. Get item information, purchase items, and restore purchases with a cross-platform API.
.NET MAUI and Windows Plugin to In-App Billing. Get item information, purchase items, and restore purchases with a cross-platform API.
Read the full documenation on the projects page.
</Description>
<Copyright>Copyright 2024</Copyright>
Expand Down Expand Up @@ -65,14 +65,14 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('-windows')) ">
<Compile Include="**\*.windows.cs"/>
<Compile Include="**\*.uwp.cs"/>
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
<Compile Include="**\*.android.cs"/>
<PackageReference Include="Microsoft.Maui.Essentials" Version="$(MauiVersion)" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.1.0.1"/>
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.17"/>
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.1.0.2"/>
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.19"/>
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('-ios')) ">
Expand Down

0 comments on commit ad132af

Please sign in to comment.