NosSmooth.Core
1.1.0
See the version list below for details.
dotnet add package NosSmooth.Core --version 1.1.0
NuGet\Install-Package NosSmooth.Core -Version 1.1.0
<PackageReference Include="NosSmooth.Core" Version="1.1.0" />
paket add NosSmooth.Core --version 1.1.0
#r "nuget: NosSmooth.Core, 1.1.0"
// Install NosSmooth.Core as a Cake Addin #addin nuget:?package=NosSmooth.Core&version=1.1.0 // Install NosSmooth.Core as a Cake Tool #tool nuget:?package=NosSmooth.Core&version=1.1.0
NosSmooth Core library allowing implementing nostale client, handling packets and commands.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- NosSmooth.Packets (>= 2.1.0)
- NosSmooth.PacketSerializer (>= 1.0.1)
- Remora.Results (>= 7.1.0)
-
net6.0
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- NosSmooth.Packets (>= 2.1.0)
- NosSmooth.PacketSerializer (>= 1.0.1)
- Remora.Results (>= 7.1.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on NosSmooth.Core:
Package | Downloads |
---|---|
NosSmooth.Game
NosSmooth Game library handling the current game state by responding to packets. |
|
NosSmooth.Extensions.Combat
Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time. |
|
NosSmooth.Comms.Inject
Package Description |
|
NosSmooth.LocalClient
Package Description |
|
NosSmooth.Extensions.Pathfinding
NosSmooth extension allowing for finding paths on maps. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 531 | 2/15/2023 |
4.0.3 | 481 | 2/13/2023 |
4.0.2 | 547 | 2/5/2023 |
4.0.1 | 283 | 2/5/2023 |
4.0.0 | 550 | 2/5/2023 |
3.4.2 | 316 | 2/2/2023 |
3.4.1 | 286 | 2/2/2023 |
3.4.0 | 282 | 2/2/2023 |
3.3.1 | 742 | 1/21/2023 |
3.3.0 | 349 | 1/20/2023 |
3.2.0 | 304 | 1/20/2023 |
3.1.5 | 309 | 1/19/2023 |
3.1.4 | 348 | 1/18/2023 |
3.1.3 | 317 | 1/17/2023 |
3.1.1 | 345 | 1/15/2023 |
3.1.0 | 544 | 1/14/2023 |
3.0.3 | 376 | 1/8/2023 |
3.0.2 | 340 | 1/5/2023 |
3.0.1 | 411 | 1/1/2023 |
3.0.0 | 386 | 12/31/2022 |
1.2.1 | 724 | 2/19/2022 |
1.2.0 | 682 | 2/14/2022 |
1.1.1 | 508 | 2/13/2022 |
1.1.0 | 683 | 2/13/2022 |
1.0.1 | 695 | 1/31/2022 |
1.0.0 | 449 | 1/27/2022 |
Add stateful entities for injecting different entities for different nostale clients.
Add support for pre and post responder events.