Skip to content

articulate/Analytics.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 99.8%
  • Makefile 0.2%