AngryMonkey.CloudApp 1.2.1

dotnet add package AngryMonkey.CloudApp --version 1.2.1
                    
NuGet\Install-Package AngryMonkey.CloudApp -Version 1.2.1
                    
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="AngryMonkey.CloudApp" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AngryMonkey.CloudApp" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="AngryMonkey.CloudApp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AngryMonkey.CloudApp --version 1.2.1
                    
#r "nuget: AngryMonkey.CloudApp, 1.2.1"
                    
#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.
#:package AngryMonkey.CloudApp@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AngryMonkey.CloudApp&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=AngryMonkey.CloudApp&version=1.2.1
                    
Install as a Cake Tool

CloudApp

Website GitHub repository .NET

Two .NET 10 application foundation packages for Angry Monkey Cloud web and .NET MAUI projects. Shared navigation abstractions and WebNavigationService live together in the main package; MauiNavigationService remains isolated in its own package.

Packages

Package Version Downloads Purpose
AngryMonkey.CloudApp NuGet Downloads Shared navigation foundations and browser integration
AngryMonkey.CloudApp.Maui NuGet Downloads .NET MAUI Blazor Hybrid integration

Package migration

Previous package Replacement
AngryMonkey.CloudApp.Shared AngryMonkey.CloudApp
AngryMonkey.CloudApp.Web AngryMonkey.CloudApp
AngryMonkey.CloudApp.Mobile AngryMonkey.CloudApp.Maui

Both packages use the AngryMonkey.CloudApp namespace for a consistent developer experience. The concrete WebNavigationService and MauiNavigationService names make the selected platform explicit, while the MAUI package references the main package for the shared contracts and base implementation.

Development

The repository targets .NET 10. Restore and build the solution with the .NET SDK:

dotnet restore CloudApp.slnx
dotnet build CloudApp.slnx --configuration Release --no-restore

Angry Monkey Cloud

CloudApp is part of the Angry Monkey Cloud open-source ecosystem. Follow the shared AI development instructions and browse the GitHub organization for related projects.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AngryMonkey.CloudApp:

Package Downloads
AngryMonkey.CloudApp.Maui

Package Description

AngryMonkey.CloudLogin

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 74 7/15/2026
1.2.0 48 7/15/2026