piwik-dotnet-api
piwik-dotnet-api copied to clipboard
Official C# implementation of the Matomo Analytics API
Piwik C# Analytics API
This is the official C# implementation of the Piwik Analytics API.
Check the changelog to know which Piwik Analytics APIs are supported.
Usage
Two Visual Studio Solutions are provided :
- Piwik.Analytics.sln : Library project
- Piwik.Analytics.Samples.sln : Console Samples project
Publishing the project to NuGet
Requirements
- Must be executed before adding a release tag to git
- Must be done by a member of the Piwik team, holder of the private NuGet Key
- WSL
- .NET Core command-line (CLI) tools
- cbwin
- nuget
How-to
Using the command line
./publish.sh NEW_VERSION_NUMBER
Using hotshell
Enter the interactive menu with hs
then activate publish new version
menu entry.