Skip to content

gowithfloat/Float.TinCan

 
 

Repository files navigation

Float.TinCan Test NuGet

This is a C# implementation of the xAPI specification, based on the previous Rustici implementation. This makes a few changes identified while working with xAPI, largely in Xamarin projects.

Building

First you must restore the nuget libraries

 dotnet restore

This project can be built using Visual Studio for Mac or Cake. It is recommended that you build this project by invoking the bootstrap script:

./build.sh

There are a number of optional arguments that can be provided to the bootstrapper that will be parsed and passed on to Cake itself. See the Cake build file in order to identify all supported parameters.

./build.sh \
    --task=Build \
    --projectName=Float.TinCan \
    --configuration=Debug \
    --nugetUrl=https://nuget.org \
    --nugetToken=####

License

All content in this repository is shared under an Apache 2 license. See license.md for details.