Mbrewerton.DotNetPivotalTrackerApi
1.2.0-alpha
See the version list below for details.
dotnet add package Mbrewerton.DotNetPivotalTrackerApi --version 1.2.0-alpha
NuGet\Install-Package Mbrewerton.DotNetPivotalTrackerApi -Version 1.2.0-alpha
<PackageReference Include="Mbrewerton.DotNetPivotalTrackerApi" Version="1.2.0-alpha" />
paket add Mbrewerton.DotNetPivotalTrackerApi --version 1.2.0-alpha
#r "nuget: Mbrewerton.DotNetPivotalTrackerApi, 1.2.0-alpha"
// Install Mbrewerton.DotNetPivotalTrackerApi as a Cake Addin #addin nuget:?package=Mbrewerton.DotNetPivotalTrackerApi&version=1.2.0-alpha&prerelease // Install Mbrewerton.DotNetPivotalTrackerApi as a Cake Tool #tool nuget:?package=Mbrewerton.DotNetPivotalTrackerApi&version=1.2.0-alpha&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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 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:
- Added the ability to get stories in the Icebox
- Added the ability to get stories in the Backlog
- Added the ability to get stories in My Work for either the current user (by default) or by initials is passed as a query string
- Added the ability to search stories using a search query string. Currently, this must match the query string rules of Pivotal Tracker search exactly.
- Note: Future release will provide a way to make this method easier to use without needing to provide a full query string. Suggestions welcomed.