WinterRose.Monogame
1.1.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WinterRose.Monogame --version 1.1.2
NuGet\Install-Package WinterRose.Monogame -Version 1.1.2
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="WinterRose.Monogame" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinterRose.Monogame --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WinterRose.Monogame, 1.1.2"
#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 WinterRose.Monogame as a Cake Addin #addin nuget:?package=WinterRose.Monogame&version=1.1.2 // Install WinterRose.Monogame as a Cake Tool #tool nuget:?package=WinterRose.Monogame&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
No changes. updated package to work with the latest WinterRose update. given WinterRose 1.3.3.1 was deprecated due to wrong version numbering.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- ImGui.NET (>= 1.89.9.4)
- Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
- MonoGame.Framework.WindowsDX (>= 3.8.1.303)
- SpriteFontPlus (>= 0.9.2)
- WinterRose (>= 1.0.2)
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.402 | 68 | 10/29/2024 |
1.1.401 | 106 | 10/18/2024 |
1.1.400 | 100 | 10/18/2024 |
1.1.337 | 98 | 9/29/2024 |
1.1.335 | 126 | 8/24/2024 |
1.1.334 | 103 | 6/4/2024 |
1.1.333 | 104 | 4/29/2024 |
1.1.332 | 120 | 3/25/2024 |
1.1.331 | 117 | 1/18/2024 |
1.1.34 | 97 | 10/18/2024 |
1.1.33 | 102 | 1/18/2024 |
1.1.32 | 100 | 1/18/2024 |
1.1.31 | 105 | 1/18/2024 |
1.1.3 | 101 | 1/18/2024 |
1.1.2 | 112 | 1/15/2024 |
1.1.1 | 112 | 1/2/2024 |
1.1.0 | 87 | 12/14/2023 |
1.0.2 | 79 | 12/11/2023 |
1.0.1 | 81 | 12/7/2023 |
1.0.0 | 61 | 12/6/2023 |
Introduced a new class 'Application' of which your main game class should inherit from. you must implement just one method to load a first world. all other things are done behind the scenes.
further there is now a WorldTemplate class to inherit from should you desire to have your world templates in code rather than a text file