Skip to content

Commit

Permalink
docs: Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Dec 11, 2023
1 parent d58a3a2 commit dca105a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maui.Android.InAppUpdates
An example of implementing Android In-App Updates within a MAUI application with debugging capabilities.
Also available as a NuGet package if you don't need customization.
Sample application and NuGet package that implementing Android In-App Updates
within a MAUI application with debugging capabilities.

# Usage
- Add NuGet package to your project:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<UseMaui>true</UseMaui>
<NoWarn>$(NoWarn);CA1031;CA2000</NoWarn>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>Sample application and NuGet package that implementing Android In-App Updates within a MAUI application with debugging capabilities</Description>
<PackageTags>maui;android;in-app-updates;updates;in-app;net8;dotnet;csharp</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
Expand Down

0 comments on commit dca105a

Please sign in to comment.