WCSharp.Shared
2.0.3
See the version list below for details.
dotnet add package WCSharp.Shared --version 2.0.3
NuGet\Install-Package WCSharp.Shared -Version 2.0.3
<PackageReference Include="WCSharp.Shared" Version="2.0.3" />
<PackageVersion Include="WCSharp.Shared" Version="2.0.3" />
<PackageReference Include="WCSharp.Shared" />
paket add WCSharp.Shared --version 2.0.3
#r "nuget: WCSharp.Shared, 2.0.3"
#:package WCSharp.Shared@2.0.3
#addin nuget:?package=WCSharp.Shared&version=2.0.3
#tool nuget:?package=WCSharp.Shared&version=2.0.3
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#.
This package contains a set of classes, methods and extensions used by almost all WCSharp packages, or are simply generally useful.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- War3Api.Blizzard (>= 1.32.9)
- War3Api.Common (>= 1.32.9)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on WCSharp.Shared:
Package | Downloads |
---|---|
WCSharp.Events
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. |
|
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.Json
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 (de)serialization of class structures to JSON within Warcraft III. |
|
WCSharp.SaveLoad
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. The SaveLoad package provides a system that can be used to save and load data between separate games by (de)serializing class structures, making it easy to store complex and large amounts of data. |
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.2.8 | 44 | 8/23/2025 |
3.2.7 | 147 | 8/17/2025 |
3.2.6 | 95 | 8/1/2025 |
3.2.5 | 158 | 7/30/2025 |
3.2.4 | 480 | 7/22/2025 |
3.2.3 | 278 | 7/20/2025 |
3.2.3-rc1 | 277 | 7/20/2025 |
3.2.2 | 256 | 7/11/2025 |
3.2.1 | 250 | 7/11/2025 |
3.2.0 | 253 | 7/11/2025 |
3.1.1 | 397 | 3/21/2025 |
3.1.0 | 390 | 3/16/2025 |
3.0.3 | 355 | 8/3/2024 |
3.0.2 | 79 | 8/1/2024 |
3.0.1 | 137 | 5/12/2024 |
3.0.0 | 968 | 3/1/2024 |
3.0.0-rc3 | 434 | 11/23/2023 |
3.0.0-rc2 | 461 | 11/15/2023 |
3.0.0-rc1 | 653 | 10/12/2023 |
2.2.0 | 4,175 | 9/24/2023 |
2.1.4 | 1,021 | 5/14/2023 |
2.1.3 | 746 | 3/4/2023 |
2.1.2 | 895 | 3/3/2023 |
2.1.1 | 703 | 2/11/2023 |
2.1.1-rc1 | 558 | 2/11/2023 |
2.1.0 | 2,503 | 12/23/2022 |
2.1.0-rc1 | 2,349 | 6/18/2022 |
2.0.6 | 1,885 | 4/18/2022 |
2.0.3 | 874 | 4/8/2022 |
2.0.1 | 874 | 4/17/2021 |
- Added unit extension method for restoring mana.
- Changed a number of convenience methods into CSharpLua templates for optimal performance.