Oscore.Maui.Android.InAppUpdates 1.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Oscore.Maui.Android.InAppUpdates --version 1.1.0
NuGet\Install-Package Oscore.Maui.Android.InAppUpdates -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oscore.Maui.Android.InAppUpdates" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oscore.Maui.Android.InAppUpdates --version 1.1.0
#r "nuget: Oscore.Maui.Android.InAppUpdates, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Oscore.Maui.Android.InAppUpdates as a Cake Addin
#addin nuget:?package=Oscore.Maui.Android.InAppUpdates&version=1.1.0

// Install Oscore.Maui.Android.InAppUpdates as a Cake Tool
#tool nuget:?package=Oscore.Maui.Android.InAppUpdates&version=1.1.0

Maui.Android.InAppUpdates

Nuget package CI/CD License: MIT

NuGet package that implementing Android In-App Updates for MAUI with debugging capabilities. Flexible

Usage

  • Add NuGet package to your project:
<PackageReference Include="Oscore.Maui.Android.InAppUpdates" Version="1.0.0" />
  • Add the following to your MauiProgram.cs CreateMauiApp method:
builder
    .UseMauiApp<App>()
+   .UseAndroidInAppUpdates()
    .ConfigureFonts(fonts =>
    {
        fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
        fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
    });

Notes

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.2 is compatible.  net8.0-macos was computed.  net8.0-tizen8.0 is compatible.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 868 3/7/2024
1.0.4 194 2/23/2024
1.0.3 78 2/23/2024
1.0.2 124 2/16/2024
1.0.1 105 2/16/2024
1.0.0 1,413 1/2/2024
0.9.1 638 12/13/2023
0.9.0 167 12/11/2023