Cocos2D-Mono.Android 2.5.0

dotnet add package Cocos2D-Mono.Android --version 2.5.0
                    
NuGet\Install-Package Cocos2D-Mono.Android -Version 2.5.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="Cocos2D-Mono.Android" Version="2.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cocos2D-Mono.Android" Version="2.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.Android" />
                    
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 Cocos2D-Mono.Android --version 2.5.0
                    
#r "nuget: Cocos2D-Mono.Android, 2.5.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.
#addin nuget:?package=Cocos2D-Mono.Android&version=2.5.0
                    
Install Cocos2D-Mono.Android as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.Android&version=2.5.0
                    
Install Cocos2D-Mono.Android as a Cake Tool

Cocos2D-Mono for Android

Product Compatible and additional computed target framework versions.
.NET Framework net 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
2.5.0 93 2 months ago
2.4.8.3 45 3 months ago
2.4.8.2 96 4 months ago
2.4.8.1 101 5 months ago
2.4.8 100 6 months ago
2.4.7.18 103 6 months ago
2.4.7.17 137 7 months ago
2.4.7.16 130 7 months ago
2.4.7.15 136 8 months ago
2.4.7.14 89 8 months ago
2.4.7.13 95 8 months ago
2.4.7.12 86 8 months ago
2.4.7.11 80 8 months ago
2.4.7.10 85 8 months ago
2.4.7.9 73 8 months ago
2.4.7.8 123 8 months ago
2.4.7.7 121 9 months ago
2.4.7.6 121 9 months ago
2.4.7.5 127 5/23/2024
2.4.7.4 100 5/13/2024
2.4.7.3 135 4/7/2024
2.4.7.2 118 3/31/2024
2.4.7.1 143 3/3/2024
2.4.7 145 2/22/2024
2.4.6.4 137 2/17/2024
2.4.6.3 147 2/10/2024
2.4.6.2 127 2/4/2024
2.4.6.1 114 1/28/2024
2.4.6 176 12/24/2023
2.4.5.4 193 11/19/2023
2.4.5.3 122 11/8/2023
2.4.5.2 156 10/18/2023
2.4.5.1 154 10/12/2023
2.4.5 164 10/1/2023
2.4.4.6 136 9/22/2023
2.4.4.5 168 9/13/2023
2.4.4.4 155 8/25/2023
2.4.4.3 155 8/24/2023
2.4.4.2 159 8/22/2023
2.4.4.1 146 8/17/2023
2.4.4 155 8/9/2023
2.4.3 174 8/5/2023
2.4.2 174 7/8/2023
2.4.1 195 4/22/2023
2.4.0 245 3/5/2023
2.3.12 362 11/17/2022
2.3.11 432 8/29/2022
2.3.10 433 7/27/2022
2.3.9 435 6/11/2022
2.3.8 485 2/4/2021
2.3.7 654 8/12/2019
2.3.6 720 6/3/2019
2.3.5.1 651 4/5/2019
2.3.5 642 3/31/2019

- Upgrade to .NET 8
- Support for MonoGame 3.8.2
- Linux platform support
- macOS platform support
- Removal for UWP platform
- Support for iOS 18
- Support for Android 34
- Fixes for DesktopGL crashing when using System Label for Linux and macOS
- Null reference check in CCNode.Visit()
- CCDrawManager reset width and height on Init
- Remove early config init during CCLabel init
- Add method to set atlas texture size for CCLabel