/piwik-dotnet-tracker

C# API client SDK for the Piwik Tracking API

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Piwik C# Tracking API Build Status

This is the official C# implementation of the Piwik Tracking API.

Usage

Three Visual Studio Solutions are provided :

Changelog

Pending #22

Publishing the project to NuGet

Requirements

  1. The process detailed in this section must be executed right before adding a release tag to git.
  2. Publishing the project to NuGet must be done by a member of the Piwik team, holder of the private NuGet Key.

Steps

  1. Validate tests (requires #7)
  2. Update and commit AssemblyInfo.cs with new version
  3. Create git tag
  4. Build the project using the Release solution configuration
  5. Create NuGet packages using nuget pack Piwik.Tracker\Piwik.Tracker.csproj -Prop Configuration=Release -Symbols
  6. Publish packages using nuget push Piwik.Tracker.VERSION.nupkg