WinterRose 1.0.330

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinterRose --version 1.0.330                
NuGet\Install-Package WinterRose -Version 1.0.330                
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" Version="1.0.330" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinterRose --version 1.0.330                
#r "nuget: WinterRose, 1.0.330"                
#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 as a Cake Addin
#addin nuget:?package=WinterRose&version=1.0.330

// Install WinterRose as a Cake Tool
#tool nuget:?package=WinterRose&version=1.0.330                

As the previous version added collection syntax, and collection index getting. this update adds index collection setting. It allows overriding and adding an item if the provided index is strictly 1 more than the collection length, eg: "nums = [1, 2, 3]; nums[3] = 4;"

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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 WinterRose:

Package Downloads
WinterRose.Monogame

A framework on top of the Monogame framework made by and for myself. however you can use it for yourself aswell. there is no documentation so youll have to figure it out by trial and error

WinterRose.ImGui

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.332 115 10/14/2024
1.0.331 92 10/10/2024
1.0.330 86 10/9/2024
1.0.326 90 10/8/2024
1.0.325 91 9/27/2024
1.0.324 96 9/25/2024
1.0.323 155 8/24/2024
1.0.321 132 6/4/2024
1.0.320 120 4/29/2024
1.0.319 136 3/6/2024
1.0.318 121 3/2/2024
1.0.317 110 1/25/2024
1.0.316 111 1/23/2024
1.0.315 113 1/23/2024
1.0.314 114 1/22/2024
1.0.313 109 1/19/2024
1.0.312 110 1/18/2024
1.0.311 122 1/18/2024
1.0.31 113 1/18/2024
1.0.3 108 1/18/2024
1.0.2 133 1/4/2024
1.0.1 135 1/4/2024

Fixes a critical issue with the WinterThorn language where using the 'variables' section in a file with multiple classes would mess up the rest of the code