Skip to content

The hassle-free way to integrate analytics into any C# / .NET application.

Notifications You must be signed in to change notification settings

articulate/Analytics.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics.NET

This is our fork of the Analytics.NET library for Segment.

Analytics.NET is a .NET / C# client for Segment.

Documentation

Documentation is available at https://segment.com/libraries/.net.

Building & Testing

This package is set up to build and test using both Visual Studio and dotnet commands.

  • Build: dotnet build -c <Release/Debug>
  • Test: dotnet test

Releasing

This package is not currently built and deployed by AppVeyor like most of our others. To release a new version:

  • Update the version in Analytics\Analytics.cs
  • Update the version in Analytics\Analytics.csproj
  • Run dotnet pack -c Release
  • Run dotnet nuget push Analytics\bin\Release\*.nupkg --source "github"

License

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

About

The hassle-free way to integrate analytics into any C# / .NET application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Makefile 0.2%