WinterRose.Monogame 1.1.402

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

A Game framework/engine made by me for me. others can use it if they like. however there is no documentation so you have to figure it all out yourself.

You can not edit the code or distribute this package on other sources (unless used in your project and required for your app of course)

Product 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.

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 112 10/29/2024
1.1.401 136 10/18/2024
1.1.400 127 10/18/2024
1.1.337 119 9/29/2024
1.1.335 152 8/24/2024
1.1.334 119 6/4/2024
1.1.333 125 4/29/2024
1.1.332 138 3/25/2024
1.1.331 134 1/18/2024
1.1.34 125 10/18/2024
1.1.33 119 1/18/2024
1.1.32 117 1/18/2024
1.1.31 127 1/18/2024
1.1.3 117 1/18/2024
1.1.2 127 1/15/2024
1.1.1 129 1/2/2024
1.1.0 102 12/14/2023
1.0.2 95 12/11/2023
1.0.1 100 12/7/2023
1.0.0 77 12/6/2023

fixed a bug where objects would be added infinitely to a chunk.
Fixed bug where coliders could not see the objects around them
Fixed bug where object would be seen as 1x1 pixel size in chunk system

all in all, this made colisions work again