IGL.Common 2.0.1

.NET Core 2.1
dotnet add package IGL.Common --version 2.0.1
NuGet\Install-Package IGL.Common -Version 2.0.1
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="IGL.Common" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IGL.Common --version 2.0.1
#r "nuget: IGL.Common, 2.0.1"
#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 IGL.Common as a Cake Addin
#addin nuget:?package=IGL.Common&version=2.0.1

// Install IGL.Common as a Cake Tool
#tool nuget:?package=IGL.Common&version=2.0.1

Common library for IndieGamesLab components shared between client and server.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on IGL.Common:

Package Downloads
IGL.Service

Service Library for IndieGamesLab server components

IGL.Client

Client library for communicating with IGL Services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,340 6/29/2018
2.0.0 923 6/28/2018
1.1.2 1,561 5/1/2017
1.1.1 1,307 2/12/2017
1.1.0 1,276 2/9/2017
1.0.5 2,140 10/30/2016

Initial release containing GamePacket and GameBoard message definitions built for .Net Core 2