Mbrewerton.DotNetPivotalTrackerApi
1.0.1-alpha2
See the version list below for details.
dotnet add package Mbrewerton.DotNetPivotalTrackerApi --version 1.0.1-alpha2
NuGet\Install-Package Mbrewerton.DotNetPivotalTrackerApi -Version 1.0.1-alpha2
<PackageReference Include="Mbrewerton.DotNetPivotalTrackerApi" Version="1.0.1-alpha2" />
paket add Mbrewerton.DotNetPivotalTrackerApi --version 1.0.1-alpha2
#r "nuget: Mbrewerton.DotNetPivotalTrackerApi, 1.0.1-alpha2"
// Install Mbrewerton.DotNetPivotalTrackerApi as a Cake Addin #addin nuget:?package=Mbrewerton.DotNetPivotalTrackerApi&version=1.0.1-alpha2&prerelease // Install Mbrewerton.DotNetPivotalTrackerApi as a Cake Tool #tool nuget:?package=Mbrewerton.DotNetPivotalTrackerApi&version=1.0.1-alpha2&prerelease
A C# .NET wrapper for the Pivotal Tracker API. - NOT FEATURE-COMPLETE. If you have any requests on features that should be implented as a priority,
head over to the GitHub page (https://github.com/mbrewerton/DotNetPivotalTrackerApi) and raise an Issue there. To contribute, please check the Contribution
section of the GitHub page. *There will be frequent Alpha releases.*
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 9.0.0)
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 |
---|---|---|
1.3.0-alpha | 770 | 7/23/2018 |
1.2.0-alpha | 791 | 1/26/2018 |
1.1.1-alpha | 680 | 9/4/2017 |
1.1.0-alpha | 806 | 8/31/2017 |
1.0.4-alpha | 871 | 8/10/2017 |
1.0.1-alpha2 | 748 | 4/25/2017 |
1.0.1-alpha1 | 806 | 4/19/2017 |
1.0.1-alpha | 723 | 4/13/2017 |
1.0.0-alpha | 779 | 4/13/2017 |
Features:
- Implements the ability to persist a Project Id to a PivotalTracker instance by passing as a parameter.
Bug Fixes
- Fixed HttpClient conflicts when using multiple PivotalTracker instances at once.