Cocos2D-Mono.Core.Windows
2.5.1
dotnet add package Cocos2D-Mono.Core.Windows --version 2.5.1
NuGet\Install-Package Cocos2D-Mono.Core.Windows -Version 2.5.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="Cocos2D-Mono.Core.Windows" Version="2.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cocos2D-Mono.Core.Windows" Version="2.5.1" />
<PackageReference Include="Cocos2D-Mono.Core.Windows" />
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.Core.Windows --version 2.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cocos2D-Mono.Core.Windows, 2.5.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.
#addin nuget:?package=Cocos2D-Mono.Core.Windows&version=2.5.1
#tool nuget:?package=Cocos2D-Mono.Core.Windows&version=2.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cocos2D-Mono for Core Windows (DX)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- BitMiracle.LibTiff.NET (>= 2.4.639)
- MonoGame.Framework.WindowsDX (>= 3.8.2.1105)
- SharpZipLib (>= 1.3.3)
- System.Drawing.Common (>= 8.0.8)
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.1 | 37 | 4/5/2025 |
2.5.0 | 98 | 1/26/2025 |
2.4.8.3 | 66 | 1/14/2025 |
2.4.8.2 | 108 | 11/25/2024 |
2.4.8.1 | 93 | 10/23/2024 |
2.4.8 | 122 | 10/17/2024 |
2.4.7.18 | 103 | 9/24/2024 |
2.4.7.17 | 134 | 9/9/2024 |
2.4.7.16 | 131 | 8/24/2024 |
2.4.7.15 | 135 | 8/15/2024 |
2.4.7.14 | 92 | 8/5/2024 |
2.4.7.13 | 98 | 8/1/2024 |
2.4.7.12 | 95 | 7/31/2024 |
2.4.7.11 | 83 | 7/29/2024 |
2.4.7.10 | 86 | 7/26/2024 |
2.4.7.9 | 89 | 7/25/2024 |
2.4.7.8 | 116 | 7/22/2024 |
2.4.7.7 | 112 | 7/12/2024 |
2.4.7.6 | 115 | 6/24/2024 |
2.4.7.5 | 132 | 5/23/2024 |
2.4.7.4 | 123 | 5/13/2024 |
2.4.7.3 | 143 | 4/7/2024 |
2.4.7.2 | 143 | 3/31/2024 |
2.4.7.1 | 146 | 3/3/2024 |
2.4.7 | 125 | 2/22/2024 |
- Removed IsFrameDisplayed from CCSprite
- Update usage to IsSpriteFrameDisplayed
- Removed LengthSQ and LengthSquare from CCGeometry
- Update usage to LengthSquared
- Removed DistanceSQ from CCGeometry
- Update usage to DistanceSquared
- Removed OriginalSize from CCSpriteFrame
- Updated usage to ContentSize
- Updated Common Issues
- New Samples for macOS and Linux