Coroutines 5.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Coroutines --version 5.0.0
NuGet\Install-Package Coroutines -Version 5.0.0
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="Coroutines" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Coroutines --version 5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Coroutines, 5.0.0"
#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 Coroutines as a Cake Addin #addin nuget:?package=Coroutines&version=5.0.0 // Install Coroutines as a Cake Tool #tool nuget:?package=Coroutines&version=5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Coroutine system for .net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Coroutines:
Package | Downloads |
---|---|
CommonCommunicationInterfaces
Contains common interfaces for server and client communications |
|
CommunicationHelper
Containes wrappers for easier communicating between clients and servers |
|
PhotonServerImplementation
Photon server implementation without being dependent on photon |
|
ServerCommunicationInterfaces
Communication interfaces related to server side of application |
|
ServerCommunicationHelper
Helper classes for servers |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.5 | 4,063 | 8/29/2017 |
5.0.4 | 1,010 | 8/27/2017 |
5.0.3 | 1,067 | 8/27/2017 |
5.0.2 | 1,025 | 8/25/2017 |
5.0.1 | 1,456 | 8/23/2017 |
5.0.0 | 1,264 | 8/23/2017 |
4.1.0 | 1,256 | 8/10/2017 |
4.0.2 | 932 | 8/10/2017 |
4.0.1 | 930 | 8/10/2017 |
4.0.0 | 4,826 | 5/2/2017 |
3.9.0 | 964 | 7/29/2017 |
3.8.0 | 1,043 | 4/22/2017 |
3.7.0 | 1,022 | 4/22/2017 |
3.6.0 | 899 | 4/22/2017 |
3.5.0 | 930 | 4/21/2017 |
3.4.0 | 945 | 4/21/2017 |
3.3.0 | 9,557 | 4/20/2017 |
3.2.0 | 948 | 4/17/2017 |
3.1.0 | 929 | 4/17/2017 |
3.0.0 | 2,391 | 4/17/2017 |
2.5.0 | 930 | 4/15/2017 |
2.2.0 | 5,336 | 4/11/2017 |
2.1.0 | 8,417 | 1/26/2017 |
2.0.0 | 2,361 | 1/24/2017 |
Refactored yields in tasks and fixed many bugs. This version is not tested yet