Strava.NET 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Strava.NET --version 1.0.4
NuGet\Install-Package Strava.NET -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Strava.NET" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Strava.NET --version 1.0.4
#r "nuget: Strava.NET, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Strava.NET as a Cake Addin
#addin nuget:?package=Strava.NET&version=1.0.4

// Install Strava.NET as a Cake Tool
#tool nuget:?package=Strava.NET&version=1.0.4

A small framework that makes using the Strava API a little bit easier.
Only works with .NET 4.5

You can find a Readme file at https://github.com/inexcitus/stravadotnet/

Please send any feedback to bike@sascha-simon.com

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.4 19,481 4/2/2016
3.4.3 1,083 3/28/2016
3.4.2 1,080 3/28/2016
3.4.1 1,504 1/3/2016
3.4.0 1,111 12/21/2015
3.3.0 1,180 10/24/2015
3.2.0 1,820 2/12/2015
3.1.0 1,659 12/28/2014
3.0.4 1,475 12/19/2014
3.0.3 1,464 12/18/2014
3.0.2 1,433 12/18/2014
3.0.0 1,183 10/1/2014
2.9.2 1,128 9/27/2014
2.9.1 1,100 9/27/2014
2.9.0 1,292 9/21/2014
2.8.1 1,302 8/19/2014
2.8.0 1,106 8/19/2014
2.7.3 1,199 6/19/2014
2.7.2 1,161 6/6/2014
2.7.1 1,156 5/31/2014
2.7.0 1,137 5/2/2014
2.6.1 1,234 4/30/2014
2.6.0 1,224 4/29/2014
2.5.0 1,199 4/24/2014
2.4.2 1,344 4/18/2014
2.4.1 1,324 4/12/2014
2.4.0 1,336 4/11/2014
2.3.0 1,325 4/9/2014
2.2.0 1,278 4/6/2014
2.1.0 1,198 3/25/2014
2.0.0 1,218 3/22/2014
1.9.1 1,236 3/18/2014
1.9.0 1,270 3/15/2014
1.8.0 1,370 3/13/2014
1.7.0 1,363 3/13/2014
1.6.0 1,384 3/9/2014
1.5.0 1,132 3/5/2014
1.4.0 1,185 3/5/2014
1.3.0 1,234 2/27/2014
1.2.0 1,234 2/26/2014
1.1.0 1,213 2/25/2014
1.0.4 1,222 2/24/2014
1.0.3 1,178 2/24/2014
1.0.2 1,189 2/23/2014
1.0.1 1,230 2/23/2014
1.0.0 1,373 2/22/2014

1.0.4
- Method UpdateAtheleteWeight was removed (use UpdateAthlete instead).

1.0.3:
- New methods:
- GetActivityAsync(String id, int page, int perPage)
- SendDeleteAsync(Uri uri)
- DeleteActivity(String activityId)
- UpdateAthlete(AthleteParameter parameter, float weight)
- UpdateAthleteGender(Gender gender)

1.0.2:
- Added a new "Activities" endpoint
- Added new Meta objects
- Added new methods to get activities
- Bugfix in class "ActivitySummary"

1.0.1:
- Created a new static class to store all the endpoints.