WCSharp.Events 2.1.0-rc10

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

// Install WCSharp.Events as a Cake Tool
#tool nuget:?package=WCSharp.Events&version=2.1.0-rc10&prerelease

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#.
The Events package provides various systems for organising events with a focus on efficiency and simplicity. Currently this is limited to periodic and PlayerUnitEvents.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (7)

Showing the top 5 NuGet packages that depend on WCSharp.Events:

Package Downloads
WCSharp.Buffs

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the creation and management of powerful buffs and auras in Warcraft III.

WCSharp.Dummies

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the fetching and recycling of dummy units in Warcraft III.

WCSharp.Missiles

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the creation and management of missiles in Warcraft III.

WCSharp.DateTime

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package defines custom DateTime and TimeSpan classes that can be used in Warcraft III.

WCSharp.Effects

Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package simply allows you to destroy Warcraft III special effects on a delay, primarily to circumvent some Reforged bugs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 110 3/27/2024
3.0.2 91 3/27/2024
3.0.1 104 3/10/2024
3.0.0 227 3/1/2024
3.0.0-rc9 63 2/26/2024
3.0.0-rc8 80 1/6/2024
3.0.0-rc7 87 11/23/2023
3.0.0-rc6 78 11/23/2023
3.0.0-rc5 61 11/23/2023
3.0.0-rc4 79 11/22/2023
3.0.0-rc3 76 11/15/2023
3.0.0-rc2 54 11/15/2023
3.0.0-rc1 184 10/12/2023
2.2.0 1,975 9/24/2023
2.1.1 675 3/24/2023
2.1.0 1,141 12/23/2022
2.1.0-rc12 1,404 12/13/2022
2.1.0-rc11 217 10/10/2022
2.1.0-rc10 118 6/27/2022
2.0.9 488 5/9/2022
2.0.8 1,007 1/9/2022
2.0.5 386 8/6/2021
2.0.4 383 7/3/2021
2.0.3 423 6/10/2021

- Now register PlayerUnitEvents for every player slot, regardless of whether the slot is filled or not (may make an option for this behaviour later).